Home
last modified time | relevance | path

Searched refs:authenticator_type (Results 1 – 15 of 15) sorted by relevance

/aosp12/system/keymaster/tests/
H A Dkeymaster_enforcement_test.cpp589 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 Dperboot.rs32 authenticator_type: HardwareAuthenticatorType, field
40 authenticator_type: tok.authenticatorType, in from_auth_token()
/aosp12/hardware/libhardware/include/hardware/
H A Dhw_auth_token.h44 uint32_t authenticator_type; // hw_authenticator_type_t, in network order member
/aosp12/system/gatekeeper/
H A Dgatekeeper.cpp251 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 Dgatekeeper_test.cpp93 ASSERT_EQ((uint32_t)HW_AUTH_PASSWORD, ntohl(auth_token->authenticator_type)); in TEST()
/aosp12/system/gatekeeper/tests/
H A Dgatekeeper_device_test.cpp101 ASSERT_EQ(htobe32(HW_AUTH_PASSWORD), hat->authenticator_type); in TEST_F()
/aosp12/system/keymaster/android_keymaster/
H A Dandroid_keymaster_messages.cpp856 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 Dkeymaster_enforcement.cpp476 *token_auth_type = ntoh((*auth_token)->authenticator_type); in GetAndValidateAuthToken()
/aosp12/system/core/trusty/keymaster/4.0/
H A DTrustyKeymaster4Device.cpp114 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 Dandroid_keymaster_messages.h894 authenticator_type = other.authenticator_type; in HardwareAuthToken()
906 hw_authenticator_type_t authenticator_type{};
/aosp12/system/core/gatekeeperd/
H A Dgatekeeperd.cpp322 betoh32(hwAuthToken->authenticator_type)); in verifyChallenge()
/aosp12/hardware/interfaces/gatekeeper/1.0/vts/functional/
H A DVtsHalGatekeeperV1_0TargetTest.cpp68 uint32_t auth_type = ntohl(auth_token->authenticator_type); in toAuthToken()
/aosp12/system/keymaster/ng/
H A DAndroidKeymaster4Device.cpp286 request.auth_token.authenticator_type = legacy_enum_conversion(authToken.authenticatorType); in verifyAuthorization()
/aosp12/hardware/interfaces/keymaster/3.0/
H A Dtypes.hal415 // authenticator_id || authenticator_type || timestamp, with a
/aosp12/hardware/interfaces/keymaster/4.0/
H A Dtypes.hal1234 * H, 0 || challenge || user_id || authenticator_id || authenticator_type || timestamp)