]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - crypto/aead.c
crypto: aead - Add type-safe geniv init/exit helpers
authorHerbert Xu <herbert@gondor.apana.org.au>
Thu, 13 Aug 2015 09:28:58 +0000 (17:28 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 17 Aug 2015 08:53:44 +0000 (16:53 +0800)
commit149a39717dcce3b6ba15285c9fc86e4423437e05
treeffd87240c6c75cf0b778eb0a6a7f1d60eb252cab
parent66008d4230f6e599275f1cf01db268fcaaadda44
crypto: aead - Add type-safe geniv init/exit helpers

This patch adds the helpers aead_init_geniv and aead_exit_geniv
which are type-safe and intended the replace the existing geniv
init/exit helpers.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/Kconfig
crypto/aead.c
include/crypto/internal/aead.h
include/crypto/internal/geniv.h