Home
last modified time | relevance | path

Searched refs:ahash_request_set_tfm (Results 1 – 22 of 22) sorted by relevance

/Linux-v6.1/drivers/crypto/rockchip/
Drk3288_crypto_ahash.c86 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in rk_ahash_init()
99 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in rk_ahash_update()
114 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in rk_ahash_final()
128 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in rk_ahash_finup()
145 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in rk_ahash_import()
158 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in rk_ahash_export()
/Linux-v6.1/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce-hash.c82 ahash_request_set_tfm(&rctx->fallback_req, tfmctx->fallback_tfm); in sun8i_ce_hash_init()
94 ahash_request_set_tfm(&rctx->fallback_req, tfmctx->fallback_tfm); in sun8i_ce_hash_export()
106 ahash_request_set_tfm(&rctx->fallback_req, tfmctx->fallback_tfm); in sun8i_ce_hash_import()
122 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()
160 ahash_request_set_tfm(&rctx->fallback_req, tfmctx->fallback_tfm); in sun8i_ce_hash_finup()
185 ahash_request_set_tfm(&rctx->fallback_req, tfmctx->fallback_tfm); in sun8i_ce_hash_digest_fb()
/Linux-v6.1/crypto/
Dchacha20poly1305.c183 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()
Dauthenc.c147 ahash_request_set_tfm(ahreq, auth); in crypto_authenc_genicv()
294 ahash_request_set_tfm(ahreq, auth); in crypto_authenc_decrypt()
Dauthencesn.c146 ahash_request_set_tfm(ahreq, auth); in crypto_authenc_esn_genicv()
309 ahash_request_set_tfm(ahreq, auth); in crypto_authenc_esn_decrypt()
Dalgif_hash.c438 ahash_request_set_tfm(&ctx->req, tfm); in hash_accept_parent_nokey()
Dccm.c199 ahash_request_set_tfm(ahreq, ctx->mac); in crypto_ccm_auth()
Dgcm.c404 ahash_request_set_tfm(ahreq, ctx->ghash); in gcm_hash()
/Linux-v6.1/drivers/crypto/allwinner/sun8i-ss/
Dsun8i-ss-hash.c172 ahash_request_set_tfm(&rctx->fallback_req, tfmctx->fallback_tfm); in sun8i_ss_hash_init()
184 ahash_request_set_tfm(&rctx->fallback_req, tfmctx->fallback_tfm); in sun8i_ss_hash_export()
196 ahash_request_set_tfm(&rctx->fallback_req, tfmctx->fallback_tfm); in sun8i_ss_hash_import()
212 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()
250 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()
/Linux-v6.1/arch/x86/crypto/
Dghash-clmulni-intel_glue.c183 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()
/Linux-v6.1/arch/arm/crypto/
Dghash-ce-glue.c222 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()
/Linux-v6.1/drivers/crypto/
Dimg-hash.c489 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback); in img_hash_init()
553 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback); in img_hash_update()
568 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback); in img_hash_final()
582 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback); in img_hash_finup()
598 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback); in img_hash_import()
611 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback); in img_hash_export()
Dn2_core.c317 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in n2_hash_async_init()
329 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in n2_hash_async_update()
343 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in n2_hash_async_final()
356 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in n2_hash_async_finup()
539 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in n2_do_async_digest()
640 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in n2_hmac_async_digest()
Dsa2ul.c1419 ahash_request_set_tfm(subreq, ctx->fallback.ahash); in sa_sha_run()
1547 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback.ahash); in sa_sha_init()
1560 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback.ahash); in sa_sha_update()
1575 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback.ahash); in sa_sha_final()
1589 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback.ahash); in sa_sha_finup()
1606 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback.ahash); in sa_sha_import()
1620 ahash_request_set_tfm(subreq, ctx->fallback.ahash); in sa_sha_export()
Datmel-sha.c2243 ahash_request_set_tfm(req, tfm); in atmel_sha_authenc_schedule()
/Linux-v6.1/Documentation/crypto/
Dapi-digest.rst26 …:functions: ahash_request_set_tfm ahash_request_alloc ahash_request_free ahash_request_set_callbac…
/Linux-v6.1/include/crypto/
Dhash.h581 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()
/Linux-v6.1/fs/verity/
Dhash_algs.c129 ahash_request_set_tfm(req, alg->tfm); in fsverity_alloc_hash_request()
/Linux-v6.1/net/ipv4/
Dah4.c63 ahash_request_set_tfm(req, ahash); in ah_tmp_req()
/Linux-v6.1/net/ipv6/
Dah6.c92 ahash_request_set_tfm(req, ahash); in ah_tmp_req()
/Linux-v6.1/drivers/md/
Ddm-verity-target.c139 ahash_request_set_tfm(req, v->tfm); in verity_hash_init()
/Linux-v6.1/drivers/crypto/inside-secure/
Dsafexcel_hash.c638 ahash_request_set_tfm(req, __crypto_ahash_cast(tfm)); in safexcel_ahash_exit_inv()
2407 ahash_request_set_tfm(subreq, ctx->fback); in safexcel_sha3_fbcheck()