Searched refs:exit_tfm (Results 1 – 7 of 7) sorted by relevance
411 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()
421 alg->exit_tfm(hash); in crypto_ahash_exit_tfm()447 if (alg->exit_tfm) in crypto_ahash_init_tfm()
230 inst->alg.exit_tfm = hmac_exit_tfm; in hmac_create()
145 void (*exit_tfm)(struct crypto_ahash *tfm); member212 void (*exit_tfm)(struct crypto_shash *tfm); member
230 .exit_tfm = padlock_exit_tfm,253 .exit_tfm = padlock_exit_tfm,
656 static void exit_tfm(struct crypto_tfm *tfm) in exit_tfm() function670 exit_tfm(crypto_skcipher_tfm(tfm)); in exit_tfm_ablk()675 exit_tfm(crypto_aead_tfm(tfm)); in exit_tfm_aead()
173 .exit_tfm = zynqmp_sha_exit_tfm,
Completed in 14 milliseconds