Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/crypto/
Dghash-ce-glue.c160 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base); in ghash_async_init()
182 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base); in ghash_async_update()
200 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base); in ghash_async_final()
217 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base); in ghash_async_digest()
/linux-4.4.14/arch/x86/crypto/
Dghash-clmulni-intel_glue.c174 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base); in ghash_async_init()
196 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base); in ghash_async_update()
214 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base); in ghash_async_final()
231 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base); in ghash_async_digest()
/linux-4.4.14/crypto/
Dchacha20poly1305.c189 ahash_request_set_tfm(&preq->req, ctx->poly); in poly_tail()
220 ahash_request_set_tfm(&preq->req, ctx->poly); in poly_cipherpad()
251 ahash_request_set_tfm(&preq->req, ctx->poly); in poly_cipher()
281 ahash_request_set_tfm(&preq->req, ctx->poly); in poly_adpad()
305 ahash_request_set_tfm(&preq->req, ctx->poly); in poly_ad()
332 ahash_request_set_tfm(&preq->req, ctx->poly); in poly_setkey()
356 ahash_request_set_tfm(&preq->req, ctx->poly); in poly_init()
Dauthenc.c153 ahash_request_set_tfm(ahreq, auth); in crypto_authenc_genicv()
302 ahash_request_set_tfm(ahreq, auth); in crypto_authenc_decrypt()
Dauthencesn.c160 ahash_request_set_tfm(ahreq, auth); in crypto_authenc_esn_genicv()
315 ahash_request_set_tfm(ahreq, auth); in crypto_authenc_esn_decrypt()
Dalgif_hash.c430 ahash_request_set_tfm(&ctx->req, hash); in hash_accept_parent_nokey()
Dgcm.c447 ahash_request_set_tfm(ahreq, ctx->ghash); in gcm_hash()
/linux-4.4.14/arch/x86/crypto/sha-mb/
Dsha1_mb.c710 ahash_request_set_tfm(mcryptd_req, &mcryptd_tfm->base); in sha1_mb_async_init()
723 ahash_request_set_tfm(mcryptd_req, &mcryptd_tfm->base); in sha1_mb_async_update()
736 ahash_request_set_tfm(mcryptd_req, &mcryptd_tfm->base); in sha1_mb_async_finup()
749 ahash_request_set_tfm(mcryptd_req, &mcryptd_tfm->base); in sha1_mb_async_final()
761 ahash_request_set_tfm(mcryptd_req, &mcryptd_tfm->base); in sha1_mb_async_digest()
/linux-4.4.14/include/crypto/
Dhash.h511 static inline void ahash_request_set_tfm(struct ahash_request *req, in ahash_request_set_tfm() function
539 ahash_request_set_tfm(req, tfm); in ahash_request_alloc()
/linux-4.4.14/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()
Dn2_core.c309 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in n2_hash_async_init()
321 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in n2_hash_async_update()
335 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in n2_hash_async_final()
348 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in n2_hash_async_finup()
526 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in n2_do_async_digest()
627 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in n2_hmac_async_digest()
/linux-4.4.14/net/ipv4/
Dah4.c61 ahash_request_set_tfm(req, ahash); in ah_tmp_req()
/linux-4.4.14/net/ipv6/
Dah6.c103 ahash_request_set_tfm(req, ahash); in ah_tmp_req()