Home
last modified time | relevance | path

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

/linux-4.1.27/include/crypto/internal/
Dhash.h55 int crypto_hash_walk_done(struct crypto_hash_walk *walk, int err);
67 return crypto_hash_walk_done(walk, err); in crypto_ahash_walk_done()
/linux-4.1.27/crypto/
Dshash.c226 nbytes = crypto_hash_walk_done(&walk, nbytes)) in shash_ahash_update()
257 nbytes = crypto_hash_walk_done(&walk, nbytes); in shash_ahash_finup()
399 nbytes > 0; nbytes = crypto_hash_walk_done(&walk, nbytes)) in shash_compat_update()
Dahash.c84 int crypto_hash_walk_done(struct crypto_hash_walk *walk, int err) in crypto_hash_walk_done() function
129 EXPORT_SYMBOL_GPL(crypto_hash_walk_done);
/linux-4.1.27/drivers/crypto/
Dn2_core.c563 nbytes = crypto_hash_walk_done(&walk, 0); in n2_do_async_digest()
576 nbytes = crypto_hash_walk_done(&walk, 0); in n2_do_async_digest()
/linux-4.1.27/drivers/crypto/ux500/hash/
Dhash_core.c1121 msg_length = crypto_hash_walk_done(&walk, 0); in hash_hw_update()