Searched refs:is_cipher_list_separator (Results 1 – 4 of 4) sorted by relevance
/external/cronet/tot/third_party/boringssl/src/ssl/ |
D | ssl_cipher.cc | 668 static bool is_cipher_list_separator(char c, bool is_strict) { in is_cipher_list_separator() function 1009 if (is_cipher_list_separator(ch, strict)) { in ssl_cipher_process_rulestr() 1109 while (*l != '\0' && !is_cipher_list_separator(*l, strict)) { in ssl_cipher_process_rulestr()
|
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/ |
D | ssl_cipher.cc | 652 static bool is_cipher_list_separator(char c, bool is_strict) { in is_cipher_list_separator() function 1041 if (is_cipher_list_separator(ch, strict)) { in ssl_cipher_process_rulestr() 1135 while (*l != '\0' && !is_cipher_list_separator(*l, strict)) { in ssl_cipher_process_rulestr()
|
/external/cronet/stable/third_party/boringssl/src/ssl/ |
D | ssl_cipher.cc | 668 static bool is_cipher_list_separator(char c, bool is_strict) { in is_cipher_list_separator() function 1009 if (is_cipher_list_separator(ch, strict)) { in ssl_cipher_process_rulestr() 1109 while (*l != '\0' && !is_cipher_list_separator(*l, strict)) { in ssl_cipher_process_rulestr()
|
/external/boringssl/src/ssl/ |
D | ssl_cipher.cc | 537 static bool is_cipher_list_separator(char c, bool is_strict) { in is_cipher_list_separator() function 878 if (is_cipher_list_separator(ch, strict)) { in ssl_cipher_process_rulestr() 978 while (*l != '\0' && !is_cipher_list_separator(*l, strict)) { in ssl_cipher_process_rulestr()
|