Home
last modified time | relevance | path

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

/openbmc/linux/include/crypto/internal/
H A Dhash.h62 int crypto_hash_walk_done(struct crypto_hash_walk *walk, int err);
/openbmc/linux/crypto/
H A Dahash.c72 int crypto_hash_walk_done(struct crypto_hash_walk *walk, int err) in crypto_hash_walk_done() function
110 EXPORT_SYMBOL_GPL(crypto_hash_walk_done);
H A Dshash.c305 nbytes = crypto_hash_walk_done(&walk, nbytes)) in shash_ahash_update()
336 nbytes = crypto_hash_walk_done(&walk, nbytes); in shash_ahash_finup()
/openbmc/linux/drivers/crypto/
H A 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()