Searched defs:EPKPChallengeUserKey (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys_private/
H A Denterprise_platform_keys_private_api.cc383 const char EPKPChallengeUserKey::kGetCertificateFailedError[] =
385 const char EPKPChallengeUserKey::kKeyRegistrationFailedError[] =
387 const char EPKPChallengeUserKey::kUserPolicyDisabledError[] =
390 const char EPKPChallengeUserKey::kKeyName[] = "attest-ent-user";
392 EPKPChallengeUserKey::EPKPChallengeUserKey() : EPKPChallengeKeyBase() { function in class:extensions::EPKPChallengeUserKey
395 EPKPChallengeUserKey::EPKPChallengeUserKey( function in class:extensions::EPKPChallengeUserKey
406 EPKPChallengeUserKey::~EPKPChallengeUserKey() {
[all...]
H A Denterprise_platform_keys_private_api.h182 class EPKPChallengeUserKey : public EPKPChallengeKeyBase { class in namespace:extensions
188 EPKPChallengeUserKey();
189 EPKPChallengeUserKey(
203 virtual ~EPKPChallengeUserKey();
226 typedef EPKPChallengeUserKey

Completed in 138 milliseconds