Home
last modified time | relevance | path

Searched refs:crypto_ahash_update (Results 1 – 13 of 13) sorted by relevance

/linux-4.1.27/crypto/
Dalgif_hash.c79 err = af_alg_wait_for_completion(crypto_ahash_update(&ctx->req), in hash_sendmsg()
134 err = crypto_ahash_update(&ctx->req); in hash_sendpage()
Dauthencesn.c114 err = crypto_ahash_update(ahreq); in authenc_esn_geniv_ahash_update_done()
212 err = crypto_ahash_update(ahreq); in authenc_esn_verify_ahash_update_done()
362 err = crypto_ahash_update(ahreq); in crypto_authenc_esn_ahash()
370 err = crypto_ahash_update(ahreq); in crypto_authenc_esn_ahash()
Dgcm.c241 return crypto_ahash_update(ahreq); in gcm_hash_update()
256 return crypto_ahash_update(ahreq); in gcm_hash_remain()
275 return crypto_ahash_update(ahreq); in gcm_hash_len()
Dtcrypt.c815 ret = do_one_ahash_op(req, crypto_ahash_update(req)); in test_ahash_jiffies()
884 ret = do_one_ahash_op(req, crypto_ahash_update(req)); in test_ahash_cycles()
903 ret = do_one_ahash_op(req, crypto_ahash_update(req)); in test_ahash_cycles()
Dauthenc.c282 err = crypto_ahash_update(ahreq); in crypto_authenc_ahash_fb()
Dtestmgr.c277 ret = wait_async_op(&tresult, crypto_ahash_update(req)); in __test_hash()
/linux-4.1.27/arch/arm/crypto/
Dghash-ce-glue.c183 return crypto_ahash_update(cryptd_req); in ghash_async_update()
/linux-4.1.27/include/crypto/
Dhash.h468 static inline int crypto_ahash_update(struct ahash_request *req) in crypto_ahash_update() function
/linux-4.1.27/arch/x86/crypto/
Dghash-clmulni-intel_glue.c197 return crypto_ahash_update(cryptd_req); in ghash_async_update()
/linux-4.1.27/security/integrity/ima/
Dima_crypto.c315 ahash_rc = crypto_ahash_update(req); in ima_calc_file_hash_atfm()
/linux-4.1.27/arch/x86/crypto/sha-mb/
Dsha1_mb.c727 return crypto_ahash_update(mcryptd_req); in sha1_mb_async_update()
/linux-4.1.27/drivers/crypto/
Dimg-hash.c557 return crypto_ahash_update(&rctx->fallback_req); in img_hash_update()
Dn2_core.c326 return crypto_ahash_update(&rctx->fallback_req); in n2_hash_async_update()