Searched refs:exit_tfm (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/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 = starfive_hash_exit_tfm,
|
/openbmc/linux/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,
|
/openbmc/linux/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 | hmac.c | 246 inst->alg.exit_tfm = hmac_exit_tfm; in hmac_create()
|
H A D | cmac.c | 299 inst->alg.exit_tfm = cmac_exit_tfm; in cmac_create()
|
H A D | cryptd.c | 697 inst->alg.exit_tfm = cryptd_hash_exit_tfm; in cryptd_create_hash()
|
/openbmc/linux/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,
|
/openbmc/linux/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,
|
/openbmc/linux/include/crypto/ |
H A D | hash.h | 169 void (*exit_tfm)(struct crypto_ahash *tfm); member 239 void (*exit_tfm)(struct crypto_shash *tfm); member
|
/openbmc/linux/drivers/crypto/ |
H A D | padlock-sha.c | 230 .exit_tfm = padlock_exit_tfm, 253 .exit_tfm = padlock_exit_tfm,
|
/openbmc/linux/drivers/crypto/xilinx/ |
H A D | zynqmp-sha.c | 172 .exit_tfm = zynqmp_sha_exit_tfm,
|
/openbmc/linux/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()
|