Lines Matching refs:tail
546 int tail = req->cryptlen % AES_BLOCK_SIZE;
557 if (unlikely(tail > 0 && walk.nbytes < walk.total)) {
573 tail = 0;
590 if (err || likely(!tail))
597 skcipher_request_set_crypt(req, src, dst, AES_BLOCK_SIZE + tail,
618 int tail = req->cryptlen % AES_BLOCK_SIZE;
629 if (unlikely(tail > 0 && walk.nbytes < walk.total)) {
645 tail = 0;
662 if (err || likely(!tail))
669 skcipher_request_set_crypt(req, src, dst, AES_BLOCK_SIZE + tail,