Home
last modified time | relevance | path

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

/linux-4.1.27/crypto/
Dahash.c374 int crypto_ahash_digest(struct ahash_request *req) in crypto_ahash_digest() function
378 EXPORT_SYMBOL_GPL(crypto_ahash_digest);
Dalgif_hash.c125 err = crypto_ahash_digest(&ctx->req); in hash_sendpage()
Dtcrypt.c788 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_jiffies_digest()
839 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_cycles_digest()
850 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_cycles_digest()
Dauthenc.c317 err = crypto_ahash_digest(ahreq); in crypto_authenc_ahash()
Dtestmgr.c264 ret = wait_async_op(&tresult, crypto_ahash_digest(req)); in __test_hash()
349 ret = crypto_ahash_digest(req); in __test_hash()
/linux-4.1.27/net/ipv4/
Dah4.c235 err = crypto_ahash_digest(req); in ah_output()
403 err = crypto_ahash_digest(req); in ah_input()
/linux-4.1.27/net/ipv6/
Dah6.c438 err = crypto_ahash_digest(req); in ah6_output()
617 err = crypto_ahash_digest(req); in ah6_input()
/linux-4.1.27/arch/arm/crypto/
Dghash-ce-glue.c218 return crypto_ahash_digest(cryptd_req); in ghash_async_digest()
/linux-4.1.27/include/crypto/
Dhash.h405 int crypto_ahash_digest(struct ahash_request *req);
/linux-4.1.27/arch/x86/crypto/
Dghash-clmulni-intel_glue.c232 return crypto_ahash_digest(cryptd_req); in ghash_async_digest()
/linux-4.1.27/drivers/crypto/qce/
Dsha.c422 ret = crypto_ahash_digest(req); in qce_ahash_hmac_setkey()
/linux-4.1.27/arch/x86/crypto/sha-mb/
Dsha1_mb.c765 return crypto_ahash_digest(mcryptd_req); in sha1_mb_async_digest()
/linux-4.1.27/drivers/crypto/
Dn2_core.c533 return crypto_ahash_digest(&rctx->fallback_req); in n2_do_async_digest()
634 return crypto_ahash_digest(&rctx->fallback_req); in n2_hmac_async_digest()
Dtalitos.c1858 ret = crypto_ahash_digest(req); in keyhash()