commit | ba75e15fa0c4db489ed0d0a9745f904a7d5e19cc | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Thu Jul 09 07:17:17 2015 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Tue Jul 14 14:56:45 2015 +0800 |
tree | ab170889cc4cf0ba9befb40b1a9d5fe8101792e7 | |
parent | 319382a6970899f02f18da4b0083a6e55942456d [diff] |
crypto: aead - Add type-safe function for freeing instances This patch adds a type-safe function for freeing AEAD instances to struct aead_instance. This replaces the existing free function in struct crypto_template which does not know the type of the instance that it's freeing. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>