Home
last modified time | relevance | path

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

/crypto/
Dahash.c354 int crypto_ahash_finup(struct ahash_request *req) in crypto_ahash_finup() function
366 EXPORT_SYMBOL_GPL(crypto_ahash_finup);
Dalgif_hash.c157 err = crypto_ahash_finup(&ctx->req); in hash_sendpage()
Dchacha20poly1305.c187 err = crypto_ahash_finup(&preq->req); in poly_tail()
Dccm.c222 err = crypto_ahash_finup(ahreq); in crypto_ccm_auth()
Dgcm.c238 return crypto_ahash_finup(ahreq); in gcm_hash_len()
Dtestmgr.c1509 err = do_ahash_op(crypto_ahash_finup, req, &wait, cfg->nosimd); in test_ahash_vec_cfg()