Home
last modified time | relevance | path

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

/crypto/
Dahash.c314 int crypto_ahash_finup(struct ahash_request *req) in crypto_ahash_finup() function
328 EXPORT_SYMBOL_GPL(crypto_ahash_finup);
Dalgif_hash.c151 err = crypto_ahash_finup(&ctx->req); in hash_sendmsg()
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.c1674 err = do_ahash_op(crypto_ahash_finup, req, &wait, cfg->nosimd); in test_ahash_vec_cfg()