Home
last modified time | relevance | path

Searched hist:"20 cc01baa33463e9e8b202b0cbaeafbac0f9202c" (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/crypto/
H A Dgeniv.c20cc01baa33463e9e8b202b0cbaeafbac0f9202c Fri Nov 08 04:41:58 CST 2019 Herbert Xu <herbert@gondor.apana.org.au> 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>
H A Daead.c20cc01baa33463e9e8b202b0cbaeafbac0f9202c Fri Nov 08 04:41:58 CST 2019 Herbert Xu <herbert@gondor.apana.org.au> 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>
H A DMakefile20cc01baa33463e9e8b202b0cbaeafbac0f9202c Fri Nov 08 04:41:58 CST 2019 Herbert Xu <herbert@gondor.apana.org.au> 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>