Searched refs:authenticator_id (Results 1 – 17 of 17) sorted by relevance
/system/gatekeeper/ |
D | gatekeeper.cpp | 132 secure_id_t authenticator_id = 0; in Verify() local 163 user_id, authenticator_id, request.challenge); in Verify() 254 uint64_t timestamp, secure_id_t user_id, secure_id_t authenticator_id, in MintAuthToken() argument 263 token.authenticator_id = authenticator_id; in MintAuthToken() 270 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 | 500 if (user_secure_id != auth_token->user_id && user_secure_id != auth_token->authenticator_id) { in AuthTokenMatches() 502 auth_token->authenticator_id, user_secure_id); in AuthTokenMatches()
|
D | android_keymaster_messages.cpp | 915 return sizeof(challenge) + sizeof(user_id) + sizeof(authenticator_id) + in SerializedSize() 922 buf = append_uint64_to_buf(buf, end, authenticator_id); in Serialize() 931 copy_uint64_from_buf(buf_ptr, end, &authenticator_id) && in Deserialize()
|
/system/core/trusty/gatekeeper/ |
D | trusty_gatekeeper.cpp | 68 aidlToken->authenticatorId = authToken->authenticator_id; in sizedBuffer2AidlHWToken()
|
/system/keymint/ta/src/ |
D | operation.rs | 681 auth_token.user_id == *sid as i64 || auth_token.authenticator_id == *sid as i64 in check_auth_token() 687 auth_token.authenticator_id in check_auth_token()
|
D | lib.rs | 1224 result.extend_from_slice(&token.authenticator_id.to_ne_bytes()[..]); in hardware_auth_token_mac_input()
|
/system/core/trusty/keymaster/4.0/ |
D | TrustyKeymaster4Device.cpp | 114 auth_token->authenticator_id = authToken.authenticatorId; in injectAuthToken() 318 request.auth_token.authenticator_id = authToken.authenticatorId; in verifyAuthorization()
|
/system/keymint/common/ |
D | generated.cddl | 263 authenticator_id: int,
|
/system/keymint/hal/src/ |
D | hal.rs | 153 authenticatorId: val.authenticator_id, in fromm() 410 authenticator_id: val.authenticatorId, in try_fromm()
|
/system/core/gatekeeperd/ |
D | gatekeeperd.cpp | 395 authToken.authenticatorId = hwAuthToken->authenticator_id; in verifyChallenge()
|
/system/keymaster/include/keymaster/ |
D | android_keymaster_messages.h | 934 authenticator_id = other.authenticator_id; in HardwareAuthToken() 946 uint64_t authenticator_id{};
|
/system/keymaster/ng/ |
D | AndroidKeymaster4Device.cpp | 292 request.auth_token.authenticator_id = authToken.authenticatorId; in verifyAuthorization()
|
/system/keymint/wire/src/ |
D | keymint.rs | 263 pub authenticator_id: i64, field
|
/system/sepolicy/private/ |
D | property_contexts | 1520 vendor.face.virtual.authenticator_id u:object_r:virtual_face_hal_prop:s0 exact int 1534 persist.vendor.fingerprint.virtual.authenticator_id u:object_r:virtual_fingerprint_hal_prop:s0 exac…
|
/system/sepolicy/prebuilts/api/34.0/private/ |
D | property_contexts | 1520 vendor.face.virtual.authenticator_id u:object_r:virtual_face_hal_prop:s0 exact int 1534 persist.vendor.fingerprint.virtual.authenticator_id u:object_r:virtual_fingerprint_hal_prop:s0 exac…
|