Searched refs:ahash_request_set_tfm (Results 1 – 18 of 18) sorted by relevance
| /Linux-v5.4/drivers/crypto/rockchip/ |
| D | rk3288_crypto_ahash.c | 85 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/ |
| D | chacha20poly1305.c | 185 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()
|
| D | authenc.c | 157 ahash_request_set_tfm(ahreq, auth); in crypto_authenc_genicv() 304 ahash_request_set_tfm(ahreq, auth); in crypto_authenc_decrypt()
|
| D | authencesn.c | 156 ahash_request_set_tfm(ahreq, auth); in crypto_authenc_esn_genicv() 319 ahash_request_set_tfm(ahreq, auth); in crypto_authenc_esn_decrypt()
|
| D | algif_hash.c | 444 ahash_request_set_tfm(&ctx->req, tfm); in hash_accept_parent_nokey()
|
| D | ccm.c | 207 ahash_request_set_tfm(ahreq, ctx->mac); in crypto_ccm_auth()
|
| D | gcm.c | 410 ahash_request_set_tfm(ahreq, ctx->ghash); in gcm_hash()
|
| /Linux-v5.4/arch/x86/crypto/ |
| D | ghash-clmulni-intel_glue.c | 185 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/ |
| D | ghash-ce-glue.c | 227 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/ |
| D | api-digest.rst | 26 …:functions: ahash_request_set_tfm ahash_request_alloc ahash_request_free ahash_request_set_callbac…
|
| /Linux-v5.4/drivers/crypto/ |
| D | img-hash.c | 487 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()
|
| D | n2_core.c | 315 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()
|
| D | atmel-sha.c | 2389 ahash_request_set_tfm(req, tfm); in atmel_sha_authenc_schedule()
|
| /Linux-v5.4/include/crypto/ |
| D | hash.h | 558 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/ |
| D | ah4.c | 63 ahash_request_set_tfm(req, ahash); in ah_tmp_req()
|
| /Linux-v5.4/net/ipv6/ |
| D | ah6.c | 92 ahash_request_set_tfm(req, ahash); in ah_tmp_req()
|
| /Linux-v5.4/drivers/md/ |
| D | dm-verity-target.c | 132 ahash_request_set_tfm(req, v->tfm); in verity_hash_init()
|
| /Linux-v5.4/drivers/crypto/inside-secure/ |
| D | safexcel_hash.c | 531 ahash_request_set_tfm(req, __crypto_ahash_cast(tfm)); in safexcel_ahash_exit_inv()
|