Searched refs:crypto_ahash_digest (Results 1 – 6 of 6) sorted by relevance
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()
729 rc[i] = crypto_ahash_digest(data[i].req); in do_mult_ahash_op()917 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_jiffies_digest()968 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_cycles_digest()979 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_cycles_digest()
1420 err = do_ahash_op(crypto_ahash_digest, req, &wait, cfg->nosimd); in test_ahash_vec_cfg()