Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dchacha20poly1305.c233 err = crypto_ahash_update(&preq->req); in poly_cipherpad()
264 err = crypto_ahash_update(&preq->req); in poly_cipher()
294 err = crypto_ahash_update(&preq->req); in poly_adpad()
318 err = crypto_ahash_update(&preq->req); in poly_ad()
345 err = crypto_ahash_update(&preq->req); in poly_setkey()
Dalgif_hash.c107 err = crypto_wait_req(crypto_ahash_update(&ctx->req), in hash_sendmsg()
173 err = crypto_ahash_update(&ctx->req); in hash_sendpage()
Dmcryptd.c370 err = crypto_ahash_update(&rctx->areq); in mcryptd_hash_update()
Dtcrypt.c947 ret = do_one_ahash_op(req, crypto_ahash_update(req)); in test_ahash_jiffies()
1016 ret = do_one_ahash_op(req, crypto_ahash_update(req)); in test_ahash_cycles()
1035 ret = do_one_ahash_op(req, crypto_ahash_update(req)); in test_ahash_cycles()
Dtestmgr.c248 ret = crypto_wait_req(crypto_ahash_update(req), wait); in ahash_partial_update()
365 ret = crypto_wait_req(crypto_ahash_update(req), &wait); in __test_hash()
529 ret = crypto_wait_req(crypto_ahash_update(req), &wait); in __test_hash()
Dccm.c215 err = crypto_ahash_update(ahreq); in crypto_ccm_auth()
Dgcm.c235 return crypto_ahash_update(ahreq); in gcm_hash_update()
/linux-4.19.296/include/crypto/
Dhash.h525 static inline int crypto_ahash_update(struct ahash_request *req) in crypto_ahash_update() function