Home
last modified time | relevance | path

Searched defs:cipher_string (Results 1 – 2 of 2) sorted by relevance

/external/cronet/net/ssl/
Dssl_cipher_suite_names.cc164 bool ParseSSLCipherString(const std::string& cipher_string, in ParseSSLCipherString()
Dssl_cipher_suite_names_unittest.cc127 for (const auto* cipher_string : cipher_strings) { in TEST() local