Home
last modified time | relevance | path

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

/linux-4.19.296/include/crypto/internal/
Dhash.h56 int crypto_hash_walk_first(struct ahash_request *req,
/linux-4.19.296/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.c258 for (nbytes = crypto_hash_walk_first(req, &walk); nbytes > 0; in shash_ahash_update()
281 nbytes = crypto_hash_walk_first(req, &walk); in shash_ahash_finup()