Lines Matching defs:totlen_src
689 unsigned int totlen_src = cryptlen + assoclen;
690 unsigned int totlen_dst = totlen_src;
696 sreq->nr_src = sg_nents_for_len(src, totlen_src);
723 (totlen_src -
733 totlen = totlen_src;
734 queued = totlen_src;
739 if (unlikely((totlen_src || totlen_dst) &&
742 max(totlen_src, totlen_dst));
749 if (unlikely(totlen_src && (sreq->nr_src <= 0))) {
751 totlen_src);