Home
last modified time | relevance | path

Searched refs:crypto_ahash_final (Results 1 – 4 of 4) sorted by relevance

/crypto/
Dalgif_hash.c97 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()
Dahash.c302 int crypto_ahash_final(struct ahash_request *req) in crypto_ahash_final() function
312 EXPORT_SYMBOL_GPL(crypto_ahash_final);
Dtcrypt.c760 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()
Dtestmgr.c1666 err = do_ahash_op(crypto_ahash_final, req, &wait, cfg->nosimd); in test_ahash_vec_cfg()