Home
last modified time | relevance | path

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

/linux-6.3-rc2/crypto/
A Dshash.c411 alg->exit_tfm(hash); in crypto_shash_exit_tfm()
424 if (alg->exit_tfm) in crypto_shash_init_tfm()
436 if (alg->exit_tfm) in crypto_shash_init_tfm()
437 alg->exit_tfm(hash); in crypto_shash_init_tfm()
A Dahash.c421 alg->exit_tfm(hash); in crypto_ahash_exit_tfm()
447 if (alg->exit_tfm) in crypto_ahash_init_tfm()
A Dhmac.c230 inst->alg.exit_tfm = hmac_exit_tfm; in hmac_create()
/linux-6.3-rc2/include/crypto/
A Dhash.h145 void (*exit_tfm)(struct crypto_ahash *tfm); member
212 void (*exit_tfm)(struct crypto_shash *tfm); member
/linux-6.3-rc2/drivers/crypto/
A Dpadlock-sha.c230 .exit_tfm = padlock_exit_tfm,
253 .exit_tfm = padlock_exit_tfm,
A 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-6.3-rc2/drivers/crypto/xilinx/
A Dzynqmp-sha.c173 .exit_tfm = zynqmp_sha_exit_tfm,

Completed in 17 milliseconds