Searched refs:authenticator_type (Results 1 – 15 of 15) sorted by relevance
/aosp12/system/keymaster/tests/ |
H A D | keymaster_enforcement_test.cpp | 589 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD)); in TEST_F() 612 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD)); in TEST_F() 641 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD)); in TEST_F() 665 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD)); in TEST_F() 692 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD)); in TEST_F() 721 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD)); in TEST_F() 750 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD)); in TEST_F() 773 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD)); in TEST_F() 826 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD)); in TEST_F() 851 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD)); in TEST_F() [all …]
|
/aosp12/system/security/keystore2/src/database/ |
H A D | perboot.rs | 32 authenticator_type: HardwareAuthenticatorType, field 40 authenticator_type: tok.authenticatorType, in from_auth_token()
|
/aosp12/hardware/libhardware/include/hardware/ |
H A D | hw_auth_token.h | 44 uint32_t authenticator_type; // hw_authenticator_type_t, in network order member
|
/aosp12/system/gatekeeper/ |
H A D | gatekeeper.cpp | 251 token.authenticator_type = htobe32(HW_AUTH_PASSWORD); in MintAuthToken() 258 sizeof(token.authenticator_type) + in MintAuthToken()
|
/aosp12/hardware/interfaces/gatekeeper/1.0/software/tests/ |
H A D | gatekeeper_test.cpp | 93 ASSERT_EQ((uint32_t)HW_AUTH_PASSWORD, ntohl(auth_token->authenticator_type)); in TEST()
|
/aosp12/system/gatekeeper/tests/ |
H A D | gatekeeper_device_test.cpp | 101 ASSERT_EQ(htobe32(HW_AUTH_PASSWORD), hat->authenticator_type); in TEST_F()
|
/aosp12/system/keymaster/android_keymaster/ |
H A D | android_keymaster_messages.cpp | 856 sizeof(authenticator_type) + sizeof(timestamp) + blob_size(mac); in SerializedSize() 863 buf = append_uint32_to_buf(buf, end, authenticator_type); in Serialize() 872 copy_uint32_from_buf(buf_ptr, end, &authenticator_type) && in Deserialize()
|
H A D | keymaster_enforcement.cpp | 476 *token_auth_type = ntoh((*auth_token)->authenticator_type); in GetAndValidateAuthToken()
|
/aosp12/system/core/trusty/keymaster/4.0/ |
H A D | TrustyKeymaster4Device.cpp | 114 auth_token->authenticator_type = in injectAuthToken() 318 request.auth_token.authenticator_type = legacy_enum_conversion(authToken.authenticatorType); in verifyAuthorization()
|
/aosp12/system/keymaster/include/keymaster/ |
H A D | android_keymaster_messages.h | 894 authenticator_type = other.authenticator_type; in HardwareAuthToken() 906 hw_authenticator_type_t authenticator_type{};
|
/aosp12/system/core/gatekeeperd/ |
H A D | gatekeeperd.cpp | 322 betoh32(hwAuthToken->authenticator_type)); in verifyChallenge()
|
/aosp12/hardware/interfaces/gatekeeper/1.0/vts/functional/ |
H A D | VtsHalGatekeeperV1_0TargetTest.cpp | 68 uint32_t auth_type = ntohl(auth_token->authenticator_type); in toAuthToken()
|
/aosp12/system/keymaster/ng/ |
H A D | AndroidKeymaster4Device.cpp | 286 request.auth_token.authenticator_type = legacy_enum_conversion(authToken.authenticatorType); in verifyAuthorization()
|
/aosp12/hardware/interfaces/keymaster/3.0/ |
H A D | types.hal | 415 // authenticator_id || authenticator_type || timestamp, with a
|
/aosp12/hardware/interfaces/keymaster/4.0/ |
H A D | types.hal | 1234 * H, 0 || challenge || user_id || authenticator_id || authenticator_type || timestamp)
|