Home
last modified time | relevance | path

Searched refs:in_group (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/ssl/
Dssl_cipher.c503 int in_group; member
808 co_list[co_list_num].in_group = 0; in ssl_cipher_collect_ciphers()
847 uint32_t algo_strength, int rule, int strength_bits, int in_group, in ssl_cipher_apply_rule() argument
915 curr->in_group = in_group; in ssl_cipher_apply_rule()
924 curr->in_group = 0; in ssl_cipher_apply_rule()
934 curr->in_group = 0; in ssl_cipher_apply_rule()
1014 int multi, rule, retval, ok, in_group = 0, has_group = 0; in ssl_cipher_process_rulestr() local
1028 if (in_group) { in ssl_cipher_process_rulestr()
1031 (*tail_p)->in_group = 0; in ssl_cipher_process_rulestr()
1033 in_group = 0; in ssl_cipher_process_rulestr()
[all …]
Dssl_test.cc216 bool in_group = false; in PrintCipherPreferenceList() local
219 if (!in_group && list->in_group_flags[i]) { in PrintCipherPreferenceList()
221 in_group = true; in PrintCipherPreferenceList()
224 if (in_group) { in PrintCipherPreferenceList()
228 if (in_group && !list->in_group_flags[i]) { in PrintCipherPreferenceList()
230 in_group = false; in PrintCipherPreferenceList()