Home | History | Annotate | Download | only in ssl

Lines Matching defs:llen

1156 	unsigned long n,nc,llen,l;
1196 n2l3(p,llen);
1197 if (llen+3 != n)
1203 llen; )
1206 if ((l+nc+3) > llen)
1941 unsigned int llen, ctype_num,i;
2007 n2s(p, llen);
2011 if ((unsigned long)(p - d + llen + 2) > n)
2017 if (llen & 1)
2023 tls1_process_sigalgs(s, p, llen);
2024 p += llen;
2028 n2s(p,llen);
2033 fwrite(p,1,llen,out);
2038 if ((unsigned long)(p - d + llen) != n)
2045 for (nc=0; nc<llen; )
2048 if ((l+nc+2) > llen)