Lines Matching refs:nbytes
47 unsigned int nbytes = min(walk->entrylen, in hash_walk_next() local
59 if (nbytes > unaligned) in hash_walk_next()
60 nbytes = unaligned; in hash_walk_next()
63 walk->entrylen -= nbytes; in hash_walk_next()
64 return nbytes; in hash_walk_next()
87 unsigned int nbytes = walk->entrylen; in crypto_hash_walk_done() local
91 if (nbytes && walk->offset & alignmask && !err) { in crypto_hash_walk_done()
95 nbytes = min(nbytes, in crypto_hash_walk_done()
97 walk->entrylen -= nbytes; in crypto_hash_walk_done()
99 return nbytes; in crypto_hash_walk_done()
116 if (nbytes) { in crypto_hash_walk_done()
134 walk->total = req->nbytes; in crypto_hash_walk_first()
152 walk->total = req->nbytes; in crypto_ahash_walk_first()