Searched refs:crypto_ahash_digest (Results 1 – 6 of 6) sorted by relevance
153 err = crypto_ahash_digest(ahreq); in crypto_authenc_genicv()298 err = crypto_ahash_digest(ahreq); in crypto_authenc_decrypt()
150 return crypto_ahash_digest(ahreq) ?: in crypto_authenc_esn_genicv()311 err = crypto_ahash_digest(ahreq); in crypto_authenc_esn_decrypt()
330 int crypto_ahash_digest(struct ahash_request *req) in crypto_ahash_digest() function347 EXPORT_SYMBOL_GPL(crypto_ahash_digest);
137 err = crypto_ahash_digest(&ctx->req); in hash_sendmsg()
728 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_jiffies_digest()779 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_cycles_digest()790 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_cycles_digest()
1580 err = do_ahash_op(crypto_ahash_digest, req, &wait, cfg->nosimd); in test_ahash_vec_cfg()