Home | History | Annotate | Download | only in common

Lines Matching refs:constexpr

23 constexpr char kAttestationInterface[] = "org.chromium.Attestation";
24 constexpr char kAttestationServicePath[] = "/org/chromium/Attestation";
25 constexpr char kAttestationServiceName[] = "org.chromium.Attestation";
28 constexpr char kCreateGoogleAttestedKey[] = "CreateGoogleAttestedKey";
29 constexpr char kGetKeyInfo[] = "GetKeyInfo";
30 constexpr char kGetEndorsementInfo[] = "GetEndorsementInfo";
31 constexpr char kGetAttestationKeyInfo[] = "GetAttestationKeyInfo";
32 constexpr char kActivateAttestationKey[] = "ActivateAttestationKey";
33 constexpr char kCreateCertifiableKey[] = "CreateCertifiableKey";
34 constexpr char kDecrypt[] = "Decrypt";
35 constexpr char kSign[] = "Sign";
36 constexpr char kRegisterKeyWithChapsToken[] = "RegisterKeyWithChapsToken";