Lines Matching refs:in_group
479 bool in_group; member
723 co_list[co_list_num].in_group = false; in ssl_cipher_collect_ciphers()
813 int strength_bits, bool in_group, CIPHER_ORDER **head_p, in ssl_cipher_apply_rule() argument
883 curr->in_group = in_group; in ssl_cipher_apply_rule()
892 curr->in_group = false; in ssl_cipher_apply_rule()
902 curr->in_group = false; in ssl_cipher_apply_rule()
979 bool multi, skip_rule, in_group = false, has_group = false; in ssl_cipher_process_rulestr() local
992 if (in_group) { in ssl_cipher_process_rulestr()
995 (*tail_p)->in_group = false; in ssl_cipher_process_rulestr()
997 in_group = false; in ssl_cipher_process_rulestr()
1026 assert(!in_group); in ssl_cipher_process_rulestr()
1027 in_group = true; in ssl_cipher_process_rulestr()
1141 min_version, rule, -1, in_group, head_p, tail_p); in ssl_cipher_process_rulestr()
1145 if (in_group) { in ssl_cipher_process_rulestr()
1258 in_group_flags[num_in_group_flags++] = curr->in_group; in ssl_create_cipher_list()