diff options
author | Dave Watson <davejwatson@fb.com> | 2018-02-14 20:40:31 +0300 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2018-02-22 17:16:50 +0300 |
commit | 933d6aefd54e4b49c347eb1a6cf8f8785814e90e (patch) | |
tree | d1ce8a8cd085f135cdf597d06da20fe686882ba2 /crypto/testmgr.h | |
parent | ae952c5ec655b2b8bb337acb554d53481b0e01bc (diff) | |
download | linux-933d6aefd54e4b49c347eb1a6cf8f8785814e90e.tar.xz |
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 'crypto/testmgr.h')
0 files changed, 0 insertions, 0 deletions