OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:type_and_base64
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/net/http/
transport_security_persister.cc
39
std::string
type_and_base64
;
local
41
if (pins.GetString(i, &
type_and_base64
) &&
42
fingerprint.FromString(
type_and_base64
)) {
transport_security_state_unittest.cc
540
static bool AddHash(const std::string&
type_and_base64
,
543
if (!hash.FromString(
type_and_base64
))
/external/chromium/net/base/
transport_security_state.cc
375
std::string
type_and_base64
;
local
378
if (pins_list->GetString(i, &
type_and_base64
) &&
379
type_and_base64
.find("sha1/") == 0 &&
381
type_and_base64
.substr(5,
type_and_base64
.size() - 5),
Completed in 2354 milliseconds