Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dxcbc.c258 shash_free_instance(shash_crypto_instance(inst)); in xcbc_create()
269 .free = shash_free_instance,
Dhmac.c246 shash_free_instance(shash_crypto_instance(inst)); in hmac_create()
257 .free = shash_free_instance,
Dcmac.c291 shash_free_instance(shash_crypto_instance(inst)); in cmac_create()
302 .free = shash_free_instance,
Dshash.c553 void shash_free_instance(struct crypto_instance *inst) in shash_free_instance() function
558 EXPORT_SYMBOL_GPL(shash_free_instance);
Dvmac.c668 shash_free_instance(shash_crypto_instance(inst)); in vmac_create()
679 .free = shash_free_instance,
Dccm.c992 shash_free_instance(shash_crypto_instance(inst)); in cbcmac_create()
1002 .free = shash_free_instance,
/Linux-v4.19/include/crypto/internal/
Dhash.h112 void shash_free_instance(struct crypto_instance *inst);