Home
last modified time | relevance | path

Searched refs:kContentProtectionKeyPrefix (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chromeos/attestation/
Dattestation_constants.cc12 const char kContentProtectionKeyPrefix[] = "attest-cp-"; variable
Dattestation_constants.h59 CHROMEOS_EXPORT extern const char kContentProtectionKeyPrefix[];
Dattestation_flow.cc77 return std::string(kContentProtectionKeyPrefix) + origin; in GetKeyNameForProfile()
/external/chromium_org/chrome/browser/chromeos/attestation/
Dplatform_verification_flow.cc322 std::string key_name = kContentProtectionKeyPrefix; in OnCertificateReady()
Dplatform_verification_flow_unittest.cc235 std::string expected_key_name = std::string(kContentProtectionKeyPrefix) + in ExpectAttestationFlow()
/external/chromium_org/chrome/browser/browsing_data/
Dbrowsing_data_remover.cc659 chromeos::attestation::kContentProtectionKeyPrefix, in RemoveImpl()