/openbmc/linux/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()
|
/openbmc/linux/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()
|
/openbmc/linux/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 | 147 ahash_request_set_tfm(ahreq, auth); in crypto_authenc_genicv() 292 ahash_request_set_tfm(ahreq, auth); in crypto_authenc_decrypt()
|
H A D | authencesn.c | 145 ahash_request_set_tfm(ahreq, auth); in crypto_authenc_esn_genicv() 306 ahash_request_set_tfm(ahreq, auth); in crypto_authenc_esn_decrypt()
|
H A D | algif_hash.c | 430 ahash_request_set_tfm(&ctx->req, tfm); in hash_accept_parent_nokey()
|
H A D | ahash.c | 212 ahash_request_set_tfm(subreq, tfm); in ahash_save_req()
|
H A D | ccm.c | 199 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()
|
/openbmc/linux/drivers/crypto/allwinner/sun8i-ss/ |
H A D | sun8i-ss-hash.c | 169 ahash_request_set_tfm(&rctx->fallback_req, tfmctx->fallback_tfm); in sun8i_ss_hash_init() 181 ahash_request_set_tfm(&rctx->fallback_req, tfmctx->fallback_tfm); in sun8i_ss_hash_export() 193 ahash_request_set_tfm(&rctx->fallback_req, tfmctx->fallback_tfm); in sun8i_ss_hash_import() 205 ahash_request_set_tfm(&rctx->fallback_req, tfmctx->fallback_tfm); in sun8i_ss_hash_final() 231 ahash_request_set_tfm(&rctx->fallback_req, tfmctx->fallback_tfm); in sun8i_ss_hash_update() 246 ahash_request_set_tfm(&rctx->fallback_req, tfmctx->fallback_tfm); in sun8i_ss_hash_finup() 275 ahash_request_set_tfm(&rctx->fallback_req, tfmctx->fallback_tfm); in sun8i_ss_hash_digest_fb()
|
/openbmc/linux/drivers/crypto/starfive/ |
H A D | jh7110-hash.c | 277 ahash_request_set_tfm(&rctx->ahash_fbk_req, ctx->ahash_fbk); in starfive_hash_init() 294 ahash_request_set_tfm(&rctx->ahash_fbk_req, ctx->ahash_fbk); in starfive_hash_update() 311 ahash_request_set_tfm(&rctx->ahash_fbk_req, ctx->ahash_fbk); in starfive_hash_final() 328 ahash_request_set_tfm(&rctx->ahash_fbk_req, ctx->ahash_fbk); in starfive_hash_finup() 345 ahash_request_set_tfm(&rctx->ahash_fbk_req, ctx->ahash_fbk); in starfive_hash_digest_fb() 384 ahash_request_set_tfm(&rctx->ahash_fbk_req, ctx->ahash_fbk); in starfive_hash_export() 398 ahash_request_set_tfm(&rctx->ahash_fbk_req, ctx->ahash_fbk); in starfive_hash_import()
|
/openbmc/linux/arch/x86/crypto/ |
H A D | ghash-clmulni-intel_glue.c | 202 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base); in ghash_async_update() 220 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base); in ghash_async_final() 261 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base); in ghash_async_digest()
|
/openbmc/linux/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 | n2_core.c | 318 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in n2_hash_async_init() 330 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in n2_hash_async_update() 344 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in n2_hash_async_final() 357 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in n2_hash_async_finup() 540 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in n2_do_async_digest() 641 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in n2_hmac_async_digest()
|
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 | 2269 ahash_request_set_tfm(req, tfm); in atmel_sha_authenc_schedule()
|
/openbmc/linux/Documentation/crypto/ |
H A D | api-digest.rst | 26 …:functions: ahash_request_set_tfm ahash_request_alloc ahash_request_free ahash_request_set_callbac…
|
/openbmc/linux/include/crypto/ |
H A D | hash.h | 631 static inline void ahash_request_set_tfm(struct ahash_request *req, in ahash_request_set_tfm() function 658 ahash_request_set_tfm(req, tfm); in ahash_request_alloc()
|
/openbmc/linux/arch/arm/crypto/ |
H A D | ghash-ce-glue.c | 239 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base); in ghash_async_update() 257 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base); in ghash_async_final() 275 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base); in ghash_async_digest()
|
/openbmc/linux/net/ipv4/ |
H A D | ah4.c | 63 ahash_request_set_tfm(req, ahash); in ah_tmp_req()
|
/openbmc/linux/net/ipv6/ |
H A D | ah6.c | 92 ahash_request_set_tfm(req, ahash); in ah_tmp_req()
|
/openbmc/linux/drivers/md/ |
H A D | dm-verity-target.c | 142 ahash_request_set_tfm(req, v->tfm); in verity_hash_init()
|
/openbmc/linux/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()
|