Searched refs:ParseSSLCipherString (Results 1 – 3 of 3) sorted by relevance
111 TEST(CipherSuiteNamesTest, ParseSSLCipherString) { in TEST() argument113 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()
51 NET_EXPORT bool ParseSSLCipherString(const std::string& cipher_string,
164 bool ParseSSLCipherString(const std::string& cipher_string, in ParseSSLCipherString() function