Searched refs:crypto_ahash_digest (Results 1 – 25 of 29) sorted by relevance
12
260 err = crypto_ahash_digest(req); in fsverity_hash_page()298 err = crypto_wait_req(crypto_ahash_digest(req), &wait); in fsverity_hash_buffer()
17 …tatesize crypto_ahash_setkey crypto_ahash_finup crypto_ahash_final crypto_ahash_digest crypto_ahas…
76 if (crypto_ahash_digest(req))
153 err = crypto_ahash_digest(ahreq); in crypto_authenc_genicv()300 err = crypto_ahash_digest(ahreq); in crypto_authenc_decrypt()
151 return crypto_ahash_digest(ahreq) ?: in crypto_authenc_esn_genicv()314 err = crypto_ahash_digest(ahreq); in crypto_authenc_esn_decrypt()
368 int crypto_ahash_digest(struct ahash_request *req) in crypto_ahash_digest() function383 EXPORT_SYMBOL_GPL(crypto_ahash_digest);
159 err = crypto_ahash_digest(&ctx->req); in hash_sendpage()
742 rc[i] = crypto_ahash_digest(data[i].req); in do_mult_ahash_op()930 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_jiffies_digest()981 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_cycles_digest()992 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_cycles_digest()
239 err = crypto_ahash_digest(req); in ah_output()414 err = crypto_ahash_digest(req); in ah_input()
430 err = crypto_ahash_digest(req); in ah6_output()617 err = crypto_ahash_digest(req); in ah6_input()
243 return crypto_ahash_digest(cryptd_req); in ghash_async_digest()
478 int crypto_ahash_digest(struct ahash_request *req);
259 return crypto_ahash_digest(cryptd_req); in ghash_async_digest()
196 return crypto_ahash_digest(&rctx->fallback_req); in sun8i_ce_hash_digest_fb()
196 return crypto_ahash_digest(&rctx->fallback_req); in sun8i_ss_hash_digest_fb()
381 ret = crypto_wait_req(crypto_ahash_digest(req), &wait); in qce_ahash_hmac_setkey()
546 return crypto_ahash_digest(&rctx->fallback_req); in n2_do_async_digest()647 return crypto_ahash_digest(&rctx->fallback_req); in n2_hmac_async_digest()
2210 ret = crypto_wait_req(crypto_ahash_digest(req), &wait); in keyhash()
256 crypto_ahash_digest(hash); in nvmet_tcp_hdgst()413 crypto_ahash_digest(hash); in nvmet_tcp_send_ddgst()
811 rc = crypto_wait_req(crypto_ahash_digest(req), &wait); in kmb_ocs_hcu_setkey()
321 crypto_ahash_digest(hash); in iscsi_tcp_dgst_header()
1181 ret = crypto_ahash_digest(req); in mv_cesa_ahmac_pad_init()
364 crypto_ahash_digest(hash); in nvme_tcp_hdgst()
1083 ret = crypto_ahash_digest(areq); in safexcel_hmac_init_pad()
1445 crypto_ahash_digest(hash); in iscsit_do_crypto_hash_buf()
Completed in 74 milliseconds