Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Dahash.c368 int crypto_ahash_finup(struct ahash_request *req) in crypto_ahash_finup() function
372 EXPORT_SYMBOL_GPL(crypto_ahash_finup);
Dalgif_hash.c123 err = crypto_ahash_finup(&ctx->req); in hash_sendpage()
Dchacha20poly1305.c193 err = crypto_ahash_finup(&preq->req); in poly_tail()
Dgcm.c281 return crypto_ahash_finup(ahreq); in gcm_hash_len()
/linux-4.4.14/include/crypto/
Dhash.h396 int crypto_ahash_finup(struct ahash_request *req);
/linux-4.4.14/arch/x86/crypto/sha-mb/
Dsha1_mb.c737 return crypto_ahash_finup(mcryptd_req); in sha1_mb_async_finup()
/linux-4.4.14/drivers/crypto/
Dimg-hash.c587 return crypto_ahash_finup(&rctx->fallback_req); in img_hash_finup()
Dn2_core.c354 return crypto_ahash_finup(&rctx->fallback_req); in n2_hash_async_finup()