Home
last modified time | relevance | path

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

/crypto/
Dahash.c273 int crypto_ahash_digest(struct ahash_request *req) in crypto_ahash_digest() function
277 EXPORT_SYMBOL_GPL(crypto_ahash_digest);
Dalgif_hash.c127 err = crypto_ahash_digest(&ctx->req); in hash_sendpage()
Dtcrypt.c510 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_jiffies_digest()
561 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_cycles_digest()
572 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_cycles_digest()
Dauthenc.c305 err = crypto_ahash_digest(ahreq); in crypto_authenc_ahash()
Dtestmgr.c242 crypto_ahash_digest(req)); in test_hash()
320 ret = crypto_ahash_digest(req); in test_hash()