]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
crypto: caam - Convert authenc to new AEAD interface
authorHerbert Xu <herbert@gondor.apana.org.au>
Thu, 30 Jul 2015 09:53:17 +0000 (17:53 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 4 Aug 2015 12:45:31 +0000 (20:45 +0800)
commit479bcc7c5b9e1cbf3278462d786c37e468d5d404
tree800aa9e095e649cf0605d0ab58563de2c7a9bff9
parent92d95ba91772279b6ef9c6e09661f67abcf27259
crypto: caam - Convert authenc to new AEAD interface

This patch converts the authenc implementations in caam to the
new AEAD interface.  The biggest change is that seqiv no longer
generates a random IV.  Instead the IPsec sequence number is used
as the IV.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/caam/caamalg.c