summaryrefslogtreecommitdiffstats
path: root/crypto/aead.c
diff options
context:
space:
mode:
authorHerbert Xu2015-07-09 01:17:15 +0200
committerHerbert Xu2015-07-14 08:56:45 +0200
commit319382a6970899f02f18da4b0083a6e55942456d (patch)
treebecb62a60fa0a352b2233b7157d8e9083fb964fb /crypto/aead.c
parentcrypto: nx/842 - Fix context corruption (diff)
downloadkernel-qcow2-linux-319382a6970899f02f18da4b0083a6e55942456d.tar.gz
kernel-qcow2-linux-319382a6970899f02f18da4b0083a6e55942456d.tar.xz
kernel-qcow2-linux-319382a6970899f02f18da4b0083a6e55942456d.zip
crypto: api - Add instance free function to crypto_type
Currently the task of freeing an instance is given to the crypto template. However, it has no type information on the instance so we have to resort to checking type information at runtime. This patch introduces a free function to crypto_type that will be used to free an instance. This can then be used to free an instance in a type-safe manner. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/aead.c')
0 files changed, 0 insertions, 0 deletions