| /linux-6.15/drivers/crypto/rockchip/ |
| H A D | rk3288_crypto_ahash.c | 54 ahash_request_set_tfm(&rctx->fallback_req, tfmctx->fallback_tfm); in rk_ahash_digest_fb() 126 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in rk_ahash_init() 139 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in rk_ahash_update() 154 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in rk_ahash_final() 168 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in rk_ahash_finup() 185 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in rk_ahash_import() 198 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in rk_ahash_export()
|
| /linux-6.15/drivers/crypto/allwinner/sun8i-ce/ |
| H A D | sun8i-ce-hash.c | 80 ahash_request_set_tfm(&rctx->fallback_req, tfmctx->fallback_tfm); in sun8i_ce_hash_init() 92 ahash_request_set_tfm(&rctx->fallback_req, tfmctx->fallback_tfm); in sun8i_ce_hash_export() 104 ahash_request_set_tfm(&rctx->fallback_req, tfmctx->fallback_tfm); in sun8i_ce_hash_import() 116 ahash_request_set_tfm(&rctx->fallback_req, tfmctx->fallback_tfm); in sun8i_ce_hash_final() 141 ahash_request_set_tfm(&rctx->fallback_req, tfmctx->fallback_tfm); in sun8i_ce_hash_update() 156 ahash_request_set_tfm(&rctx->fallback_req, tfmctx->fallback_tfm); in sun8i_ce_hash_finup() 184 ahash_request_set_tfm(&rctx->fallback_req, tfmctx->fallback_tfm); in sun8i_ce_hash_digest_fb()
|
| /linux-6.15/crypto/ |
| H A D | chacha20poly1305.c | 183 ahash_request_set_tfm(&preq->req, ctx->poly); in poly_tail() 213 ahash_request_set_tfm(&preq->req, ctx->poly); in poly_cipherpad() 243 ahash_request_set_tfm(&preq->req, ctx->poly); in poly_cipher() 272 ahash_request_set_tfm(&preq->req, ctx->poly); in poly_adpad() 296 ahash_request_set_tfm(&preq->req, ctx->poly); in poly_ad() 322 ahash_request_set_tfm(&preq->req, ctx->poly); in poly_setkey() 346 ahash_request_set_tfm(&preq->req, ctx->poly); in poly_init()
|
| H A D | authenc.c | 144 ahash_request_set_tfm(ahreq, auth); in crypto_authenc_genicv() 286 ahash_request_set_tfm(ahreq, auth); in crypto_authenc_decrypt()
|
| H A D | krb5enc.c | 219 ahash_request_set_tfm(ahreq, auth); in krb5enc_dispatch_encrypt_hash() 290 ahash_request_set_tfm(ahreq, auth); in krb5enc_dispatch_decrypt_hash()
|
| H A D | authencesn.c | 141 ahash_request_set_tfm(ahreq, auth); in crypto_authenc_esn_genicv() 300 ahash_request_set_tfm(ahreq, auth); in crypto_authenc_esn_decrypt()
|
| H A D | algif_hash.c | 426 ahash_request_set_tfm(&ctx->req, tfm); in hash_accept_parent_nokey()
|
| H A D | ccm.c | 200 ahash_request_set_tfm(ahreq, ctx->mac); in crypto_ccm_auth()
|
| H A D | gcm.c | 402 ahash_request_set_tfm(ahreq, ctx->ghash); in gcm_hash()
|
| /linux-6.15/drivers/crypto/allwinner/sun8i-ss/ |
| H A D | sun8i-ss-hash.c | 152 ahash_request_set_tfm(&rctx->fallback_req, tfmctx->fallback_tfm); in sun8i_ss_hash_init() 164 ahash_request_set_tfm(&rctx->fallback_req, tfmctx->fallback_tfm); in sun8i_ss_hash_export() 176 ahash_request_set_tfm(&rctx->fallback_req, tfmctx->fallback_tfm); in sun8i_ss_hash_import() 188 ahash_request_set_tfm(&rctx->fallback_req, tfmctx->fallback_tfm); in sun8i_ss_hash_final() 214 ahash_request_set_tfm(&rctx->fallback_req, tfmctx->fallback_tfm); in sun8i_ss_hash_update() 229 ahash_request_set_tfm(&rctx->fallback_req, tfmctx->fallback_tfm); in sun8i_ss_hash_finup() 258 ahash_request_set_tfm(&rctx->fallback_req, tfmctx->fallback_tfm); in sun8i_ss_hash_digest_fb()
|
| /linux-6.15/drivers/crypto/starfive/ |
| H A D | jh7110-hash.c | 261 ahash_request_set_tfm(&rctx->ahash_fbk_req, ctx->ahash_fbk); in starfive_hash_init() 278 ahash_request_set_tfm(&rctx->ahash_fbk_req, ctx->ahash_fbk); in starfive_hash_update() 295 ahash_request_set_tfm(&rctx->ahash_fbk_req, ctx->ahash_fbk); in starfive_hash_final() 312 ahash_request_set_tfm(&rctx->ahash_fbk_req, ctx->ahash_fbk); in starfive_hash_finup() 349 ahash_request_set_tfm(&rctx->ahash_fbk_req, ctx->ahash_fbk); in starfive_hash_export() 363 ahash_request_set_tfm(&rctx->ahash_fbk_req, ctx->ahash_fbk); in starfive_hash_import()
|
| /linux-6.15/drivers/crypto/tegra/ |
| H A D | tegra-se-hash.c | 119 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in tegra_sha_fallback_init() 132 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in tegra_sha_fallback_update() 147 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in tegra_sha_fallback_final() 161 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in tegra_sha_fallback_finup() 178 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in tegra_sha_fallback_digest() 195 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in tegra_sha_fallback_import() 208 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in tegra_sha_fallback_export()
|
| /linux-6.15/drivers/crypto/ |
| H A D | img-hash.c | 493 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback); in img_hash_init() 557 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback); in img_hash_update() 572 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback); in img_hash_final() 586 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback); in img_hash_finup() 602 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback); in img_hash_import() 615 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback); in img_hash_export()
|
| H A D | sa2ul.c | 1420 ahash_request_set_tfm(subreq, ctx->fallback.ahash); in sa_sha_run() 1548 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback.ahash); in sa_sha_init() 1561 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback.ahash); in sa_sha_update() 1576 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback.ahash); in sa_sha_final() 1590 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback.ahash); in sa_sha_finup() 1607 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback.ahash); in sa_sha_import() 1621 ahash_request_set_tfm(subreq, ctx->fallback.ahash); in sa_sha_export()
|
| H A D | atmel-sha.c | 2267 ahash_request_set_tfm(req, tfm); in atmel_sha_authenc_schedule()
|
| /linux-6.15/Documentation/crypto/ |
| H A D | api-digest.rst | 26 …:functions: ahash_request_set_tfm ahash_request_alloc ahash_request_free ahash_request_set_callbac…
|
| /linux-6.15/include/crypto/ |
| H A D | hash.h | 548 static inline void ahash_request_set_tfm(struct ahash_request *req, in ahash_request_set_tfm() function 575 ahash_request_set_tfm(req, tfm); in ahash_request_alloc_noprof()
|
| /linux-6.15/arch/x86/crypto/ |
| H A D | ghash-clmulni-intel_glue.c | 199 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base); in ghash_init_cryptd_req()
|
| /linux-6.15/net/ipv4/ |
| H A D | ah4.c | 60 ahash_request_set_tfm(req, ahash); in ah_tmp_req()
|
| /linux-6.15/net/ipv6/ |
| H A D | ah6.c | 89 ahash_request_set_tfm(req, ahash); in ah_tmp_req()
|
| /linux-6.15/drivers/crypto/inside-secure/ |
| H A D | safexcel_hash.c | 639 ahash_request_set_tfm(req, __crypto_ahash_cast(tfm)); in safexcel_ahash_exit_inv() 2381 ahash_request_set_tfm(subreq, ctx->fback); in safexcel_sha3_fbcheck()
|
| /linux-6.15/drivers/md/ |
| H A D | dm-verity-target.c | 159 ahash_request_set_tfm(req, v->ahash_tfm); in verity_ahash_init()
|