Home | History | Annotate | Download | only in ssl

Lines Matching refs:ctype_num

1743 	unsigned int llen,ctype_num,i;
1793 ctype_num= *(p++);
1794 if (ctype_num > SSL3_CT_NUMBER)
1795 ctype_num=SSL3_CT_NUMBER;
1796 for (i=0; i<ctype_num; i++)
1798 p+=ctype_num;
1811 if ((llen+ctype_num+2+1) != n)
1869 s->s3->tmp.ctype_num=ctype_num;