Lines Matching refs:totlen_dst
690 unsigned int totlen_dst = totlen_src;
704 totlen_dst -= digestsize;
706 totlen_dst += digestsize;
727 sreq->nr_dst = sg_nents_for_len(dst, totlen_dst);
739 if (unlikely((totlen_src || totlen_dst) &&
742 max(totlen_src, totlen_dst));
759 if (unlikely(totlen_dst && (sreq->nr_dst <= 0))) {
761 totlen_dst);
837 if (len > totlen_dst)
838 len = totlen_dst;
841 totlen_dst -= len;