| /linux/drivers/crypto/starfive/ |
| H A D | jh7110-hash.c | 566 .base.init_tfm = starfive_sha224_init_tfm, 594 .base.init_tfm = starfive_hmac_sha224_init_tfm, 623 .base.init_tfm = starfive_sha256_init_tfm, 651 .base.init_tfm = starfive_hmac_sha256_init_tfm, 680 .base.init_tfm = starfive_sha384_init_tfm, 708 .base.init_tfm = starfive_hmac_sha384_init_tfm, 737 .base.init_tfm = starfive_sha512_init_tfm, 765 .base.init_tfm = starfive_hmac_sha512_init_tfm, 794 .base.init_tfm = starfive_sm3_init_tfm, 822 .base.init_tfm = starfive_hmac_sm3_init_tfm,
|
| /linux/crypto/ |
| H A D | shash.c | 320 if (!alg->init_tfm) in crypto_shash_init_tfm() 323 return alg->init_tfm(hash); in crypto_shash_init_tfm() 361 .init_tfm = crypto_shash_init_tfm, 413 if (!alg->clone_tfm && (alg->init_tfm || alg->base.cra_init)) in crypto_clone_shash()
|
| H A D | kpp.c | 69 .init_tfm = crypto_kpp_init_tfm,
|
| H A D | sig.c | 65 .init_tfm = crypto_sig_init_tfm,
|
| H A D | rng.c | 89 .init_tfm = crypto_rng_init_tfm,
|
| H A D | akcipher.c | 86 .init_tfm = crypto_akcipher_init_tfm,
|
| H A D | hmac.c | 237 inst->alg.init_tfm = hmac_init_tfm; in __hmac_create_shash() 505 inst->alg.init_tfm = hmac_init_ahash_tfm; in hmac_create_ahash()
|
| H A D | cmac.c | 224 inst->alg.init_tfm = cmac_init_tfm; in cmac_create()
|
| H A D | ahash.c | 743 if (alg->init_tfm) in crypto_ahash_init_tfm() 744 err = alg->init_tfm(hash); in crypto_ahash_init_tfm() 817 .init_tfm = crypto_ahash_init_tfm,
|
| H A D | aead.c | 177 .init_tfm = crypto_aead_init_tfm,
|
| H A D | lskcipher.c | 285 .init_tfm = crypto_lskcipher_init_tfm,
|
| H A D | api.c | 542 err = frontend->init_tfm(tfm); in crypto_create_tfm_node()
|
| H A D | skcipher.c | 612 .init_tfm = crypto_skcipher_init_tfm,
|
| /linux/drivers/crypto/aspeed/ |
| H A D | aspeed-hace-hash.c | 629 .init_tfm = aspeed_sham_cra_init, 661 .init_tfm = aspeed_sham_cra_init, 693 .init_tfm = aspeed_sham_cra_init, 728 .init_tfm = aspeed_sham_cra_init, 760 .init_tfm = aspeed_sham_cra_init,
|
| /linux/drivers/crypto/allwinner/sun8i-ce/ |
| H A D | sun8i-ce-core.c | 433 .init_tfm = sun8i_ce_hash_init_tfm, 466 .init_tfm = sun8i_ce_hash_init_tfm, 498 .init_tfm = sun8i_ce_hash_init_tfm, 530 .init_tfm = sun8i_ce_hash_init_tfm, 562 .init_tfm = sun8i_ce_hash_init_tfm, 594 .init_tfm = sun8i_ce_hash_init_tfm,
|
| /linux/drivers/crypto/rockchip/ |
| H A D | rk3288_crypto_ahash.c | 385 .init_tfm = rk_hash_init_tfm, 417 .init_tfm = rk_hash_init_tfm, 449 .init_tfm = rk_hash_init_tfm,
|
| /linux/drivers/crypto/allwinner/sun8i-ss/ |
| H A D | sun8i-ss-core.c | 316 .init_tfm = sun8i_ss_hash_init_tfm, 348 .init_tfm = sun8i_ss_hash_init_tfm, 380 .init_tfm = sun8i_ss_hash_init_tfm, 412 .init_tfm = sun8i_ss_hash_init_tfm, 444 .init_tfm = sun8i_ss_hash_init_tfm,
|
| /linux/drivers/crypto/ |
| H A D | padlock-sha.c | 199 .init_tfm = padlock_init_tfm, 221 .init_tfm = padlock_init_tfm,
|
| /linux/include/crypto/ |
| H A D | hash.h | 166 int (*init_tfm)(struct crypto_ahash *tfm); member 264 int (*init_tfm)(struct crypto_shash *tfm); member
|
| /linux/drivers/crypto/xilinx/ |
| H A D | zynqmp-sha.c | 171 .init_tfm = zynqmp_sha_init_tfm,
|
| /linux/drivers/crypto/nx/ |
| H A D | nx-sha512.c | 252 .init_tfm = nx_crypto_ctx_sha512_init,
|
| H A D | nx-sha256.c | 247 .init_tfm = nx_crypto_ctx_sha256_init,
|
| H A D | nx-aes-xcbc.c | 319 .init_tfm = nx_crypto_ctx_aes_xcbc_init2,
|
| /linux/drivers/crypto/intel/ixp4xx/ |
| H A D | ixp4xx_crypto.c | 617 static int init_tfm(struct crypto_tfm *tfm) in init_tfm() function 652 return init_tfm(crypto_skcipher_tfm(tfm)); in init_tfm_ablk() 658 return init_tfm(crypto_aead_tfm(tfm)); in init_tfm_aead()
|
| /linux/arch/s390/crypto/ |
| H A D | phmac_s390.c | 950 .init_tfm = phmac_init_tfm, \
|