Home
last modified time | relevance | path

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

/Linux-v5.4/include/crypto/internal/
Dhash.h50 int crypto_hash_walk_done(struct crypto_hash_walk *walk, int err);
59 return crypto_hash_walk_done(walk, err); in crypto_ahash_walk_done()
/Linux-v5.4/crypto/
Dshash.c246 nbytes = crypto_hash_walk_done(&walk, nbytes)) in shash_ahash_update()
277 nbytes = crypto_hash_walk_done(&walk, nbytes); in shash_ahash_finup()
Dahash.c81 int crypto_hash_walk_done(struct crypto_hash_walk *walk, int err) in crypto_hash_walk_done() function
127 EXPORT_SYMBOL_GPL(crypto_hash_walk_done);
/Linux-v5.4/drivers/crypto/
Dn2_core.c577 nbytes = crypto_hash_walk_done(&walk, 0); in n2_do_async_digest()
590 nbytes = crypto_hash_walk_done(&walk, 0); in n2_do_async_digest()
/Linux-v5.4/drivers/crypto/ux500/hash/
Dhash_core.c1108 msg_length = crypto_hash_walk_done(&walk, 0); in hash_hw_update()