Searched refs:exit_tfm (Results 1 – 6 of 6) sorted by relevance
409 alg->exit_tfm(hash); in crypto_shash_exit_tfm()422 if (alg->exit_tfm) in crypto_shash_init_tfm()434 if (alg->exit_tfm) in crypto_shash_init_tfm()435 alg->exit_tfm(hash); in crypto_shash_init_tfm()
452 alg->exit_tfm(hash); in crypto_ahash_exit_tfm()478 if (alg->exit_tfm) in crypto_ahash_init_tfm()
226 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
229 .exit_tfm = padlock_exit_tfm,252 .exit_tfm = padlock_exit_tfm,
587 static void exit_tfm(struct crypto_tfm *tfm) in exit_tfm() function596 exit_tfm(crypto_skcipher_tfm(tfm)); in exit_tfm_ablk()601 exit_tfm(crypto_aead_tfm(tfm)); in exit_tfm_aead()