summaryrefslogtreecommitdiff
path: root/crypto/acompress.c
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2020-01-02 20:04:38 -0800
committerHerbert Xu <herbert@gondor.apana.org.au>2020-01-09 11:30:57 +0800
commit5356607e443a5cb3e129fb1f0947bb400f95a64e (patch)
tree350a060a1ac4fabda53eccc606f25d938fa842f8 /crypto/acompress.c
parent1c7296029cbf6d99480a00965604da7e607467e4 (diff)
downloadlinux-crypto-5356607e443a5cb3e129fb1f0947bb400f95a64e.tar.gz
linux-crypto-5356607e443a5cb3e129fb1f0947bb400f95a64e.zip
crypto: shash - convert shash_free_instance() to new style
Convert shash_free_instance() and its users to the new way of freeing instances, where a ->free() method is installed to the instance struct itself. This replaces the weakly-typed method crypto_template::free(). This will allow removing support for the old way of freeing instances. Also give shash_free_instance() a more descriptive name to reflect that it's only for instances with a single spawn, not for any instance. Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/acompress.c')
0 files changed, 0 insertions, 0 deletions