Home
last modified time | relevance | path

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

/crypto/
Dahash.c99 int crypto_hash_walk_first(struct ahash_request *req, in crypto_hash_walk_first() function
113 EXPORT_SYMBOL_GPL(crypto_hash_walk_first);
Dshash.c217 for (nbytes = crypto_hash_walk_first(req, &walk); nbytes > 0; in shash_async_update()