commit | 7b05a373a7f8a69622006f3b1ffd06c2507d7990 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Thu Jul 09 07:17:30 2015 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Tue Jul 14 14:56:47 2015 +0800 |
tree | 5f0a380a8062e6bc2a1adf6895ea67ff7543a842 | |
parent | e9b8d2c20a8749601f44c267590c954d222e9b3e [diff] |
crypto: gcm - Use new IV convention This patch converts rfc4106 to the new calling convention where the IV is now part of the AD and needs to be skipped. This patch also makes use of the new type-safe way of freeing instances. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>