Home
last modified time | relevance | path

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

/linux/crypto/
A 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()
A Dahash.c452 alg->exit_tfm(hash); in crypto_ahash_exit_tfm()
478 if (alg->exit_tfm) in crypto_ahash_init_tfm()
A Dhmac.c226 inst->alg.exit_tfm = hmac_exit_tfm; in hmac_create()
/linux/include/crypto/
A Dhash.h145 void (*exit_tfm)(struct crypto_ahash *tfm); member
212 void (*exit_tfm)(struct crypto_shash *tfm); member
/linux/drivers/crypto/
A Dpadlock-sha.c230 .exit_tfm = padlock_exit_tfm,
253 .exit_tfm = padlock_exit_tfm,
A Dixp4xx_crypto.c657 static void exit_tfm(struct crypto_tfm *tfm) in exit_tfm() function
671 exit_tfm(crypto_skcipher_tfm(tfm)); in exit_tfm_ablk()
676 exit_tfm(crypto_aead_tfm(tfm)); in exit_tfm_aead()

Completed in 16 milliseconds