commit | ba3749a719a6da4297fb8e1bb56ee06d74129c0f | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Thu Aug 13 17:29:02 2015 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Mon Aug 17 16:53:46 2015 +0800 |
tree | ad55ec8e7bb12a95fcc20569968c349e453d349e | |
parent | 376e0d697a8194a5ab684d7fc57b2ce5483bda53 [diff] |
crypto: cryptd - Remove reference to crypto_aead_crt Pretty soon the crypto_aead encrypt/decrypt hooks will disappear as they are now always identical to those in struct aead_alg. This patch replaces the references to these hooks with the ones from aead_alg instead. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>