Lines Matching refs:in_len
52 struct scatter_walk *out, int *in_len)60 len = min_t(int, *in_len, ARRAY_SIZE(buf));65 *in_len -= len;66 if (!*in_len)89 *in_len -= len;90 if (*in_len < 0) {91 *in_len += TLS_CIPHER_AES_GCM_128_TAG_SIZE;99 if (*in_len < 0)100 len += *in_len;102 *in_len = 0;105 if (*in_len) {