Searched refs:ahash_request_set_tfm (Results 1 - 12 of 12) sorted by relevance

/linux-4.1.27/arch/x86/crypto/
H A Dghash-clmulni-intel_glue.c174 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base); ghash_async_init()
196 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base); ghash_async_update()
214 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base); ghash_async_final()
231 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base); ghash_async_digest()
/linux-4.1.27/arch/arm/crypto/
H A Dghash-ce-glue.c160 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base); ghash_async_init()
182 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base); ghash_async_update()
200 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base); ghash_async_final()
217 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base); ghash_async_digest()
/linux-4.1.27/arch/x86/crypto/sha-mb/
H A Dsha1_mb.c713 ahash_request_set_tfm(mcryptd_req, &mcryptd_tfm->base); sha1_mb_async_init()
726 ahash_request_set_tfm(mcryptd_req, &mcryptd_tfm->base); sha1_mb_async_update()
739 ahash_request_set_tfm(mcryptd_req, &mcryptd_tfm->base); sha1_mb_async_finup()
752 ahash_request_set_tfm(mcryptd_req, &mcryptd_tfm->base); sha1_mb_async_final()
764 ahash_request_set_tfm(mcryptd_req, &mcryptd_tfm->base); sha1_mb_async_digest()
/linux-4.1.27/drivers/crypto/
H A Dimg-hash.c487 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback); img_hash_init()
551 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback); img_hash_update()
566 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback); img_hash_final()
580 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback); img_hash_finup()
H A Dn2_core.c309 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); n2_hash_async_init()
321 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); n2_hash_async_update()
335 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); n2_hash_async_final()
348 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); n2_hash_async_finup()
526 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); n2_do_async_digest()
627 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); n2_hmac_async_digest()
/linux-4.1.27/crypto/
H A Dauthenc.c272 ahash_request_set_tfm(ahreq, auth); crypto_authenc_ahash_fb()
311 ahash_request_set_tfm(ahreq, auth); crypto_authenc_ahash()
H A Dalgif_hash.c422 ahash_request_set_tfm(&ctx->req, hash); hash_accept_parent_nokey()
H A Dauthencesn.c352 ahash_request_set_tfm(ahreq, auth); crypto_authenc_esn_ahash()
H A Dgcm.c468 ahash_request_set_tfm(ahreq, ctx->ghash); gcm_hash()
/linux-4.1.27/include/crypto/
H A Dhash.h485 * ahash_request_set_tfm() - update cipher handle reference in request
492 static inline void ahash_request_set_tfm(struct ahash_request *req, ahash_request_set_tfm() function
520 ahash_request_set_tfm(req, tfm); ahash_request_alloc()
/linux-4.1.27/net/ipv4/
H A Dah4.c61 ahash_request_set_tfm(req, ahash); ah_tmp_req()
/linux-4.1.27/net/ipv6/
H A Dah6.c103 ahash_request_set_tfm(req, ahash); ah_tmp_req()

Completed in 155 milliseconds