Home
last modified time | relevance | path

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

/linux-6.15/crypto/
H A Dxcbc.c232 inst->free = shash_free_singlespawn_instance; in xcbc_create()
237 shash_free_singlespawn_instance(inst); in xcbc_create()
H A Dcmac.c284 inst->free = shash_free_singlespawn_instance; in cmac_create()
289 shash_free_singlespawn_instance(inst); in cmac_create()
H A Dhmac.c236 inst->free = shash_free_singlespawn_instance; in hmac_create()
241 shash_free_singlespawn_instance(inst); in hmac_create()
H A Dshash.c411 void shash_free_singlespawn_instance(struct shash_instance *inst) in shash_free_singlespawn_instance() function
416 EXPORT_SYMBOL_GPL(shash_free_singlespawn_instance);
H A Dccm.c901 inst->free = shash_free_singlespawn_instance; in cbcmac_create()
906 shash_free_singlespawn_instance(inst); in cbcmac_create()
/linux-6.15/include/crypto/internal/
H A Dhash.h88 void shash_free_singlespawn_instance(struct shash_instance *inst);