Home
last modified time | relevance | path

Searched refs:authenticator_id (Results 1 – 9 of 9) sorted by relevance

/system/gatekeeper/
Dgatekeeper.cpp119 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/
Dgatekeeper.h196 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/
Dkeymaster_enforcement_test.cpp588 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/
Dkeymaster_enforcement.cpp499 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()
Dandroid_keymaster_messages.cpp855 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/
DTrustyKeymaster4Device.cpp113 auth_token->authenticator_id = authToken.authenticatorId; in injectAuthToken()
317 request.auth_token.authenticator_id = authToken.authenticatorId; in verifyAuthorization()
/system/keymaster/include/keymaster/
Dandroid_keymaster_messages.h893 authenticator_id = other.authenticator_id; in HardwareAuthToken()
905 uint64_t authenticator_id{};
/system/core/gatekeeperd/
Dgatekeeperd.cpp320 authToken.authenticatorId = hwAuthToken->authenticator_id; in verifyChallenge()
/system/keymaster/ng/
DAndroidKeymaster4Device.cpp285 request.auth_token.authenticator_id = authToken.authenticatorId; in verifyAuthorization()