Home
last modified time | relevance | path

Searched refs:gatekeeper (Results 1 – 25 of 53) sorted by relevance

123

/device/google/cuttlefish/guest/hals/gatekeeper/remote/
Dremote_gatekeeper.h25 namespace aidl::android::hardware::gatekeeper {
27 using aidl::android::hardware::gatekeeper::GatekeeperEnrollResponse;
28 using aidl::android::hardware::gatekeeper::GatekeeperVerifyResponse;
29 using aidl::android::hardware::gatekeeper::IGatekeeper;
30 using ::gatekeeper::ENROLL;
31 using ::gatekeeper::EnrollRequest;
32 using ::gatekeeper::EnrollResponse;
33 using ::gatekeeper::gatekeeper_error_t;
34 using ::gatekeeper::GateKeeperMessage;
35 using ::gatekeeper::VERIFY;
[all …]
DAndroid.bp20 name: "android.hardware.gatekeeper-service.remote",
42 "android.hardware.gatekeeper-V1-ndk",
59 name: "android.hardware.gatekeeper-service.remote.xml",
60 src: "android.hardware.gatekeeper-service.remote.xml",
66 name: "android.hardware.gatekeeper-service.remote.rc",
67 src: "android.hardware.gatekeeper-service.remote.rc",
72 name: "com.android.hardware.gatekeeper.cf_remote",
81 "android.hardware.gatekeeper-service.remote",
84 "android.hardware.gatekeeper-service.remote.xml",
85 "android.hardware.gatekeeper-service.remote.rc",
Dremote_gatekeeper.cpp28 namespace aidl::android::hardware::gatekeeper { namespace
30 using ::gatekeeper::ERROR_INVALID;
31 using ::gatekeeper::ERROR_MEMORY_ALLOCATION_FAILED;
32 using ::gatekeeper::ERROR_NONE;
33 using ::gatekeeper::ERROR_RETRY;
34 using ::gatekeeper::ERROR_UNKNOWN;
35 using ::gatekeeper::SizedBuffer;
84 if (currentPasswordHandle.size() != sizeof(::gatekeeper::password_handle_t)) { in enroll()
105 const ::gatekeeper::password_handle_t* password_handle = in enroll()
106 response.enrolled_password_handle.Data<::gatekeeper::password_handle_t>(); in enroll()
[all …]
Dservice.cpp29 using aidl::android::hardware::gatekeeper::RemoteGateKeeperDevice;
49 std::shared_ptr<RemoteGateKeeperDevice> gatekeeper = in main() local
54 AServiceManager_addService(gatekeeper->asBinder().get(), instance.c_str()); in main()
Dandroid.hardware.gatekeeper-service.remote.rc1 … vendor.gatekeeper_default /apex/com.android.hardware.gatekeeper/bin/hw/android.hardware.gatekeepe…
Dapex_file_contexts3 /bin/hw/android\.hardware\.gatekeeper-service\.remote u:object_r:hal_gatekeeper_remote_ex…
/device/google/cuttlefish/host/commands/secure_env/
Dtpm_gatekeeper.cpp73 gatekeeper::salt_t salt) const { in ComputePasswordSignature()
131 gatekeeper::failure_record_t DefaultRecord( in DefaultRecord()
132 gatekeeper::secure_id_t secure_user_id) { in DefaultRecord()
133 return (gatekeeper::failure_record_t) { in DefaultRecord()
141 const gatekeeper::failure_record_t& record) { in RecordToStorageData()
145 static Result<gatekeeper::failure_record_t> StorageDataToRecord( in StorageDataToRecord()
147 gatekeeper::failure_record_t ret; in StorageDataToRecord()
156 gatekeeper::secure_id_t secure_user_id, in GetFailureRecordImpl()
157 gatekeeper::failure_record_t *record) { in GetFailureRecordImpl()
179 gatekeeper::secure_id_t secure_user_id, in GetFailureRecord()
[all …]
Dsecure_env_not_windows_main.cpp153 fruit::Component<fruit::Required<gatekeeper::SoftGateKeeper, TpmGatekeeper,
155 gatekeeper::GateKeeper, keymaster::KeymasterEnforcement>
159 .bind<gatekeeper::GateKeeper, gatekeeper::SoftGateKeeper>() in ChooseGatekeeperComponent()
165 .bind<gatekeeper::GateKeeper, TpmGatekeeper>() in ChooseGatekeeperComponent()
168 TpmGatekeeper& gatekeeper) -> keymaster::KeymasterEnforcement* { in ChooseGatekeeperComponent() argument
169 return new TpmKeymasterEnforcement(resource_manager, gatekeeper); in ChooseGatekeeperComponent()
200 fruit::Component<TpmResourceManager, gatekeeper::GateKeeper, oemlock::OemLock,
247 .registerProvider([]() { return new gatekeeper::SoftGateKeeper(); }) in SecureEnvComponent()
259 fruit::Injector<TpmResourceManager, gatekeeper::GateKeeper, oemlock::OemLock, in SecureEnvMain()
263 gatekeeper::GateKeeper* gatekeeper = injector.get<gatekeeper::GateKeeper*>(); in SecureEnvMain() local
[all …]
Dtpm_gatekeeper.h31 class TpmGatekeeper : public gatekeeper::GateKeeper {
50 gatekeeper::salt_t salt) const override;
71 gatekeeper::secure_id_t user_id,
72 gatekeeper::failure_record_t *record,
76 uint32_t uid, gatekeeper::secure_id_t user_id, bool secure) override;
79 uint32_t uid, gatekeeper::failure_record_t *record, bool secure) override;
Dgatekeeper_responder.cpp24 gatekeeper::GateKeeper& gatekeeper) in GatekeeperResponder() argument
25 : channel_(channel), gatekeeper_(gatekeeper) {} in GatekeeperResponder()
36 using namespace gatekeeper; in ProcessMessage()
Dgatekeeper_responder.h27 gatekeeper::GateKeeper& gatekeeper_;
31 gatekeeper::GateKeeper& gatekeeper);
Dsuspend_resume_handler.cpp90 CF_EXPECT(WriteSuspendRequest(snapshot_sockets_.gatekeeper)); in SuspendResumeHandler()
95 CF_EXPECT(ReadSuspendAck(snapshot_sockets_.gatekeeper)); in SuspendResumeHandler()
109 CF_EXPECT(WriteResumeRequest(snapshot_sockets_.gatekeeper)); in SuspendResumeHandler()
Dsecure_env_windows_lib.cpp73 std::unique_ptr<gatekeeper::GateKeeper> gatekeeper_ptr( in StartSecureEnvWithHandles()
74 new gatekeeper::SoftGateKeeper); in StartSecureEnvWithHandles()
Dtpm_keymaster_enforcement.cpp95 TpmResourceManager& resource_manager, TpmGatekeeper& gatekeeper) in TpmKeymasterEnforcement() argument
98 gatekeeper_(gatekeeper) {} in TpmKeymasterEnforcement()
DOWNERS2 include platform/system/gatekeeper:/OWNERS
/device/google/cuttlefish/common/libs/security/
Dgatekeeper_channel_sharedfd.h35 const gatekeeper::GateKeeperMessage& message) override;
37 const gatekeeper::GateKeeperMessage& message) override;
43 const gatekeeper::GateKeeperMessage& message);
Dgatekeeper_channel_windows.h39 const gatekeeper::GateKeeperMessage& message) override;
41 const gatekeeper::GateKeeperMessage& message) override;
50 const gatekeeper::GateKeeperMessage& message);
Dgatekeeper_channel_sharedfd.cpp29 uint32_t command, const gatekeeper::GateKeeperMessage& message) { in SendRequest()
34 uint32_t command, const gatekeeper::GateKeeperMessage& message) { in SendResponse()
39 const gatekeeper::GateKeeperMessage& message) { in SendMessage()
Dgatekeeper_channel_windows.cpp107 uint32_t command, const gatekeeper::GateKeeperMessage& message) { in SendRequest()
112 uint32_t command, const gatekeeper::GateKeeperMessage& message) { in SendResponse()
119 const gatekeeper::GateKeeperMessage& message) { in SendMessage()
Dgatekeeper_channel.h34 const gatekeeper::GateKeeperMessage& message) = 0;
36 const gatekeeper::GateKeeperMessage& message) = 0;
/device/google/cuttlefish/shared/sepolicy/vendor/
Dservice_contexts15 # shared secret implementation for on-device gatekeeper
16 android.hardware.security.sharedsecret.ISharedSecret/gatekeeper u:object_r:hal_gatekeeper_service:s0
/device/generic/trusty/sepolicy/
Dfile_contexts12 /vendor/bin/hw/android.hardware.gatekeeper@1.0-service.trusty u:object_r:hal_gatekeeper_d…
13 /vendor/bin/hw/android.hardware.gatekeeper-service.trusty u:object_r:hal_gatekeeper_d…
/device/google/cuttlefish/host/commands/secure_env/doc/
Dlinkage.dot26 gatekeeper [color = "green", label = "Gatekeeper HAL"]
53 vmm -> gatekeeper_console -> gatekeeper [color = "green", dir = "both"]
/device/google/zuma-sepolicy/legacy/whitechapel_pro/
Dfile_contexts3 /vendor/bin/hw/android\.hardware\.gatekeeper-service\.trusty u:object_r:hal_gatekeep…
4 /vendor/bin/hw/android\.hardware\.gatekeeper@1\.0-service\.trusty u:object_r:hal_gatekeep…
/device/google/cuttlefish/guest/hals/gatekeeper/
DOWNERS1 include platform/system/gatekeeper:/OWNERS

123