OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kContentProtectionKeyPrefix
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chromeos/attestation/
attestation_constants.cc
12
const char
kContentProtectionKeyPrefix
[] = "attest-cp-";
attestation_constants.h
54
CHROMEOS_EXPORT extern const char
kContentProtectionKeyPrefix
[];
attestation_flow.cc
77
return std::string(
kContentProtectionKeyPrefix
) + origin;
/external/chromium_org/chrome/browser/chromeos/attestation/
platform_verification_flow.cc
294
std::string key_name =
kContentProtectionKeyPrefix
;
platform_verification_flow_unittest.cc
250
std::string expected_key_name = std::string(
kContentProtectionKeyPrefix
) +
/external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover.cc
625
chromeos::attestation::
kContentProtectionKeyPrefix
,
[
all
...]
Completed in 74 milliseconds