Home
last modified time | relevance | path

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

/crypto/
Dauthenc.c153 err = crypto_ahash_digest(ahreq); in crypto_authenc_genicv()
298 err = crypto_ahash_digest(ahreq); in crypto_authenc_decrypt()
Dauthencesn.c150 return crypto_ahash_digest(ahreq) ?: in crypto_authenc_esn_genicv()
311 err = crypto_ahash_digest(ahreq); in crypto_authenc_esn_decrypt()
Dahash.c330 int crypto_ahash_digest(struct ahash_request *req) in crypto_ahash_digest() function
347 EXPORT_SYMBOL_GPL(crypto_ahash_digest);
Dalgif_hash.c137 err = crypto_ahash_digest(&ctx->req); in hash_sendmsg()
Dtcrypt.c728 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_jiffies_digest()
779 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_cycles_digest()
790 ret = do_one_ahash_op(req, crypto_ahash_digest(req)); in test_ahash_cycles_digest()
Dtestmgr.c1580 err = do_ahash_op(crypto_ahash_digest, req, &wait, cfg->nosimd); in test_ahash_vec_cfg()