Searched refs:crypto_hash_walk_done (Results 1 – 3 of 3) sorted by relevance
125 int crypto_hash_walk_done(struct crypto_hash_walk *walk, int err) in crypto_hash_walk_done() function151 EXPORT_SYMBOL_GPL(crypto_hash_walk_done);177 nbytes = crypto_hash_walk_done(&walk, nbytes)) in shash_ahash_update()198 nbytes = crypto_hash_walk_done(&walk, nbytes); in shash_ahash_finup()
78 int crypto_hash_walk_done(struct crypto_hash_walk *walk, int err);
66 return crypto_hash_walk_done(&hwh->walk, n); in hwh_advance()73 hwh->walkbytes = crypto_hash_walk_done(&hwh->walk, 0); in hwh_advance()