totlen_dst 565 drivers/crypto/inside-secure/safexcel_cipher.c unsigned int totlen_dst = totlen_src; totlen_dst 578 drivers/crypto/inside-secure/safexcel_cipher.c totlen_dst -= digestsize; totlen_dst 580 drivers/crypto/inside-secure/safexcel_cipher.c totlen_dst += digestsize; totlen_dst 601 drivers/crypto/inside-secure/safexcel_cipher.c sreq->nr_dst = sg_nents_for_len(dst, totlen_dst); totlen_dst 613 drivers/crypto/inside-secure/safexcel_cipher.c if (unlikely((totlen_src || totlen_dst) && totlen_dst 616 drivers/crypto/inside-secure/safexcel_cipher.c max(totlen_src, totlen_dst)); totlen_dst 628 drivers/crypto/inside-secure/safexcel_cipher.c if (unlikely(totlen_dst && (sreq->nr_dst <= 0))) { totlen_dst 630 drivers/crypto/inside-secure/safexcel_cipher.c totlen_dst); totlen_dst 698 drivers/crypto/inside-secure/safexcel_cipher.c if (len > totlen_dst) totlen_dst 699 drivers/crypto/inside-secure/safexcel_cipher.c len = totlen_dst; totlen_dst 702 drivers/crypto/inside-secure/safexcel_cipher.c totlen_dst -= len;