Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dahash.c382 int crypto_ahash_finup(struct ahash_request *req) in crypto_ahash_finup() function
386 EXPORT_SYMBOL_GPL(crypto_ahash_finup);
Dmcryptd.c423 err = crypto_ahash_finup(&rctx->areq); in mcryptd_hash_finup()
458 err = crypto_ahash_init(desc) ?: crypto_ahash_finup(desc); in mcryptd_hash_digest()
Dalgif_hash.c162 err = crypto_ahash_finup(&ctx->req); in hash_sendpage()
Dchacha20poly1305.c203 err = crypto_ahash_finup(&preq->req); in poly_tail()
Dccm.c232 err = crypto_ahash_finup(ahreq); in crypto_ccm_auth()
Dgcm.c260 return crypto_ahash_finup(ahreq); in gcm_hash_len()
Dtestmgr.c399 ret = crypto_wait_req(crypto_ahash_finup(req), &wait); in __test_hash()
/linux-4.19.296/include/crypto/
Dhash.h424 int crypto_ahash_finup(struct ahash_request *req);