Home
last modified time | relevance | path

Searched refs:crypto_hash_walk_first (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/include/crypto/internal/
Dhash.h56 int crypto_hash_walk_first(struct ahash_request *req,
/Linux-v4.19/crypto/
Dahash.c134 int crypto_hash_walk_first(struct ahash_request *req, in crypto_hash_walk_first() function
150 EXPORT_SYMBOL_GPL(crypto_hash_walk_first);
Dshash.c237 for (nbytes = crypto_hash_walk_first(req, &walk); nbytes > 0; in shash_ahash_update()
260 nbytes = crypto_hash_walk_first(req, &walk); in shash_ahash_finup()
/Linux-v4.19/drivers/crypto/ux500/hash/
Dhash_core.c1073 int msg_length = crypto_hash_walk_first(req, &walk); in hash_hw_update()
/Linux-v4.19/drivers/crypto/
Dn2_core.c551 nbytes = crypto_hash_walk_first(req, &walk); in n2_do_async_digest()