HomeSort by relevance Sort by last modified time
    Searched refs:EPKPChallengeMachineKey (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys_private/
enterprise_platform_keys_private_api.cc 268 const char EPKPChallengeMachineKey::kGetCertificateFailedError[] =
270 const char EPKPChallengeMachineKey::kNonEnterpriseDeviceError[] =
273 const char EPKPChallengeMachineKey::kKeyName[] = "attest-ent-machine";
275 EPKPChallengeMachineKey::EPKPChallengeMachineKey() : EPKPChallengeKeyBase() {
278 EPKPChallengeMachineKey::EPKPChallengeMachineKey(
289 EPKPChallengeMachineKey::~EPKPChallengeMachineKey() {
292 bool EPKPChallengeMachineKey::RunAsync()
    [all...]
enterprise_platform_keys_private_api.h 148 class EPKPChallengeMachineKey : public EPKPChallengeKeyBase {
153 EPKPChallengeMachineKey();
154 EPKPChallengeMachineKey(
166 virtual ~EPKPChallengeMachineKey();
179 typedef EPKPChallengeMachineKey
enterprise_platform_keys_private_api_unittest.cc 211 : func_(new EPKPChallengeMachineKey(&mock_cryptohome_client_,
221 EPKPChallengeMachineKey::kGetCertificateFailedError,
225 scoped_refptr<EPKPChallengeMachineKey> func_;
240 EXPECT_EQ(EPKPChallengeMachineKey::kNonEnterpriseDeviceError,

Completed in 662 milliseconds