/kernel/linux/linux-6.6/drivers/crypto/starfive/ |
H A D | jh7110-hash.c | 618 .base.exit_tfm = starfive_hash_exit_tfm, 647 .base.exit_tfm = starfive_hash_exit_tfm, 677 .base.exit_tfm = starfive_hash_exit_tfm, 706 .base.exit_tfm = starfive_hash_exit_tfm, 736 .base.exit_tfm = starfive_hash_exit_tfm, 765 .base.exit_tfm = starfive_hash_exit_tfm, 795 .base.exit_tfm = starfive_hash_exit_tfm, 824 .base.exit_tfm = starfive_hash_exit_tfm, 854 .base.exit_tfm = starfive_hash_exit_tfm, 883 .base.exit_tfm [all...] |
/kernel/linux/linux-5.10/crypto/ |
H A D | shash.c | 421 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()
|
H A D | ahash.c | 452 alg->exit_tfm(hash); in crypto_ahash_exit_tfm() 478 if (alg->exit_tfm) in crypto_ahash_init_tfm()
|
H A D | hmac.c | 226 inst->alg.exit_tfm = hmac_exit_tfm; in hmac_create()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | shash.c | 471 alg->exit_tfm(hash); in crypto_shash_exit_tfm() 484 if (alg->exit_tfm) in crypto_shash_init_tfm() 496 if (alg->exit_tfm) in crypto_shash_init_tfm() 497 alg->exit_tfm(hash); in crypto_shash_init_tfm()
|
H A D | ahash.c | 419 alg->exit_tfm(hash); in crypto_ahash_exit_tfm() 447 if (alg->exit_tfm) in crypto_ahash_init_tfm()
|
H A D | cmac.c | 299 inst->alg.exit_tfm = cmac_exit_tfm; in cmac_create()
|
H A D | hmac.c | 246 inst->alg.exit_tfm = hmac_exit_tfm; in hmac_create()
|
H A D | cryptd.c | 697 inst->alg.exit_tfm = cryptd_hash_exit_tfm; in cryptd_create_hash()
|
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ss/ |
H A D | sun8i-ss-core.c | 317 .exit_tfm = sun8i_ss_hash_exit_tfm, 350 .exit_tfm = sun8i_ss_hash_exit_tfm, 383 .exit_tfm = sun8i_ss_hash_exit_tfm, 416 .exit_tfm = sun8i_ss_hash_exit_tfm, 449 .exit_tfm = sun8i_ss_hash_exit_tfm,
|
/kernel/linux/linux-6.6/drivers/crypto/rockchip/ |
H A D | rk3288_crypto_ahash.c | 384 .exit_tfm = rk_hash_exit_tfm, 417 .exit_tfm = rk_hash_exit_tfm, 450 .exit_tfm = rk_hash_exit_tfm,
|
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ce/ |
H A D | sun8i-ce-core.c | 409 .exit_tfm = sun8i_ce_hash_exit_tfm, 443 .exit_tfm = sun8i_ce_hash_exit_tfm, 476 .exit_tfm = sun8i_ce_hash_exit_tfm, 509 .exit_tfm = sun8i_ce_hash_exit_tfm, 542 .exit_tfm = sun8i_ce_hash_exit_tfm, 575 .exit_tfm = sun8i_ce_hash_exit_tfm,
|
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | padlock-sha.c | 229 .exit_tfm = padlock_exit_tfm, 252 .exit_tfm = padlock_exit_tfm,
|
H A D | ixp4xx_crypto.c | 603 static void exit_tfm(struct crypto_tfm *tfm) in exit_tfm() function 612 exit_tfm(crypto_skcipher_tfm(tfm)); in exit_tfm_ablk() 617 exit_tfm(crypto_aead_tfm(tfm)); in exit_tfm_aead()
|
/kernel/linux/linux-5.10/include/crypto/ |
H A D | hash.h | 129 * @exit_tfm: Deinitialize the cryptographic transformation object. 145 void (*exit_tfm)(struct crypto_ahash *tfm); member 188 * @exit_tfm: Deinitialize the cryptographic transformation object. 212 void (*exit_tfm)(struct crypto_shash *tfm); member
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | hash.h | 152 * @exit_tfm: Deinitialize the cryptographic transformation object. 169 void (*exit_tfm)(struct crypto_ahash *tfm); member 211 * @exit_tfm: Deinitialize the cryptographic transformation object. 239 void (*exit_tfm)(struct crypto_shash *tfm); member
|
/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | padlock-sha.c | 230 .exit_tfm = padlock_exit_tfm, 253 .exit_tfm = padlock_exit_tfm,
|
/kernel/linux/linux-6.6/drivers/crypto/xilinx/ |
H A D | zynqmp-sha.c | 172 .exit_tfm = zynqmp_sha_exit_tfm,
|
/kernel/linux/linux-6.6/drivers/crypto/intel/ixp4xx/ |
H A D | ixp4xx_crypto.c | 658 static void exit_tfm(struct crypto_tfm *tfm) in exit_tfm() function 672 exit_tfm(crypto_skcipher_tfm(tfm)); in exit_tfm_ablk() 677 exit_tfm(crypto_aead_tfm(tfm)); in exit_tfm_aead()
|