Home
last modified time | relevance | path

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

/external/cronet/net/ssl/
Dssl_cipher_suite_names_unittest.cc111 TEST(CipherSuiteNamesTest, ParseSSLCipherString) { in TEST() argument
113 EXPECT_TRUE(ParseSSLCipherString("0x0004", &cipher_suite)); in TEST()
116 EXPECT_TRUE(ParseSSLCipherString("0xBEEF", &cipher_suite)); in TEST()
129 EXPECT_FALSE(ParseSSLCipherString(cipher_string, &cipher_suite)); in TEST()
Dssl_cipher_suite_names.h51 NET_EXPORT bool ParseSSLCipherString(const std::string& cipher_string,
Dssl_cipher_suite_names.cc164 bool ParseSSLCipherString(const std::string& cipher_string, in ParseSSLCipherString() function