Home
last modified time | relevance | path

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

/linux-5.19.10/crypto/
Dshash.c421 alg->exit_tfm(hash); in crypto_shash_exit_tfm()
434 if (alg->exit_tfm) in crypto_shash_init_tfm()
446 if (alg->exit_tfm) in crypto_shash_init_tfm()
447 alg->exit_tfm(hash); in crypto_shash_init_tfm()
Dahash.c452 alg->exit_tfm(hash); in crypto_ahash_exit_tfm()
478 if (alg->exit_tfm) in crypto_ahash_init_tfm()
Dhmac.c230 inst->alg.exit_tfm = hmac_exit_tfm; in hmac_create()
/linux-5.19.10/include/crypto/
Dhash.h145 void (*exit_tfm)(struct crypto_ahash *tfm); member
212 void (*exit_tfm)(struct crypto_shash *tfm); member
/linux-5.19.10/drivers/crypto/
Dpadlock-sha.c230 .exit_tfm = padlock_exit_tfm,
253 .exit_tfm = padlock_exit_tfm,
Dixp4xx_crypto.c656 static void exit_tfm(struct crypto_tfm *tfm) in exit_tfm() function
670 exit_tfm(crypto_skcipher_tfm(tfm)); in exit_tfm_ablk()
675 exit_tfm(crypto_aead_tfm(tfm)); in exit_tfm_aead()
/linux-5.19.10/drivers/crypto/xilinx/
Dzynqmp-sha.c173 .exit_tfm = zynqmp_sha_exit_tfm,