Lines Matching refs:in_group
478 bool in_group; member
722 co_list[co_list_num].in_group = false; in ssl_cipher_collect_ciphers()
812 int strength_bits, bool in_group, CIPHER_ORDER **head_p, in ssl_cipher_apply_rule() argument
882 curr->in_group = in_group; in ssl_cipher_apply_rule()
891 curr->in_group = false; in ssl_cipher_apply_rule()
901 curr->in_group = false; in ssl_cipher_apply_rule()
978 bool multi, skip_rule, in_group = false, has_group = false; in ssl_cipher_process_rulestr() local
991 if (in_group) { in ssl_cipher_process_rulestr()
994 (*tail_p)->in_group = false; in ssl_cipher_process_rulestr()
996 in_group = false; in ssl_cipher_process_rulestr()
1025 assert(!in_group); in ssl_cipher_process_rulestr()
1026 in_group = true; in ssl_cipher_process_rulestr()
1140 min_version, rule, -1, in_group, head_p, tail_p); in ssl_cipher_process_rulestr()
1144 if (in_group) { in ssl_cipher_process_rulestr()
1257 in_group_flags[num_in_group_flags++] = curr->in_group; in ssl_create_cipher_list()