crypto: algapi - remove crypto_template::{alloc,free}()
Now that all templates provide a ->create() method which creates an instance, installs a strongly-typed ->free() method directly to it, and registers it, the older ->alloc() and ->free() methods in 'struct crypto_template' are no longer used. Remove them. Signed-off-by:Eric Biggers <ebiggers@google.com> Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au>
Showing
- crypto/aead.c 0 additions, 5 deletionscrypto/aead.c
- crypto/ahash.c 0 additions, 5 deletionscrypto/ahash.c
- crypto/algapi.c 0 additions, 5 deletionscrypto/algapi.c
- crypto/algboss.c 1 addition, 11 deletionscrypto/algboss.c
- crypto/shash.c 0 additions, 5 deletionscrypto/shash.c
- include/crypto/algapi.h 0 additions, 2 deletionsinclude/crypto/algapi.h
Please register or sign in to comment