/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ce/ |
H A D | sun8i-ce-hash.c | 81 ahash_request_set_tfm(&rctx->fallback_req, tfmctx->fallback_tfm); in sun8i_ce_hash_init() 93 ahash_request_set_tfm(&rctx->fallback_req, tfmctx->fallback_tfm); in sun8i_ce_hash_export() 105 ahash_request_set_tfm(&rctx->fallback_req, tfmctx->fallback_tfm); in sun8i_ce_hash_import() 121 ahash_request_set_tfm(&rctx->fallback_req, tfmctx->fallback_tfm); in sun8i_ce_hash_final() 140 ahash_request_set_tfm(&rctx->fallback_req, tfmctx->fallback_tfm); in sun8i_ce_hash_update() 159 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()
|
/kernel/linux/linux-5.10/drivers/crypto/rockchip/ |
H A D | rk3288_crypto_ahash.c | 43 ahash_request_set_tfm(&rctx->fallback_req, tfmctx->fallback_tfm); in rk_ahash_digest_fb() 117 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in rk_ahash_init() 130 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in rk_ahash_update() 145 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in rk_ahash_final() 159 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in rk_ahash_finup() 176 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in rk_ahash_import() 189 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in rk_ahash_export()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ss/ |
H A D | sun8i-ss-hash.c | 81 ahash_request_set_tfm(&rctx->fallback_req, tfmctx->fallback_tfm); in sun8i_ss_hash_init() 93 ahash_request_set_tfm(&rctx->fallback_req, tfmctx->fallback_tfm); in sun8i_ss_hash_export() 105 ahash_request_set_tfm(&rctx->fallback_req, tfmctx->fallback_tfm); in sun8i_ss_hash_import() 121 ahash_request_set_tfm(&rctx->fallback_req, tfmctx->fallback_tfm); in sun8i_ss_hash_final() 140 ahash_request_set_tfm(&rctx->fallback_req, tfmctx->fallback_tfm); in sun8i_ss_hash_update() 159 ahash_request_set_tfm(&rctx->fallback_req, tfmctx->fallback_tfm); in sun8i_ss_hash_finup() 184 ahash_request_set_tfm(&rctx->fallback_req, tfmctx->fallback_tfm); in sun8i_ss_hash_digest_fb()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/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 | authencesn.c | 146 ahash_request_set_tfm(ahreq, auth); in crypto_authenc_esn_genicv() 309 ahash_request_set_tfm(ahreq, auth); in crypto_authenc_esn_decrypt()
|
H A D | authenc.c | 147 ahash_request_set_tfm(ahreq, auth); in crypto_authenc_genicv() 294 ahash_request_set_tfm(ahreq, auth); in crypto_authenc_decrypt()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | ghash-clmulni-intel_glue.c | 183 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base); in ghash_async_update() 201 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base); in ghash_async_final() 242 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base); in ghash_async_digest()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/arch/arm/crypto/ |
H A D | ghash-ce-glue.c | 222 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base); in ghash_async_update() 240 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base); in ghash_async_final() 258 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base); in ghash_async_digest()
|
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | img-hash.c | 492 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback); in img_hash_init() 556 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback); in img_hash_update() 571 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback); in img_hash_final() 585 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback); in img_hash_finup() 601 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback); in img_hash_import() 614 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback); in img_hash_export()
|
H A D | n2_core.c | 316 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in n2_hash_async_init() 328 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in n2_hash_async_update() 342 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in n2_hash_async_final() 355 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in n2_hash_async_finup() 538 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in n2_do_async_digest() 639 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in n2_hmac_async_digest()
|
H A D | sa2ul.c | 1397 ahash_request_set_tfm(subreq, ctx->fallback.ahash); in sa_sha_run() 1524 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback.ahash); in sa_sha_init() 1537 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback.ahash); in sa_sha_update() 1552 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback.ahash); in sa_sha_final() 1566 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback.ahash); in sa_sha_finup() 1583 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback.ahash); in sa_sha_import() 1597 ahash_request_set_tfm(subreq, ctx->fallback.ahash); in sa_sha_export()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/include/crypto/ |
H A D | hash.h | 574 * ahash_request_set_tfm() - update cipher handle reference in request 581 static inline void ahash_request_set_tfm(struct ahash_request *req, in ahash_request_set_tfm() function 608 ahash_request_set_tfm(req, tfm); in ahash_request_alloc()
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | hash.h | 624 * ahash_request_set_tfm() - update cipher handle reference in request 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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/fs/verity/ |
H A D | hash_algs.c | 131 ahash_request_set_tfm(req, alg->tfm); in fsverity_alloc_hash_request()
|