Home | History | Annotate | Download | only in dbus

Lines Matching full:cryptohome

11 #include "chromeos/cryptohome/async_method_caller.h"
13 #include "chromeos/dbus/cryptohome/key.pb.h"
14 #include "chromeos/dbus/cryptohome/rpc.pb.h"
61 dbus::MethodCall method_call(cryptohome::kCryptohomeInterface,
62 cryptohome::kCryptohomeIsMounted);
68 dbus::MethodCall method_call(cryptohome::kCryptohomeInterface,
69 cryptohome::kCryptohomeUnmount);
77 dbus::MethodCall method_call(cryptohome::kCryptohomeInterface,
78 cryptohome::kCryptohomeAsyncCheckKey);
93 dbus::MethodCall method_call(cryptohome::kCryptohomeInterface,
94 cryptohome::kCryptohomeAsyncMigrateKey);
108 dbus::MethodCall method_call(cryptohome::kCryptohomeInterface,
109 cryptohome::kCryptohomeAsyncRemove);
120 dbus::MethodCall method_call(cryptohome::kCryptohomeInterface,
121 cryptohome::kCryptohomeGetSystemSalt);
132 dbus::MethodCall method_call(cryptohome::kCryptohomeInterface,
133 cryptohome::kCryptohomeGetSanitizedUsername);
145 dbus::MethodCall method_call(cryptohome::kCryptohomeInterface,
146 cryptohome::kCryptohomeGetSanitizedUsername);
167 dbus::MethodCall method_call(cryptohome::kCryptohomeInterface,
168 cryptohome::kCryptohomeAsyncMount);
172 writer.AppendBool(flags & cryptohome::CREATE_IF_MISSING);
173 writer.AppendBool(flags & cryptohome::ENSURE_EPHEMERAL);
187 dbus::MethodCall method_call(cryptohome::kCryptohomeInterface,
188 cryptohome::kCryptohomeAsyncAddKey);
201 dbus::MethodCall method_call(cryptohome::kCryptohomeInterface,
202 cryptohome::kCryptohomeAsyncMountGuest);
213 dbus::MethodCall method_call(cryptohome::kCryptohomeInterface,
214 cryptohome::kCryptohomeAsyncMountPublic);
217 writer.AppendBool(flags & cryptohome::CREATE_IF_MISSING);
218 writer.AppendBool(flags & cryptohome::ENSURE_EPHEMERAL);
227 dbus::MethodCall method_call(cryptohome::kCryptohomeInterface,
228 cryptohome::kCryptohomeTpmIsReady);
234 dbus::MethodCall method_call(cryptohome::kCryptohomeInterface,
235 cryptohome::kCryptohomeTpmIsEnabled);
242 dbus::MethodCall method_call(cryptohome::kCryptohomeInterface,
243 cryptohome::kCryptohomeTpmIsEnabled);
250 dbus::MethodCall method_call(cryptohome::kCryptohomeInterface,
251 cryptohome::kCryptohomeTpmGetPassword);
261 dbus::MethodCall method_call(cryptohome::kCryptohomeInterface,
262 cryptohome::kCryptohomeTpmIsOwned);
269 dbus::MethodCall method_call(cryptohome::kCryptohomeInterface,
270 cryptohome::kCryptohomeTpmIsOwned);
277 dbus::MethodCall method_call(cryptohome::kCryptohomeInterface,
278 cryptohome::kCryptohomeTpmIsBeingOwned);
285 dbus::MethodCall method_call(cryptohome::kCryptohomeInterface,
286 cryptohome::kCryptohomeTpmIsBeingOwned);
293 dbus::MethodCall method_call(cryptohome::kCryptohomeInterface,
294 cryptohome::kCryptohomeTpmCanAttemptOwnership);
301 dbus::MethodCall method_call(cryptohome::kCryptohomeInterface,
302 cryptohome::kCryptohomeTpmClearStoredPassword);
309 dbus::MethodCall method_call(cryptohome::kCryptohomeInterface,
310 cryptohome::kCryptohomeTpmClearStoredPassword);
319 dbus::MethodCall method_call(cryptohome::kCryptohomeInterface,
320 cryptohome::kCryptohomePkcs11IsTpmTokenReady);
327 dbus::MethodCall method_call(cryptohome::kCryptohomeInterface,
328 cryptohome::kCryptohomePkcs11GetTpmTokenInfo);
342 cryptohome::kCryptohomeInterface,
343 cryptohome::kCryptohomePkcs11GetTpmTokenInfoForUser);
358 dbus::MethodCall method_call(cryptohome::kCryptohomeInterface,
359 cryptohome::kCryptohomeInstallAttributesGet);
380 dbus::MethodCall method_call(cryptohome::kCryptohomeInterface,
381 cryptohome::kCryptohomeInstallAttributesSet);
391 cryptohome::kCryptohomeInterface,
392 cryptohome::kCryptohomeInstallAttributesFinalize);
400 cryptohome::kCryptohomeInterface,
401 cryptohome::kCryptohomeInstallAttributesIsReady);
408 cryptohome::kCryptohomeInterface,
409 cryptohome::kCryptohomeInstallAttributesIsInvalid);
417 cryptohome::kCryptohomeInterface,
418 cryptohome::kCryptohomeInstallAttributesIsFirstInstall);
426 cryptohome::kCryptohomeInterface,
427 cryptohome::kCryptohomeTpmIsAttestationPrepared);
435 cryptohome::kCryptohomeInterface,
436 cryptohome::kCryptohomeTpmIsAttestationEnrolled);
445 cryptohome::kCryptohomeInterface,
446 cryptohome::kCryptohomeAsyncTpmAttestationCreateEnrollRequest);
461 cryptohome::kCryptohomeInterface,
462 cryptohome::kCryptohomeAsyncTpmAttestationEnroll);
482 cryptohome::kCryptohomeInterface,
483 cryptohome::kCryptohomeAsyncTpmAttestationCreateCertRequest);
503 cryptohome::kCryptohomeInterface,
504 cryptohome::kCryptohomeAsyncTpmAttestationFinishCertRequest);
526 cryptohome::kCryptohomeInterface,
527 cryptohome::kCryptohomeTpmAttestationDoesKeyExist);
543 cryptohome::kCryptohomeInterface,
544 cryptohome::kCryptohomeTpmAttestationGetCertificate);
563 cryptohome::kCryptohomeInterface,
564 cryptohome::kCryptohomeTpmAttestationGetPublicKey);
583 cryptohome::kCryptohomeInterface,
584 cryptohome::kCryptohomeTpmAttestationRegisterKey);
607 cryptohome::kCryptohomeInterface,
608 cryptohome::kCryptohomeTpmAttestationSignEnterpriseChallenge);
636 cryptohome::kCryptohomeInterface,
637 cryptohome::kCryptohomeTpmAttestationSignSimpleChallenge);
658 cryptohome::kCryptohomeInterface,
659 cryptohome::kCryptohomeTpmAttestationGetKeyPayload);
679 cryptohome::kCryptohomeInterface,
680 cryptohome::kCryptohomeTpmAttestationSetKeyPayload);
698 cryptohome::kCryptohomeInterface,
699 cryptohome::kCryptohomeTpmAttestationDeleteKeys);
709 const cryptohome::AccountIdentifier& id,
710 const cryptohome::AuthorizationRequest& auth,
711 const cryptohome::GetKeyDataRequest& request,
713 dbus::MethodCall method_call(cryptohome::kCryptohomeInterface,
714 cryptohome::kCryptohomeGetKeyDataEx);
728 const cryptohome::AccountIdentifier& id,
729 const cryptohome::AuthorizationRequest& auth,
730 const cryptohome::CheckKeyRequest& request,
732 const char* method_name = cryptohome::kCryptohomeCheckKeyEx;
733 dbus::MethodCall method_call(cryptohome::kCryptohomeInterface,
748 const cryptohome::AccountIdentifier& id,
749 const cryptohome::AuthorizationRequest& auth,
750 const cryptohome::MountRequest& request,
752 const char* method_name = cryptohome::kCryptohomeMountEx;
753 dbus::MethodCall method_call(cryptohome::kCryptohomeInterface,
768 const cryptohome::AccountIdentifier& id,
769 const cryptohome::AuthorizationRequest& auth,
770 const cryptohome::AddKeyRequest& request,
772 const char* method_name = cryptohome::kCryptohomeAddKeyEx;
773 dbus::MethodCall method_call(cryptohome::kCryptohomeInterface,
788 const cryptohome::AccountIdentifier& id,
789 const cryptohome::AuthorizationRequest& auth,
790 const cryptohome::UpdateKeyRequest& request,
792 const char* method_name = cryptohome::kCryptohomeUpdateKeyEx;
793 dbus::MethodCall method_call(cryptohome::kCryptohomeInterface,
808 virtual void RemoveKeyEx(const cryptohome::AccountIdentifier& id,
809 const cryptohome::AuthorizationRequest& auth,
810 const cryptohome::RemoveKeyRequest& request,
812 const char* method_name = cryptohome::kCryptohomeRemoveKeyEx;
813 dbus::MethodCall method_call(cryptohome::kCryptohomeInterface, method_name);
828 const cryptohome::GetBootAttributeRequest& request,
830 const char* method_name = cryptohome::kCryptohomeGetBootAttribute;
831 dbus::MethodCall method_call(cryptohome::kCryptohomeInterface, method_name);
844 const cryptohome::SetBootAttributeRequest& request,
846 const char* method_name = cryptohome::kCryptohomeSetBootAttribute;
847 dbus::MethodCall method_call(cryptohome::kCryptohomeInterface, method_name);
860 const cryptohome::FlushAndSignBootAttributesRequest& request,
862 const char* method_name = cryptohome::kCryptohomeFlushAndSignBootAttributes;
863 dbus::MethodCall method_call(cryptohome::kCryptohomeInterface, method_name);
878 cryptohome::kCryptohomeServiceName,
879 dbus::ObjectPath(cryptohome::kCryptohomeServicePath));
883 proxy_->ConnectToSignal(cryptohome::kCryptohomeInterface,
884 cryptohome::kSignalAsyncCallStatus,
890 cryptohome::kCryptohomeInterface,
891 cryptohome::kSignalAsyncCallStatusWithData,
1026 cryptohome::BaseReply reply;