diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2019-11-08 18:41:58 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2019-11-17 09:02:38 +0800 |
commit | 20cc01baa33463e9e8b202b0cbaeafbac0f9202c (patch) | |
tree | 4a9536ede3bb5ff4be249e89845b97e06e96be86 /lib/crypto | |
parent | 8ab23d547f652979bafd710d9e34983aaceea517 (diff) | |
download | linux-stable-20cc01baa33463e9e8b202b0cbaeafbac0f9202c.tar.gz linux-stable-20cc01baa33463e9e8b202b0cbaeafbac0f9202c.tar.bz2 linux-stable-20cc01baa33463e9e8b202b0cbaeafbac0f9202c.zip |
crypto: aead - Split out geniv into its own module
If aead is built as a module along with cryptomgr, it creates a
dependency loop due to the dependency chain aead => crypto_null =>
cryptomgr => aead.
This is due to the presence of the AEAD geniv code. This code is
not really part of the AEAD API but simply support code for IV
generators such as seqiv. This patch moves the geniv code into
its own module thus breaking the dependency loop.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'lib/crypto')
0 files changed, 0 insertions, 0 deletions