Home | History | Annotate | Download | only in native

Lines Matching refs:ctype_num

1653     int ctype_num = 0;
1658 ctype_num = 1;
1664 ctype_num = ssl->s3->tmp.ctype_num;
1669 for (int i = 0; i < ctype_num; i++) {
1674 jbyteArray keyTypes = env->NewByteArray(ctype_num);
1679 env->SetByteArrayRegion(keyTypes, 0, ctype_num, reinterpret_cast<const jbyte*>(ctype));