Home
last modified time | relevance | path

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

/linux-5.19.10/include/crypto/internal/
Dhash.h63 int crypto_hash_walk_first(struct ahash_request *req,
/linux-5.19.10/crypto/
Dahash.c119 int crypto_hash_walk_first(struct ahash_request *req, in crypto_hash_walk_first() function
135 EXPORT_SYMBOL_GPL(crypto_hash_walk_first);
Dshash.c272 for (nbytes = crypto_hash_walk_first(req, &walk); nbytes > 0; in shash_ahash_update()
295 nbytes = crypto_hash_walk_first(req, &walk); in shash_ahash_finup()
/linux-5.19.10/drivers/crypto/ux500/hash/
Dhash_core.c1085 msg_length = crypto_hash_walk_first(req, &walk); in hash_hw_update()
/linux-5.19.10/drivers/crypto/
Dn2_core.c549 nbytes = crypto_hash_walk_first(req, &walk); in n2_do_async_digest()