summaryrefslogtreecommitdiffstats
path: root/crypto/api.c
diff options
context:
space:
mode:
authorSteffen Klassert2009-04-15 14:45:03 +0200
committerHerbert Xu2009-04-15 14:45:03 +0200
commitabe5fa7899fb5809ddc7336d8dd0edd5b2b96665 (patch)
treec6fe662b346cbad62b6577ae91dd408f9ab3d63c /crypto/api.c
parentcrypto: ixp4xx - check firmware for crypto support (diff)
downloadkernel-qcow2-linux-abe5fa7899fb5809ddc7336d8dd0edd5b2b96665.tar.gz
kernel-qcow2-linux-abe5fa7899fb5809ddc7336d8dd0edd5b2b96665.tar.xz
kernel-qcow2-linux-abe5fa7899fb5809ddc7336d8dd0edd5b2b96665.zip
crypto: eseqiv - Fix IV generation for sync algorithms
If crypto_ablkcipher_encrypt() returns synchronous, eseqiv_complete2() is called even if req->giv is already the pointer to the generated IV. The generated IV is overwritten with some random data in this case. This patch fixes this by calling eseqiv_complete2() just if the generated IV has to be copied to req->giv. Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/api.c')
0 files changed, 0 insertions, 0 deletions