Home
last modified time | relevance | path

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

/Linux-v6.6/crypto/
Dhmac.c248 inst->free = shash_free_singlespawn_instance; in hmac_create()
253 shash_free_singlespawn_instance(inst); in hmac_create()
Dxcbc.c244 inst->free = shash_free_singlespawn_instance; in xcbc_create()
249 shash_free_singlespawn_instance(inst); in xcbc_create()
Dcmac.c301 inst->free = shash_free_singlespawn_instance; in cmac_create()
306 shash_free_singlespawn_instance(inst); in cmac_create()
Dshash.c737 void shash_free_singlespawn_instance(struct shash_instance *inst) in shash_free_singlespawn_instance() function
742 EXPORT_SYMBOL_GPL(shash_free_singlespawn_instance);
Dvmac.c665 inst->free = shash_free_singlespawn_instance; in vmac_create()
670 shash_free_singlespawn_instance(inst); in vmac_create()
Dccm.c906 inst->free = shash_free_singlespawn_instance; in cbcmac_create()
911 shash_free_singlespawn_instance(inst); in cbcmac_create()
/Linux-v6.6/include/crypto/internal/
Dhash.h115 void shash_free_singlespawn_instance(struct shash_instance *inst);