Searched refs:in_group (Results 1 – 7 of 7) sorted by relevance
/external/boringssl/src/tool/ |
D | ciphers.cc | 49 bool in_group = SSL_CTX_cipher_in_group(ctx.get(), i); in Ciphers() local 52 if (in_group && !last_in_group) { in Ciphers() 61 if (!in_group && last_in_group) { in Ciphers() 64 last_in_group = in_group; in Ciphers()
|
/external/rust/crates/quiche/deps/boringssl/src/tool/ |
D | ciphers.cc | 49 bool in_group = SSL_CTX_cipher_in_group(ctx.get(), i); in Ciphers() local 52 if (in_group && !last_in_group) { in Ciphers() 61 if (!in_group && last_in_group) { in Ciphers() 64 last_in_group = in_group; in Ciphers()
|
/external/boringssl/src/ssl/ |
D | ssl_cipher.cc | 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() [all …]
|
D | ssl_test.cc | 435 bool in_group = false; in CipherListToString() local 440 if (!in_group && SSL_CTX_cipher_in_group(ctx, i)) { in CipherListToString() 442 in_group = true; in CipherListToString() 445 if (in_group) { in CipherListToString() 450 if (in_group && !SSL_CTX_cipher_in_group(ctx, i)) { in CipherListToString() 452 in_group = false; in CipherListToString()
|
/external/rust/crates/quiche/deps/boringssl/src/ssl/ |
D | ssl_cipher.cc | 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() [all …]
|
D | ssl_test.cc | 435 bool in_group = false; in CipherListToString() local 440 if (!in_group && SSL_CTX_cipher_in_group(ctx, i)) { in CipherListToString() 442 in_group = true; in CipherListToString() 445 if (in_group) { in CipherListToString() 450 if (in_group && !SSL_CTX_cipher_in_group(ctx, i)) { in CipherListToString() 452 in_group = false; in CipherListToString()
|
/external/libcups/tools/ |
D | ipptool.c | 83 ipp_tag_t in_group; /* IN-GROUP value */ member 1419 …ute(response, expect->name, IPP_TAG_ZERO)) != NULL && expect->in_group && expect->in_group != ippG… in do_test() 1422 if (expect->in_group == ippGetGroupTag(found)) in do_test() 1430 if (expect->in_group && strchr(expect->name, '/')) in do_test() 1445 (group_found && expect->in_group && ippGetGroupTag(group_found) != expect->in_group)) in do_test() 1462 if (expect->in_group && ippGetGroupTag(group_found) != expect->in_group) in do_test() 1464 expect->name, ippTagString(expect->in_group), in do_test() 3637 ipp_tag_t in_group; /* IN-GROUP value */ in token_cb() local 3645 if ((in_group = ippTagValue(temp)) == IPP_TAG_ZERO || in_group >= IPP_TAG_UNSUPPORTED_VALUE) in token_cb() 3652 data->last_expect->in_group = in_group; in token_cb()
|