Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Dahash.c374 int crypto_ahash_digest(struct ahash_request *req) in crypto_ahash_digest() function
378 EXPORT_SYMBOL_GPL(crypto_ahash_digest);
Dauthenc.c159 err = crypto_ahash_digest(ahreq); in crypto_authenc_genicv()
308 err = crypto_ahash_digest(ahreq); in crypto_authenc_decrypt()
Dauthencesn.c165 return crypto_ahash_digest(ahreq) ?: in crypto_authenc_esn_genicv()
320 err = crypto_ahash_digest(ahreq); in crypto_authenc_esn_decrypt()
Dalgif_hash.c125 err = crypto_ahash_digest(&ctx->req); in hash_sendpage()
Dtcrypt.c810 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_jiffies_digest()
861 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_cycles_digest()
872 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_cycles_digest()
Dtestmgr.c274 ret = wait_async_op(&tresult, crypto_ahash_digest(req)); in __test_hash()
359 ret = crypto_ahash_digest(req); in __test_hash()
/linux-4.4.14/net/ipv4/
Dah4.c235 err = crypto_ahash_digest(req); in ah_output()
405 err = crypto_ahash_digest(req); in ah_input()
/linux-4.4.14/net/ipv6/
Dah6.c438 err = crypto_ahash_digest(req); in ah6_output()
619 err = crypto_ahash_digest(req); in ah6_input()
/linux-4.4.14/arch/arm/crypto/
Dghash-ce-glue.c218 return crypto_ahash_digest(cryptd_req); in ghash_async_digest()
/linux-4.4.14/include/crypto/
Dhash.h424 int crypto_ahash_digest(struct ahash_request *req);
/linux-4.4.14/arch/x86/crypto/
Dghash-clmulni-intel_glue.c232 return crypto_ahash_digest(cryptd_req); in ghash_async_digest()
/linux-4.4.14/drivers/crypto/qce/
Dsha.c418 ret = crypto_ahash_digest(req); in qce_ahash_hmac_setkey()
/linux-4.4.14/arch/x86/crypto/sha-mb/
Dsha1_mb.c762 return crypto_ahash_digest(mcryptd_req); in sha1_mb_async_digest()
/linux-4.4.14/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.c2047 ret = crypto_ahash_digest(req); in keyhash()
/linux-4.4.14/drivers/crypto/marvell/
Dhash.c1120 ret = crypto_ahash_digest(req); in mv_cesa_ahmac_pad_init()