Searched refs:hw_auth_token_t (Results 1 – 9 of 9) sorted by relevance
/hardware/interfaces/gatekeeper/1.0/software/tests/ |
D | gatekeeper_test.cpp | 90 auto auth_token = response.auth_token.Data<hw_auth_token_t>(); in TEST() 114 auto auth_token = response.auth_token.Data<hw_auth_token_t>(); in TEST() 131 ASSERT_NE(nullptr, response.auth_token.Data<hw_auth_token_t>()); in TEST() 132 ASSERT_EQ(secure_id, response.auth_token.Data<hw_auth_token_t>()->user_id); in TEST() 151 auto auth_token = response.auth_token.Data<hw_auth_token_t>(); in TEST() 165 ASSERT_NE(nullptr, response.auth_token.Data<hw_auth_token_t>()); in TEST() 166 ASSERT_NE(secure_id, response.auth_token.Data<hw_auth_token_t>()->user_id); in TEST()
|
/hardware/interfaces/gatekeeper/1.0/vts/functional/ |
D | VtsHalGatekeeperV1_0TargetTest.cpp | 58 static const hw_auth_token_t *toAuthToken(GatekeeperResponse &rsp) { in toAuthToken() 59 const hw_auth_token_t *auth_token = in toAuthToken() 60 reinterpret_cast<hw_auth_token_t *>(rsp.data.data()); in toAuthToken() 64 EXPECT_EQ(sizeof(hw_auth_token_t), auth_token_size); in toAuthToken() 154 const hw_auth_token_t *auth_token = toAuthToken(rsp); in checkVerify() 273 const hw_auth_token_t *first = toAuthToken(verifyRsp); in TEST_P() 274 const hw_auth_token_t *second = toAuthToken(reenrollVerifyRsp); in TEST_P() 304 const hw_auth_token_t *first = toAuthToken(verifyRsp); in TEST_P() 305 const hw_auth_token_t *second = toAuthToken(reenrollVerifyRsp); in TEST_P()
|
/hardware/libhardware/include/hardware/ |
D | fingerprint.h | 106 hw_auth_token_t hat; 177 int (*enroll)(struct fingerprint_device *dev, const hw_auth_token_t *hat,
|
D | hw_auth_token.h | 47 } hw_auth_token_t; typedef
|
/hardware/interfaces/keymaster/4.0/support/ |
D | keymaster_utils.cpp | 65 sizeof(hw_auth_token_t), in authToken2HidlVec() 69 result.resize(sizeof(hw_auth_token_t)); in authToken2HidlVec() 93 sizeof(hw_auth_token_t), in hidlVec2AuthToken() 96 if (buffer.size() != sizeof(hw_auth_token_t)) return {}; in hidlVec2AuthToken()
|
/hardware/libhardware/modules/fingerprint/ |
D | fingerprint.c | 44 const hw_auth_token_t __unused *hat, in fingerprint_enroll()
|
/hardware/interfaces/biometrics/fingerprint/2.1/default/ |
D | BiometricsFingerprint.cpp | 163 const hw_auth_token_t* authToken = in enroll() 164 reinterpret_cast<const hw_auth_token_t*>(hat.data()); in enroll()
|
/hardware/interfaces/keymaster/3.0/ |
D | types.hal | 148 * in hw_auth_token_t in hw_auth_token.h. */
|
/hardware/interfaces/keymaster/4.0/ |
D | types.hal | 1239 * network order (big-endian). This odd construction is compatible with the hw_auth_token_t
|