Searched refs:authenticator_id (Results 1 – 9 of 9) sorted by relevance
/system/gatekeeper/ |
D | gatekeeper.cpp | 119 secure_id_t authenticator_id = 0; in Verify() local 150 user_id, authenticator_id, request.challenge); in Verify() 241 uint64_t timestamp, secure_id_t user_id, secure_id_t authenticator_id, in MintAuthToken() argument 250 token.authenticator_id = authenticator_id; in MintAuthToken() 257 sizeof(token.authenticator_id) + in MintAuthToken()
|
/system/gatekeeper/include/gatekeeper/ |
D | gatekeeper.h | 196 secure_id_t user_id, secure_id_t authenticator_id, uint64_t challenge); 202 secure_id_t secure_id, secure_id_t authenticator_id, uint8_t handle_version,
|
/system/keymaster/tests/ |
D | keymaster_enforcement_test.cpp | 588 token.authenticator_id = 0; in TEST_F() 611 token.authenticator_id = 0; in TEST_F() 640 token.authenticator_id = 0; in TEST_F() 664 token.authenticator_id = 0; in TEST_F() 691 token.authenticator_id = 0; in TEST_F() 720 token.authenticator_id = 0; in TEST_F() 749 token.authenticator_id = 10; in TEST_F() 754 .Authorization(TAG_USER_SECURE_ID, token.authenticator_id) in TEST_F() 772 token.authenticator_id = 0; in TEST_F() 825 token.authenticator_id = 0; in TEST_F() [all …]
|
/system/keymaster/android_keymaster/ |
D | keymaster_enforcement.cpp | 499 if (user_secure_id != auth_token->user_id && user_secure_id != auth_token->authenticator_id) { in AuthTokenMatches() 501 auth_token->authenticator_id, user_secure_id); in AuthTokenMatches()
|
D | android_keymaster_messages.cpp | 855 return sizeof(challenge) + sizeof(user_id) + sizeof(authenticator_id) + in SerializedSize() 862 buf = append_uint64_to_buf(buf, end, authenticator_id); in Serialize() 871 copy_uint64_from_buf(buf_ptr, end, &authenticator_id) && in Deserialize()
|
/system/core/trusty/keymaster/4.0/ |
D | TrustyKeymaster4Device.cpp | 113 auth_token->authenticator_id = authToken.authenticatorId; in injectAuthToken() 317 request.auth_token.authenticator_id = authToken.authenticatorId; in verifyAuthorization()
|
/system/keymaster/include/keymaster/ |
D | android_keymaster_messages.h | 893 authenticator_id = other.authenticator_id; in HardwareAuthToken() 905 uint64_t authenticator_id{};
|
/system/core/gatekeeperd/ |
D | gatekeeperd.cpp | 320 authToken.authenticatorId = hwAuthToken->authenticator_id; in verifyChallenge()
|
/system/keymaster/ng/ |
D | AndroidKeymaster4Device.cpp | 285 request.auth_token.authenticator_id = authToken.authenticatorId; in verifyAuthorization()
|