Home
last modified time | relevance | path

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

/Linux-v5.10/crypto/
Dhmac.c228 inst->free = shash_free_singlespawn_instance; in hmac_create()
233 shash_free_singlespawn_instance(inst); in hmac_create()
Dxcbc.c243 inst->free = shash_free_singlespawn_instance; in xcbc_create()
248 shash_free_singlespawn_instance(inst); in xcbc_create()
Dcmac.c284 inst->free = shash_free_singlespawn_instance; in cmac_create()
289 shash_free_singlespawn_instance(inst); in cmac_create()
Dshash.c607 void shash_free_singlespawn_instance(struct shash_instance *inst) in shash_free_singlespawn_instance() function
612 EXPORT_SYMBOL_GPL(shash_free_singlespawn_instance);
Dvmac.c664 inst->free = shash_free_singlespawn_instance; in vmac_create()
669 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-v5.10/include/crypto/internal/
Dhash.h115 void shash_free_singlespawn_instance(struct shash_instance *inst);