Home
last modified time | relevance | path

Searched refs:shash_free_instance (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/crypto/
Dxcbc.c259 shash_free_instance(shash_crypto_instance(inst)); in xcbc_create()
270 .free = shash_free_instance,
Dcmac.c286 shash_free_instance(shash_crypto_instance(inst)); in cmac_create()
297 .free = shash_free_instance,
Dhmac.c241 shash_free_instance(shash_crypto_instance(inst)); in hmac_create()
252 .free = shash_free_instance,
Dshash.c679 void shash_free_instance(struct crypto_instance *inst) in shash_free_instance() function
684 EXPORT_SYMBOL_GPL(shash_free_instance);
Dvmac.c686 shash_free_instance(shash_crypto_instance(inst)); in vmac_create()
697 .free = shash_free_instance,
/linux-4.4.14/include/crypto/internal/
Dhash.h103 void shash_free_instance(struct crypto_instance *inst);