Skip to content
Commit 20cc01ba authored by Herbert Xu's avatar Herbert Xu
Browse files

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: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 8ab23d54
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment