Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/rockchip/
Drk3288_crypto_ahash.c85 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in rk_ahash_init()
98 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in rk_ahash_update()
113 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in rk_ahash_final()
127 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in rk_ahash_finup()
144 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in rk_ahash_import()
157 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in rk_ahash_export()
/Linux-v5.4/crypto/
Dchacha20poly1305.c185 ahash_request_set_tfm(&preq->req, ctx->poly); in poly_tail()
215 ahash_request_set_tfm(&preq->req, ctx->poly); in poly_cipherpad()
245 ahash_request_set_tfm(&preq->req, ctx->poly); in poly_cipher()
274 ahash_request_set_tfm(&preq->req, ctx->poly); in poly_adpad()
298 ahash_request_set_tfm(&preq->req, ctx->poly); in poly_ad()
324 ahash_request_set_tfm(&preq->req, ctx->poly); in poly_setkey()
348 ahash_request_set_tfm(&preq->req, ctx->poly); in poly_init()
Dauthenc.c157 ahash_request_set_tfm(ahreq, auth); in crypto_authenc_genicv()
304 ahash_request_set_tfm(ahreq, auth); in crypto_authenc_decrypt()
Dauthencesn.c156 ahash_request_set_tfm(ahreq, auth); in crypto_authenc_esn_genicv()
319 ahash_request_set_tfm(ahreq, auth); in crypto_authenc_esn_decrypt()
Dalgif_hash.c444 ahash_request_set_tfm(&ctx->req, tfm); in hash_accept_parent_nokey()
Dccm.c207 ahash_request_set_tfm(ahreq, ctx->mac); in crypto_ccm_auth()
Dgcm.c410 ahash_request_set_tfm(ahreq, ctx->ghash); in gcm_hash()
/Linux-v5.4/arch/x86/crypto/
Dghash-clmulni-intel_glue.c185 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base); in ghash_async_update()
203 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base); in ghash_async_final()
244 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base); in ghash_async_digest()
/Linux-v5.4/arch/arm/crypto/
Dghash-ce-glue.c227 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base); in ghash_async_update()
245 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base); in ghash_async_final()
263 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base); in ghash_async_digest()
/Linux-v5.4/Documentation/crypto/
Dapi-digest.rst26 …:functions: ahash_request_set_tfm ahash_request_alloc ahash_request_free ahash_request_set_callbac…
/Linux-v5.4/drivers/crypto/
Dimg-hash.c487 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback); in img_hash_init()
551 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback); in img_hash_update()
566 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback); in img_hash_final()
580 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback); in img_hash_finup()
596 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback); in img_hash_import()
609 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback); in img_hash_export()
Dn2_core.c315 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in n2_hash_async_init()
327 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in n2_hash_async_update()
341 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in n2_hash_async_final()
354 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()
Datmel-sha.c2389 ahash_request_set_tfm(req, tfm); in atmel_sha_authenc_schedule()
/Linux-v5.4/include/crypto/
Dhash.h558 static inline void ahash_request_set_tfm(struct ahash_request *req, in ahash_request_set_tfm() function
585 ahash_request_set_tfm(req, tfm); in ahash_request_alloc()
/Linux-v5.4/net/ipv4/
Dah4.c63 ahash_request_set_tfm(req, ahash); in ah_tmp_req()
/Linux-v5.4/net/ipv6/
Dah6.c92 ahash_request_set_tfm(req, ahash); in ah_tmp_req()
/Linux-v5.4/drivers/md/
Ddm-verity-target.c132 ahash_request_set_tfm(req, v->tfm); in verity_hash_init()
/Linux-v5.4/drivers/crypto/inside-secure/
Dsafexcel_hash.c531 ahash_request_set_tfm(req, __crypto_ahash_cast(tfm)); in safexcel_ahash_exit_inv()