Home
last modified time | relevance | path

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

/linux/crypto/
H A Dahash.c125 int crypto_hash_walk_done(struct crypto_hash_walk *walk, int err) in crypto_hash_walk_done() function
151 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()
/linux/arch/s390/crypto/
H A Dphmac_s390.c62 return crypto_hash_walk_done(&hwh->walk, n); in hwh_advance()
69 hwh->walkbytes = crypto_hash_walk_done(&hwh->walk, 0); in hwh_advance()