Home | History | Annotate | Download | only in ssl

Lines Matching full:group_min

367   // group_min contains the minimal index so far found in a group, or -1 if no
369 int group_min = -1;
405 if (group_min == -1 || (size_t)group_min > cipher_index) {
406 group_min = cipher_index;
409 if (group_min != -1 && (size_t)group_min < cipher_index) {
410 cipher_index = group_min;
416 if (in_group_flags != NULL && in_group_flags[i] == 0 && group_min != -1) {
419 return sk_SSL_CIPHER_value(allow, group_min);