summaryrefslogtreecommitdiff
path: root/crypto/ripemd.h
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2016-06-29 18:03:46 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2016-07-01 23:45:02 +0800
commite50ad8a2905bdf2e90f3c5a4515ec009f3fdb1db (patch)
treefe463a6e79b29e6456342b5461e3cbbb83f00417 /crypto/ripemd.h
parentbb58fbd4779c461d407ac6a4a4b4404a0363f1c6 (diff)
downloadlinux-crypto-e50ad8a2905bdf2e90f3c5a4515ec009f3fdb1db.tar.gz
linux-crypto-e50ad8a2905bdf2e90f3c5a4515ec009f3fdb1db.zip
crypto: authenc - Consider ahash ASYNC bit
As it is, if you get an async ahash with a sync skcipher you'll end up with a sync authenc, which is wrong. This patch fixes it by considering the ASYNC bit from ahash as well. It also fixes a little bug where if a sync version of authenc is requested we may still end up using an async ahash. Neither of them should have any effect as none of the authenc users can request for a sync authenc. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions