commit | 149a39717dcce3b6ba15285c9fc86e4423437e05 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Thu Aug 13 17:28:58 2015 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Mon Aug 17 16:53:44 2015 +0800 |
tree | ffd87240c6c75cf0b778eb0a6a7f1d60eb252cab | |
parent | 66008d4230f6e599275f1cf01db268fcaaadda44 [diff] |
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>