Lines Matching refs:total
114 nbytes = walk->total - n; in skcipher_walk_done()
147 walk->total = nbytes; in skcipher_walk_done()
352 n = walk->total; in skcipher_walk_next()
358 if (unlikely(walk->total < walk->blocksize)) in skcipher_walk_next()
453 walk->total = req->cryptlen; in skcipher_walk_skcipher()
458 if (unlikely(!walk->total)) in skcipher_walk_skcipher()
520 if (unlikely(!walk->total)) in skcipher_walk_aead_common()
531 scatterwalk_done(&walk->in, 0, walk->total); in skcipher_walk_aead_common()
532 scatterwalk_done(&walk->out, 0, walk->total); in skcipher_walk_aead_common()
555 walk->total = req->cryptlen; in skcipher_walk_aead()
564 walk->total = req->cryptlen; in skcipher_walk_aead_encrypt()
575 walk->total = req->cryptlen - crypto_aead_authsize(tfm); in skcipher_walk_aead_decrypt()