OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cipher_string
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/net/ssl/
ssl_cipher_suite_names.h
46
NET_EXPORT bool ParseSSLCipherString(const std::string&
cipher_string
,
ssl_cipher_suite_names.cc
336
bool ParseSSLCipherString(const std::string&
cipher_string
,
339
if (
cipher_string
.size() == 6 &&
340
StartsWithASCII(
cipher_string
, "0x", false /* case insensitive */) &&
341
base::HexStringToInt(
cipher_string
, &value)) {
/external/chromium_org/chrome/browser/prefs/
command_line_pref_store_unittest.cc
53
std::string
cipher_string
;
local
56
ASSERT_TRUE((*it)->GetAsString(&
cipher_string
));
57
EXPECT_EQ(*ciphers,
cipher_string
);
Completed in 290 milliseconds