Home
last modified time | relevance | path

Searched refs:crypto_ahash_digest (Results 1 – 7 of 7) sorted by relevance

/linux-4.19.296/crypto/
Dahash.c388 int crypto_ahash_digest(struct ahash_request *req) in crypto_ahash_digest() function
397 EXPORT_SYMBOL_GPL(crypto_ahash_digest);
Dauthenc.c168 err = crypto_ahash_digest(ahreq); in crypto_authenc_genicv()
315 err = crypto_ahash_digest(ahreq); in crypto_authenc_decrypt()
Dauthencesn.c166 return crypto_ahash_digest(ahreq) ?: in crypto_authenc_esn_genicv()
329 err = crypto_ahash_digest(ahreq); in crypto_authenc_esn_decrypt()
Dalgif_hash.c164 err = crypto_ahash_digest(&ctx->req); in hash_sendpage()
Dtcrypt.c732 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()
Dtestmgr.c343 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()
/linux-4.19.296/include/crypto/
Dhash.h454 int crypto_ahash_digest(struct ahash_request *req);