diff options
author | 2019-12-09 18:59:55 +0200 | |
---|---|---|
committer | 2019-12-20 14:58:33 +0800 | |
commit | 46b49abc5d0ada1e2ba8f872ad98fa742555bdb1 (patch) | |
tree | 362e47d63b61162385e15813e08b2dcd37b67530 /crypto/api.c | |
parent | crypto: picoxcell - adjust the position of tasklet_init and fix missed tasklet_kill (diff) | |
download | wireguard-linux-46b49abc5d0ada1e2ba8f872ad98fa742555bdb1.tar.xz wireguard-linux-46b49abc5d0ada1e2ba8f872ad98fa742555bdb1.zip |
crypto: caam - remove double buffering for ahash
Previously double buffering was used for storing previous and next
"less-than-block-size" bytes. Double buffering can be removed by moving
the copy of next "less-than-block-size" bytes after current request is
executed by HW.
Signed-off-by: Andrei Botila <andrei.botila@nxp.com>
Reviewed-by: Horia Geantă <horia.geanta@nxp.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/api.c')
0 files changed, 0 insertions, 0 deletions