Home
last modified time | relevance | path

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

/linux/crypto/
H A Dahash.c53 for (nbytes = crypto_hash_walk_first(req, &walk); nbytes > 0; in shash_ahash_update()
66 nbytes = crypto_hash_walk_first(req, &walk); in shash_ahash_finup()
194 int crypto_hash_walk_first(struct ahash_request *req, in crypto_hash_walk_first() function
209 EXPORT_SYMBOL_GPL(crypto_hash_walk_first);
/linux/include/crypto/internal/
H A Dhash.h61 int crypto_hash_walk_first(struct ahash_request *req,
/linux/drivers/crypto/
H A Dn2_core.c550 nbytes = crypto_hash_walk_first(req, &walk); in n2_do_async_digest()