Home | History | Annotate | Download | only in cryptohome

Lines Matching full:const

9 const char kCryptohomeInterface[] = "org.chromium.CryptohomeInterface";
10 const char kCryptohomeServicePath[] = "/org/chromium/Cryptohome";
11 const char kCryptohomeServiceName[] = "org.chromium.Cryptohome";
13 const char kCryptohomeAsyncAddKey[] = "AsyncAddKey";
14 const char kCryptohomeCheckKey[] = "CheckKey";
15 const char kCryptohomeMigrateKey[] = "MigrateKey";
16 const char kCryptohomeRemove[] = "Remove";
17 const char kCryptohomeGetSystemSalt[] = "GetSystemSalt";
18 const char kCryptohomeGetSanitizedUsername[] = "GetSanitizedUsername";
19 const char kCryptohomeIsMounted[] = "IsMounted";
20 const char kCryptohomeMount[] = "Mount";
21 const char kCryptohomeMountGuest[] = "MountGuest";
22 const char kCryptohomeMountPublic[] = "MountPublic";
23 const char kCryptohomeUnmount[] = "Unmount";
24 const char kCryptohomeTpmIsReady[] = "TpmIsReady";
25 const char kCryptohomeTpmIsEnabled[] = "TpmIsEnabled";
26 const char kCryptohomeTpmIsOwned[] = "TpmIsOwned";
27 const char kCryptohomeTpmIsBeingOwned[] = "TpmIsBeingOwned";
28 const char kCryptohomeTpmGetPassword[] = "TpmGetPassword";
29 const char kCryptohomeTpmCanAttemptOwnership[] = "TpmCanAttemptOwnership";
30 const char kCryptohomeTpmClearStoredPassword[] = "TpmClearStoredPassword";
31 const char kCryptohomePkcs11GetTpmTokenInfo[] = "Pkcs11GetTpmTokenInfo";
32 const char kCryptohomePkcs11GetTpmTokenInfoForUser[] =
34 const char kCryptohomePkcs11IsTpmTokenReady[] = "Pkcs11IsTpmTokenReady";
35 const char kCryptohomePkcs11IsTpmTokenReadyForUser[] =
37 const char kCryptohomeAsyncCheckKey[] = "AsyncCheckKey";
38 const char kCryptohomeAsyncMigrateKey[] = "AsyncMigrateKey";
39 const char kCryptohomeAsyncMount[] = "AsyncMount";
40 const char kCryptohomeAsyncMountGuest[] = "AsyncMountGuest";
41 const char kCryptohomeAsyncMountPublic[] = "AsyncMountPublic";
42 const char kCryptohomeAsyncRemove[] = "AsyncRemove";
43 const char kCryptohomeGetStatusString[] = "GetStatusString";
44 const char kCryptohomeRemoveTrackedSubdirectories[] =
46 const char kCryptohomeAsyncRemoveTrackedSubdirectories[] =
48 const char kCryptohomeDoAutomaticFreeDiskSpaceControl[] =
50 const char kCryptohomeAsyncDoAutomaticFreeDiskSpaceControl[] =
52 const char kCryptohomeAsyncDoesUsersExist[] = "AsyncDoesUsersExist";
53 const char kCryptohomeInstallAttributesGet[] = "InstallAttributesGet";
54 const char kCryptohomeInstallAttributesSet[] = "InstallAttributesSet";
55 const char kCryptohomeInstallAttributesCount[] = "InstallAttributesCount";
56 const char kCryptohomeInstallAttributesFinalize[] =
58 const char kCryptohomeInstallAttributesIsReady[] = "InstallAttributesIsReady";
59 const char kCryptohomeInstallAttributesIsSecure[] =
61 const char kCryptohomeInstallAttributesIsInvalid[] =
63 const char kCryptohomeInstallAttributesIsFirstInstall[] =
65 const char kCryptohomeStoreEnrollmentState[] =
67 const char kCryptohomeLoadEnrollmentState[] =
69 const char kCryptohomeTpmIsAttestationPrepared[] = "TpmIsAttestationPrepared";
70 const char kCryptohomeTpmIsAttestationEnrolled[] = "TpmIsAttestationEnrolled";
71 const char kCryptohomeAsyncTpmAttestationCreateEnrollRequest[] =
73 const char kCryptohomeAsyncTpmAttestationCreateEnrollRequestNew[] =
75 const char kCryptohomeAsyncTpmAttestationEnroll[] = "AsyncTpmAttestationEnroll";
76 const char kCryptohomeAsyncTpmAttestationEnrollNew[] =
78 const char kCryptohomeAsyncTpmAttestationCreateCertRequest[] =
80 const char kCryptohomeAsyncTpmAttestationCreateCertRequestByProfile[] =
82 const char kCryptohomeAsyncTpmAttestationFinishCertRequest[] =
84 const char kCryptohomeTpmAttestationDoesKeyExist[] =
86 const char kCryptohomeTpmAttestationGetCertificate[] =
88 const char kCryptohomeTpmAttestationGetPublicKey[] =
90 const char kCryptohomeTpmAttestationRegisterKey[] = "TpmAttestationRegisterKey";
91 const char kCryptohomeTpmAttestationSignEnterpriseChallenge[] =
93 const char kCryptohomeTpmAttestationSignSimpleChallenge[] =
95 const char kCryptohomeTpmAttestationGetKeyPayload[] =
97 const char kCryptohomeTpmAttestationSetKeyPayload[] =
99 const char kCryptohomeTpmAttestationDeleteKeys[] =
101 const char kCryptohomeGetKeyDataEx[] = "GetKeyDataEx";
102 const char kCryptohomeCheckKeyEx[] = "CheckKeyEx";
103 const char kCryptohomeMountEx[] = "MountEx";
104 const char kCryptohomeAddKeyEx[] = "AddKeyEx";
105 const char kCryptohomeUpdateKeyEx[] = "UpdateKeyEx";
106 const char kCryptohomeRemoveKeyEx[] = "RemoveKeyEx";
107 const char kCryptohomeSignBootLockbox[] = "SignBootLockbox";
108 const char kCryptohomeVerifyBootLockbox[] = "VerifyBootLockbox";
109 const char kCryptohomeFinalizeBootLockbox[] = "FinalizeBootLockbox";
110 const char kCryptohomeGetBootAttribute[] = "GetBootAttribute";
111 const char kCryptohomeSetBootAttribute[] = "SetBootAttribute";
112 const char kCryptohomeFlushAndSignBootAttributes[] =
114 const char kCryptohomeGetLoginStatus[] = "GetLoginStatus";
115 const char kCryptohomeGetTpmStatus[] = "GetTpmStatus";
116 const char kCryptohomeGetEndorsementInfo[] = "GetEndorsementInfo";
119 const char kSignalAsyncCallStatus[] = "AsyncCallStatus";
120 const char kSignalAsyncCallStatusWithData[] = "AsyncCallStatusWithData";
121 const char kSignalTpmInitStatus[] = "TpmInitStatus";
122 const char kSignalCleanupUsersRemoved[] = "CleanupUsersRemoved";