diff options
author | Eric Biggers <ebiggers@google.com> | 2020-01-02 20:04:35 -0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2020-01-09 11:30:57 +0800 |
commit | 48fb3e5785be7ef69a43c04f617a1c05000ee2d0 (patch) | |
tree | bfff2c6e847f25d451b842ce269bd795104681ed /include/ras | |
parent | aed11cf57ddb24aa97ca3b55c9e26c37759c4baa (diff) |
crypto: hash - add support for new way of freeing instances
Add support to shash and ahash for the new way of freeing instances
(already used for skcipher, aead, and akcipher) where a ->free() method
is installed to the instance struct itself. These methods are more
strongly-typed than crypto_template::free(), which they replace.
This will allow removing support for the old way of freeing instances.
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'include/ras')
0 files changed, 0 insertions, 0 deletions