Searched refs:crypto_ahash_final (Results 1 – 4 of 4) sorted by relevance
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()
302 int crypto_ahash_final(struct ahash_request *req) in crypto_ahash_final() function312 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()
1666 err = do_ahash_op(crypto_ahash_final, req, &wait, cfg->nosimd); in test_ahash_vec_cfg()