Searched refs:ParseSSLCipherString (Results 1 – 4 of 4) sorted by relevance
37 TEST(CipherSuiteNamesTest, ParseSSLCipherString) { in TEST() argument39 EXPECT_TRUE(ParseSSLCipherString("0x0004", &cipher_suite)); in TEST()42 EXPECT_TRUE(ParseSSLCipherString("0xBEEF", &cipher_suite)); in TEST()55 EXPECT_FALSE(ParseSSLCipherString(cipher_strings[i], &cipher_suite)); in TEST()
46 NET_EXPORT bool ParseSSLCipherString(const std::string& cipher_string,
336 bool ParseSSLCipherString(const std::string& cipher_string, in ParseSSLCipherString() function
54 if (!net::ParseSSLCipherString(*it, &cipher_suite)) { in ParseCipherSuites()