Searched refs:crypto_ahash_digest (Results 1 – 7 of 7) sorted by relevance
388 int crypto_ahash_digest(struct ahash_request *req) in crypto_ahash_digest() function397 EXPORT_SYMBOL_GPL(crypto_ahash_digest);
168 err = crypto_ahash_digest(ahreq); in crypto_authenc_genicv()315 err = crypto_ahash_digest(ahreq); in crypto_authenc_decrypt()
166 return crypto_ahash_digest(ahreq) ?: in crypto_authenc_esn_genicv()329 err = crypto_ahash_digest(ahreq); in crypto_authenc_esn_decrypt()
164 err = crypto_ahash_digest(&ctx->req); in hash_sendpage()
732 rc[i] = crypto_ahash_digest(data[i].req); in do_mult_ahash_op()920 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_jiffies_digest()971 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_cycles_digest()982 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_cycles_digest()
343 ret = crypto_wait_req(crypto_ahash_digest(req), &wait); in __test_hash()469 ret = crypto_wait_req(crypto_ahash_digest(req), &wait); in __test_hash()
454 int crypto_ahash_digest(struct ahash_request *req);