Home
last modified time | relevance | path

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

/linux-4.19.296/include/crypto/internal/
Dhash.h55 int crypto_hash_walk_done(struct crypto_hash_walk *walk, int err);
64 return crypto_hash_walk_done(walk, err); in crypto_ahash_walk_done()
/linux-4.19.296/crypto/
Dahash.c86 int crypto_hash_walk_done(struct crypto_hash_walk *walk, int err) in crypto_hash_walk_done() function
132 EXPORT_SYMBOL_GPL(crypto_hash_walk_done);
Dshash.c259 nbytes = crypto_hash_walk_done(&walk, nbytes)) in shash_ahash_update()
290 nbytes = crypto_hash_walk_done(&walk, nbytes); in shash_ahash_finup()