Home
last modified time | relevance | path

Searched refs:hw_auth_token_t (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/gatekeeper/1.0/vts/functional/
DVtsHalGatekeeperV1_0TargetTest.cpp57 static const hw_auth_token_t *toAuthToken(GatekeeperResponse &rsp) { in toAuthToken()
58 const hw_auth_token_t *auth_token = in toAuthToken()
59 reinterpret_cast<hw_auth_token_t *>(rsp.data.data()); in toAuthToken()
63 EXPECT_EQ(sizeof(hw_auth_token_t), auth_token_size); in toAuthToken()
153 const hw_auth_token_t *auth_token = toAuthToken(rsp); in checkVerify()
272 const hw_auth_token_t *first = toAuthToken(verifyRsp); in TEST_F()
273 const hw_auth_token_t *second = toAuthToken(reenrollVerifyRsp); in TEST_F()
303 const hw_auth_token_t *first = toAuthToken(verifyRsp); in TEST_F()
304 const hw_auth_token_t *second = toAuthToken(reenrollVerifyRsp); in TEST_F()
/hardware/libhardware/include/hardware/
Dfingerprint.h106 hw_auth_token_t hat;
177 int (*enroll)(struct fingerprint_device *dev, const hw_auth_token_t *hat,
Dhw_auth_token.h47 } hw_auth_token_t; typedef
/hardware/libhardware/modules/fingerprint/
Dfingerprint.c41 const hw_auth_token_t __unused *hat, in fingerprint_enroll()
/hardware/interfaces/biometrics/fingerprint/2.1/default/
DBiometricsFingerprint.cpp162 const hw_auth_token_t* authToken = in enroll()
163 reinterpret_cast<const hw_auth_token_t*>(hat.data()); in enroll()
/hardware/interfaces/keymaster/3.0/default/
DKeymasterDevice.cpp49 bool auth_token_timed_out(const hw_auth_token_t&, uint32_t) const override { return false; } in auth_token_timed_out() argument
50 bool ValidateTokenSignature(const hw_auth_token_t&) const override { return true; } in ValidateTokenSignature()
/hardware/interfaces/keymaster/3.0/
Dtypes.hal148 * in hw_auth_token_t in hw_auth_token.h. */