Home
last modified time | relevance | path

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

/linux-4.19.296/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.c573 void shash_free_instance(struct crypto_instance *inst) in shash_free_instance() function
578 EXPORT_SYMBOL_GPL(shash_free_instance);
Dvmac.c668 shash_free_instance(shash_crypto_instance(inst)); in vmac_create()
679 .free = shash_free_instance,
Dccm.c984 shash_free_instance(shash_crypto_instance(inst)); in cbcmac_create()
994 .free = shash_free_instance,
/linux-4.19.296/include/crypto/internal/
Dhash.h106 void shash_free_instance(struct crypto_instance *inst);