Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/crypto/
H A Dhmac.c228 inst->free = shash_free_singlespawn_instance; in hmac_create()
233 shash_free_singlespawn_instance(inst); in hmac_create()
H A Dxcbc.c244 inst->free = shash_free_singlespawn_instance; in xcbc_create()
249 shash_free_singlespawn_instance(inst); in xcbc_create()
H A Dcmac.c285 inst->free = shash_free_singlespawn_instance; in cmac_create()
290 shash_free_singlespawn_instance(inst); in cmac_create()
H A Dshash.c619 void shash_free_singlespawn_instance(struct shash_instance *inst) in shash_free_singlespawn_instance() function
624 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.c907 inst->free = shash_free_singlespawn_instance; in cbcmac_create()
912 shash_free_singlespawn_instance(inst); in cbcmac_create()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_fips140121 shash_free_singlespawn_instance
/OK3568_Linux_fs/kernel/include/crypto/internal/
H A Dhash.h109 void shash_free_singlespawn_instance(struct shash_instance *inst);