Home | History | Annotate | Download | only in ssl

Lines Matching refs:llen

1157 	unsigned long n,nc,llen,l;
1197 n2l3(p,llen);
1198 if (llen+3 != n)
1204 for (nc=0; nc<llen; )
1207 if ((l+nc+3) > llen)
1942 unsigned int llen, ctype_num,i;
2008 n2s(p, llen);
2012 if ((unsigned long)(p - d + llen + 2) > n)
2018 if (llen & 1)
2024 tls1_process_sigalgs(s, p, llen);
2025 p += llen;
2029 n2s(p,llen);
2034 fwrite(p,1,llen,out);
2039 if ((unsigned long)(p - d + llen) != n)
2046 for (nc=0; nc<llen; )
2049 if ((l+nc+2) > llen)