Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information