Home | History | Annotate | Download | only in ssl

Lines Matching refs:ctype_num

1941 	unsigned int llen, ctype_num,i;
1999 ctype_num= *(p++);
2000 if (ctype_num > SSL3_CT_NUMBER)
2001 ctype_num=SSL3_CT_NUMBER;
2002 for (i=0; i<ctype_num; i++)
2004 p+=ctype_num;
2095 s->s3->tmp.ctype_num=ctype_num;