summaryrefslogtreecommitdiff
path: root/crypto/algif_aead.c
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2015-07-09 07:17:15 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2015-07-14 14:56:45 +0800
commitfc4dcc099be78f9d45aef725dcdff2aad12398b6 (patch)
tree2f646f35138ce1bb6a9ea25ed4f58a180ab9672b /crypto/algif_aead.c
parent710490db4c91e1a77a243f666e33207b770219be (diff)
downloadlinux-crypto-fc4dcc099be78f9d45aef725dcdff2aad12398b6.tar.gz
linux-crypto-fc4dcc099be78f9d45aef725dcdff2aad12398b6.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/algif_aead.c')
0 files changed, 0 insertions, 0 deletions