summaryrefslogtreecommitdiff
path: root/crypto/rsa.c
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2019-11-08 18:41:58 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2019-11-17 09:02:38 +0800
commit30effa0e5d86e7af803e36c08f75a22fbf4931e1 (patch)
tree5098beea970e02cec6b99e481c0127dfb67a1c54 /crypto/rsa.c
parentaa5d48f10c344b08c385a81864bad452f8c123ed (diff)
downloadlinux-crypto-30effa0e5d86e7af803e36c08f75a22fbf4931e1.tar.gz
linux-crypto-30effa0e5d86e7af803e36c08f75a22fbf4931e1.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 'crypto/rsa.c')
0 files changed, 0 insertions, 0 deletions