Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Dchacha20poly1305.c223 err = crypto_ahash_update(&preq->req); in poly_cipherpad()
254 err = crypto_ahash_update(&preq->req); in poly_cipher()
284 err = crypto_ahash_update(&preq->req); in poly_adpad()
308 err = crypto_ahash_update(&preq->req); in poly_ad()
335 err = crypto_ahash_update(&preq->req); in poly_setkey()
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()
Dtcrypt.c837 ret = do_one_ahash_op(req, crypto_ahash_update(req)); in test_ahash_jiffies()
906 ret = do_one_ahash_op(req, crypto_ahash_update(req)); in test_ahash_cycles()
925 ret = do_one_ahash_op(req, crypto_ahash_update(req)); in test_ahash_cycles()
Dgcm.c256 return crypto_ahash_update(ahreq); in gcm_hash_update()
Dtestmgr.c287 ret = wait_async_op(&tresult, crypto_ahash_update(req)); in __test_hash()
/linux-4.4.14/arch/arm/crypto/
Dghash-ce-glue.c183 return crypto_ahash_update(cryptd_req); in ghash_async_update()
/linux-4.4.14/include/crypto/
Dhash.h487 static inline int crypto_ahash_update(struct ahash_request *req) in crypto_ahash_update() function
/linux-4.4.14/arch/x86/crypto/
Dghash-clmulni-intel_glue.c197 return crypto_ahash_update(cryptd_req); in ghash_async_update()
/linux-4.4.14/security/integrity/ima/
Dima_crypto.c315 ahash_rc = crypto_ahash_update(req); in ima_calc_file_hash_atfm()
/linux-4.4.14/arch/x86/crypto/sha-mb/
Dsha1_mb.c724 return crypto_ahash_update(mcryptd_req); in sha1_mb_async_update()
/linux-4.4.14/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()
/linux-4.4.14/drivers/crypto/marvell/
Dhash.c1080 ret = crypto_ahash_update(req); in mv_cesa_ahmac_iv_state_init()