Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dxcbc.c244 inst->free = shash_free_singlespawn_instance; in xcbc_create()
249 shash_free_singlespawn_instance(inst); in xcbc_create()
H A Dhmac.c248 inst->free = shash_free_singlespawn_instance; in hmac_create()
253 shash_free_singlespawn_instance(inst); in hmac_create()
H A Dcmac.c301 inst->free = shash_free_singlespawn_instance; in cmac_create()
306 shash_free_singlespawn_instance(inst); in cmac_create()
H A 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);
H A Dvmac.c665 inst->free = shash_free_singlespawn_instance; in vmac_create()
670 shash_free_singlespawn_instance(inst); in vmac_create()
H A Dccm.c906 inst->free = shash_free_singlespawn_instance; in cbcmac_create()
911 shash_free_singlespawn_instance(inst); in cbcmac_create()
/openbmc/linux/include/crypto/internal/
H A Dhash.h115 void shash_free_singlespawn_instance(struct shash_instance *inst);