]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: gcm - Use new IV convention
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 8 Jul 2015 23:17:30 +0000 (07:17 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 14 Jul 2015 06:56:47 +0000 (14:56 +0800)
commitb1119faf0b3ee2a5c1dae72940a9868e61b425b5
tree5f0a380a8062e6bc2a1adf6895ea67ff7543a842
parent65ae8dca784707d76a218e6ee4a711426b94bb98
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>
crypto/gcm.c