Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dssl_cipher.cc653 static bool is_cipher_list_separator(char c, bool is_strict) { in is_cipher_list_separator() function
1042 if (is_cipher_list_separator(ch, strict)) { in ssl_cipher_process_rulestr()
1136 while (*l != '\0' && !is_cipher_list_separator(*l, strict)) { in ssl_cipher_process_rulestr()