Home | History | Annotate | Download | only in ssl

Lines Matching refs:llen

1135 	unsigned long n,nc,llen,l;
1175 n2l3(p,llen);
1176 if (llen+3 != n)
1182 for (nc=0; nc<llen; )
1185 if ((l+nc+3) > llen)
1920 unsigned int llen, ctype_num,i;
1986 n2s(p, llen);
1990 if ((unsigned long)(p - d + llen + 2) > n)
1996 if ((llen & 1) || !tls1_process_sigalgs(s, p, llen))
2002 p += llen;
2006 n2s(p,llen);
2011 fwrite(p,1,llen,out);
2016 if ((unsigned long)(p - d + llen) != n)
2023 for (nc=0; nc<llen; )
2026 if ((l+nc+2) > llen)