Lines Matching refs:totlen_dst
684 unsigned int totlen_dst = totlen_src;
698 totlen_dst -= digestsize;
700 totlen_dst += digestsize;
721 sreq->nr_dst = sg_nents_for_len(dst, totlen_dst);
733 if (unlikely((totlen_src || totlen_dst) &&
736 max(totlen_src, totlen_dst));
748 if (unlikely(totlen_dst && (sreq->nr_dst <= 0))) {
750 totlen_dst);
822 if (len > totlen_dst)
823 len = totlen_dst;
826 totlen_dst -= len;