Home
last modified time | relevance | path

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

12

/hardware/interfaces/gatekeeper/1.0/software/tests/
Dgatekeeper_test.cpp25 using ::gatekeeper::EnrollRequest;
26 using ::gatekeeper::EnrollResponse;
27 using ::gatekeeper::secure_id_t;
28 using ::gatekeeper::SizedBuffer;
29 using ::gatekeeper::SoftGateKeeper;
30 using ::gatekeeper::VerifyRequest;
31 using ::gatekeeper::VerifyResponse;
52 static void do_enroll(SoftGateKeeper& gatekeeper, EnrollResponse* response) { in do_enroll() argument
55 gatekeeper.Enroll(request, response); in do_enroll()
59 SoftGateKeeper gatekeeper; in TEST() local
[all …]
/hardware/interfaces/gatekeeper/aidl/software/
DAndroid.bp11 name: "android.hardware.gatekeeper-service.nonsecure",
20 "android.hardware.gatekeeper-V1-ndk",
45 "android.hardware.gatekeeper-service.nonsecure.xml",
46 "android.hardware.security.sharedsecret-gatekeeper.xml",
53 name: "android.hardware.gatekeeper-service.nonsecure.rc",
54 src: "android.hardware.gatekeeper-service.nonsecure.rc",
59 name: "com.android.hardware.gatekeeper.nonsecure",
60 binaries: ["android.hardware.gatekeeper-service.nonsecure"],
67 "android.hardware.gatekeeper-service.nonsecure.rc",
DGateKeeper.cpp24 using ::gatekeeper::EnrollRequest;
25 using ::gatekeeper::EnrollResponse;
26 using ::gatekeeper::ERROR_NONE;
27 using ::gatekeeper::ERROR_RETRY;
28 using ::gatekeeper::SizedBuffer;
29 using ::gatekeeper::VerifyRequest;
30 using ::gatekeeper::VerifyResponse;
32 namespace aidl::android::hardware::gatekeeper { namespace
59 SoftGateKeeperDevice::SoftGateKeeperDevice(::gatekeeper::SoftGateKeeper& impl) : impl_(impl) {} in SoftGateKeeperDevice()
72 if (currentPasswordHandle.size() != sizeof(::gatekeeper::password_handle_t)) { in enroll()
[all …]
Dservice.cpp27 using aidl::android::hardware::gatekeeper::SoftGateKeeperDevice;
39 ::gatekeeper::SoftGateKeeper implementation(*secret); in main()
40 auto gatekeeper = ndk::SharedRefBase::make<SoftGateKeeperDevice>(implementation); in main() local
42 status = AServiceManager_addService(gatekeeper->asBinder().get(), instance.c_str()); in main()
DGateKeeper.h23 namespace aidl::android::hardware::gatekeeper {
27 SoftGateKeeperDevice(::gatekeeper::SoftGateKeeper&);
63 ::gatekeeper::SoftGateKeeper& impl_;
Dandroid.hardware.gatekeeper-service.nonsecure.rc1 …endor.gatekeeper_nonsecure /apex/com.android.hardware.gatekeeper/bin/hw/android.hardware.gatekeepe…
/hardware/interfaces/gatekeeper/1.0/software/
DSoftGateKeeperDevice.cpp22 using ::android::hardware::gatekeeper::V1_0::GatekeeperStatusCode;
23 using ::gatekeeper::EnrollRequest;
24 using ::gatekeeper::EnrollResponse;
25 using ::gatekeeper::ERROR_INVALID;
26 using ::gatekeeper::ERROR_MEMORY_ALLOCATION_FAILED;
27 using ::gatekeeper::ERROR_NONE;
28 using ::gatekeeper::ERROR_RETRY;
29 using ::gatekeeper::SizedBuffer;
30 using ::gatekeeper::VerifyRequest;
31 using ::gatekeeper::VerifyResponse;
DAndroid.bp11 name: "android.hardware.gatekeeper@1.0-service.software",
15 init_rc: ["android.hardware.gatekeeper@1.0-service.software.rc"],
23 "android.hardware.gatekeeper@1.0",
35 vintf_fragments: ["android.hardware.gatekeeper@1.0-service.software.xml"],
Dservice.cpp27 using android::hardware::gatekeeper::V1_0::IGatekeeper;
31 android::sp<SoftGateKeeperDevice> gatekeeper(new SoftGateKeeperDevice()); in main() local
32 auto status = gatekeeper->registerAsService(); in main()
DSoftGateKeeperDevice.h31 class SoftGateKeeperDevice : public ::android::hardware::gatekeeper::V1_0::IGatekeeper {
33 SoftGateKeeperDevice() { impl_.reset(new ::gatekeeper::SoftGateKeeper()); } in SoftGateKeeperDevice()
75 std::unique_ptr<::gatekeeper::SoftGateKeeper> impl_;
Dandroid.hardware.gatekeeper@1.0-service.software.rc1 service vendor.gatekeeper-1-0 /vendor/bin/hw/android.hardware.gatekeeper@1.0-service.software
/hardware/interfaces/gatekeeper/1.0/default/
DAndroid.bp11 name: "android.hardware.gatekeeper@1.0-impl",
19 "android.hardware.gatekeeper@1.0",
29 name: "android.hardware.gatekeeper@1.0-service",
33 init_rc: ["android.hardware.gatekeeper@1.0-service.rc"],
38 "android.hardware.gatekeeper@1.0",
Dandroid.hardware.gatekeeper@1.0-service.rc1 service vendor.gatekeeper-1-0 /vendor/bin/hw/android.hardware.gatekeeper@1.0-service
2 interface android.hardware.gatekeeper@1.0::IGatekeeper default
DGatekeeper.h29 namespace gatekeeper {
33 using ::android::hardware::gatekeeper::V1_0::GatekeeperResponse;
34 using ::android::hardware::gatekeeper::V1_0::IGatekeeper;
Dservice.cpp23 using android::hardware::gatekeeper::V1_0::IGatekeeper;
/hardware/interfaces/gatekeeper/aidl/aidl_api/android.hardware.gatekeeper/current/android/hardware/gatekeeper/
DIGatekeeper.aidl34 package android.hardware.gatekeeper;
39 …android.hardware.gatekeeper.GatekeeperEnrollResponse enroll(in int uid, in byte[] currentPasswordH… in enroll()
40 …android.hardware.gatekeeper.GatekeeperVerifyResponse verify(in int uid, in long challenge, in byte… in verify()
DGatekeeperEnrollResponse.aidl34 package android.hardware.gatekeeper;
DGatekeeperVerifyResponse.aidl34 package android.hardware.gatekeeper;
/hardware/interfaces/gatekeeper/aidl/aidl_api/android.hardware.gatekeeper/1/android/hardware/gatekeeper/
DIGatekeeper.aidl34 package android.hardware.gatekeeper;
39 …android.hardware.gatekeeper.GatekeeperEnrollResponse enroll(in int uid, in byte[] currentPasswordH… in enroll()
40 …android.hardware.gatekeeper.GatekeeperVerifyResponse verify(in int uid, in long challenge, in byte… in verify()
DGatekeeperEnrollResponse.aidl34 package android.hardware.gatekeeper;
DGatekeeperVerifyResponse.aidl34 package android.hardware.gatekeeper;
/hardware/interfaces/gatekeeper/aidl/android/hardware/gatekeeper/
DIGatekeeper.aidl17 package android.hardware.gatekeeper;
19 import android.hardware.gatekeeper.GatekeeperEnrollResponse;
20 import android.hardware.gatekeeper.GatekeeperVerifyResponse;
DGatekeeperEnrollResponse.aidl17 package android.hardware.gatekeeper;
DGatekeeperVerifyResponse.aidl17 package android.hardware.gatekeeper;
/hardware/interfaces/gatekeeper/aidl/
DAndroid.bp11 name: "android.hardware.gatekeeper",
16 srcs: ["android/hardware/gatekeeper/*.aidl"],

12