Skip to content
Commit ba75e15f authored by Herbert Xu's avatar Herbert Xu
Browse files

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: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 319382a6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment