Home | History | Annotate | Download | only in ssl

Lines Matching defs:in_group_flags

616   /* in_group_flags will either be NULL, or will point to an array of bytes
618 * comment about |in_group_flags| in the |ssl_cipher_preference_list_st|
620 const uint8_t *in_group_flags;
633 in_group_flags = server_pref->in_group_flags;
637 in_group_flags = NULL;
657 if (in_group_flags != NULL && in_group_flags[i] == 1) {
672 if (in_group_flags != NULL && in_group_flags[i] == 0 && group_min != -1) {