summaryrefslogtreecommitdiff
path: root/crypto/async_tx/Kconfig
diff options
context:
space:
mode:
authorStephan Mueller <smueller@chronox.de>2014-11-30 10:55:26 +0100
committerHerbert Xu <herbert@gondor.apana.org.au>2014-12-02 22:55:46 +0800
commit06c75e42fcd4c40cc4aebd666f2c5ef86cc576e7 (patch)
tree5e52f40f2ebc75bb617111a1da903a4c536ea32a /crypto/async_tx/Kconfig
parent757ff4a21bbc5a9ddba16ac6a7b3b07fed856f32 (diff)
downloadlinux-crypto-06c75e42fcd4c40cc4aebd666f2c5ef86cc576e7.tar.gz
linux-crypto-06c75e42fcd4c40cc4aebd666f2c5ef86cc576e7.zip
crypto: algif_skcipher - initialize upon init request
When using the algif_skcipher, the following call sequence causess a re-initialization: 1. sendmsg with ALG_SET_OP and iov == NULL, iovlen == 0 (i.e initializing the cipher, but not sending data) 2. sendmsg with msg->msg-controllen == 0 and iov != NULL (using the initalized cipher handle by sending data) In step 2, the cipher operation type (encryption or decryption) is reset to always decryption, because the local variable of enc is put into ctx->enc as ctx->user is still zero. The same applies when all send data is processed and ctx->used falls to zero followed by user space to send new data. This patch changes the behavior to only reset the cipher operation type (and the IV) if such configuration request is received. Signed-off-by: Stephan Mueller <smueller@chronox.de> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions