commit | 846f97df822c00e0042c15b60e01ca0005b3e737 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Thu Jul 09 07:17:18 2015 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Tue Jul 14 14:56:45 2015 +0800 |
tree | 3064ec7424621882e6620fa56c6354a06b9b7402 | |
parent | ba75e15fa0c4db489ed0d0a9745f904a7d5e19cc [diff] |
crypto: pcrypt - Propagate new AEAD implementation flag This patch allows the CRYPTO_ALG_AEAD_NEW flag to be propagated. It also restores the ASYNC bit that went missing during the AEAD conversion. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>