commit | 479bcc7c5b9e1cbf3278462d786c37e468d5d404 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Thu Jul 30 17:53:17 2015 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Tue Aug 04 20:45:31 2015 +0800 |
tree | 800aa9e095e649cf0605d0ab58563de2c7a9bff9 | |
parent | 92d95ba91772279b6ef9c6e09661f67abcf27259 [diff] |
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>