Searched refs:crypto_ahash_final (Results 1 – 25 of 26) sorted by relevance
12
17 …size crypto_ahash_statesize crypto_ahash_setkey crypto_ahash_finup crypto_ahash_final crypto_ahash…
97 err = crypto_wait_req(crypto_ahash_final(&ctx->req), in hash_sendmsg()211 err = crypto_wait_req(crypto_ahash_final(&ctx->req), in hash_recvmsg()
339 int crypto_ahash_final(struct ahash_request *req) in crypto_ahash_final() function348 EXPORT_SYMBOL_GPL(crypto_ahash_final);
760 ret = do_one_ahash_op(req, crypto_ahash_final(req)); in test_ahash_jiffies()828 ret = do_one_ahash_op(req, crypto_ahash_final(req)); in test_ahash_cycles()847 ret = do_one_ahash_op(req, crypto_ahash_final(req)); in test_ahash_cycles()
264 err = crypto_ahash_final(req); in make_checksum()353 err = crypto_ahash_final(req); in gss_krb5_checksum()966 err = crypto_ahash_final(req); in krb5_etm_checksum()
428 rc = ahash_wait(crypto_ahash_final(req), &wait); in ima_calc_file_hash_atfm()691 rc = ahash_wait(crypto_ahash_final(req), &wait); in calc_buffer_ahash_atfm()
455 int crypto_ahash_final(struct ahash_request *req);
221 return crypto_ahash_final(cryptd_req); in ghash_async_final()
159 return crypto_ahash_final(&rctx->fallback_req); in rk_ahash_final()
41 ret = crypto_ahash_final(hp->req); in tcp_ao_calc_traffic_key()604 if (crypto_ahash_final(hp.req)) in tcp_ao_hash_hdr()655 if (crypto_ahash_final(hp.req)) in tcp_ao_hash_skb()1423 err |= crypto_ahash_final(hp.req); in tcp_ao_parse_crypto()
1604 if (crypto_ahash_final(hp.req))1647 if (crypto_ahash_final(hp.req))
132 return crypto_ahash_final(&rctx->fallback_req); in sun8i_ce_hash_final()
205 return crypto_ahash_final(&rctx->fallback_req); in sun8i_ss_hash_final()
303 return crypto_ahash_final(&rctx->ahash_fbk_req); in starfive_hash_final()
258 return crypto_ahash_final(cryptd_req); in ghash_async_final()
264 crypto_ahash_final(segment->hash); in iscsi_tcp_segment_done()
577 return crypto_ahash_final(&rctx->fallback_req); in img_hash_final()
1433 ret |= crypto_ahash_final(subreq); in sa_sha_run()1581 return crypto_ahash_final(&rctx->fallback_req); in sa_sha_final()
348 return crypto_ahash_final(&rctx->fallback_req); in n2_hash_async_final()
151 return crypto_ahash_final(&rctx->fallback_req); in tegra_sha_fallback_final()
732 if (crypto_ahash_final(hp.req)) in tcp_v6_md5_hash_hdr()776 if (crypto_ahash_final(hp.req)) in tcp_v6_md5_hash_skb()
184 r = crypto_wait_req(crypto_ahash_final(req), wait); in verity_ahash_final()
448 crypto_ahash_final(hash); in nvme_tcp_ddgst_final()
2427 return safexcel_sha3_fbcheck(req) ?: crypto_ahash_final(subreq); in safexcel_sha3_final()
1458 crypto_ahash_final(hash); in iscsit_do_crypto_hash_sg()
Completed in 102 milliseconds