Home | History | Annotate | Download | only in native

Lines Matching refs:ctype_num

5839     int ctype_num = 0;
5844 ctype_num = 1;
5852 ctype_num = ssl->s3->tmp.ctype_num;
5857 for (int i = 0; i < ctype_num; i++) {
5862 jbyteArray keyTypes = env->NewByteArray(ctype_num);
5867 env->SetByteArrayRegion(keyTypes, 0, ctype_num, reinterpret_cast<const jbyte*>(ctype));