Lines Matching defs:totlen_src
683 unsigned int totlen_src = cryptlen + assoclen;
684 unsigned int totlen_dst = totlen_src;
690 sreq->nr_src = sg_nents_for_len(src, totlen_src);
717 (totlen_src -
727 totlen = totlen_src;
728 queued = totlen_src;
733 if (unlikely((totlen_src || totlen_dst) &&
736 max(totlen_src, totlen_dst));
741 if (unlikely(totlen_src && (sreq->nr_src <= 0))) {
743 totlen_src);