summaryrefslogtreecommitdiff
path: root/arch/x86/crypto/aesni-intel_glue.c
diff options
context:
space:
mode:
authorDave Watson <davejwatson@fb.com>2018-02-14 09:40:31 -0800
committerHerbert Xu <herbert@gondor.apana.org.au>2018-02-22 22:16:50 +0800
commit933d6aefd54e4b49c347eb1a6cf8f8785814e90e (patch)
treed1ce8a8cd085f135cdf597d06da20fe686882ba2 /arch/x86/crypto/aesni-intel_glue.c
parentae952c5ec655b2b8bb337acb554d53481b0e01bc (diff)
crypto: aesni - Add fast path for > 16 byte update
We can fast-path any < 16 byte read if the full message is > 16 bytes, and shift over by the appropriate amount. Usually we are reading > 16 bytes, so this should be faster than the READ_PARTIAL macro introduced in b20209c91e2 for the average case. Signed-off-by: Dave Watson <davejwatson@fb.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'arch/x86/crypto/aesni-intel_glue.c')
0 files changed, 0 insertions, 0 deletions