Home
last modified time | relevance | path

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

/system/security/keystore2/src/database/
Dperboot.rs32 authenticator_type: HardwareAuthenticatorType, field
40 authenticator_type: tok.authenticatorType, in from_auth_token()
/system/keymaster/tests/
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 …]
/system/gatekeeper/
Dgatekeeper.cpp251 token.authenticator_type = htobe32(HW_AUTH_PASSWORD); in MintAuthToken()
258 sizeof(token.authenticator_type) + in MintAuthToken()
/system/gatekeeper/tests/
Dgatekeeper_device_test.cpp101 ASSERT_EQ(htobe32(HW_AUTH_PASSWORD), hat->authenticator_type); in TEST_F()
/system/keymaster/android_keymaster/
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()
Dkeymaster_enforcement.cpp476 *token_auth_type = ntoh((*auth_token)->authenticator_type); in GetAndValidateAuthToken()
/system/core/trusty/keymaster/4.0/
DTrustyKeymaster4Device.cpp114 auth_token->authenticator_type = in injectAuthToken()
318 request.auth_token.authenticator_type = legacy_enum_conversion(authToken.authenticatorType); in verifyAuthorization()
/system/keymaster/include/keymaster/
Dandroid_keymaster_messages.h894 authenticator_type = other.authenticator_type; in HardwareAuthToken()
906 hw_authenticator_type_t authenticator_type{};
/system/core/gatekeeperd/
Dgatekeeperd.cpp322 betoh32(hwAuthToken->authenticator_type)); in verifyChallenge()
/system/keymaster/ng/
DAndroidKeymaster4Device.cpp286 request.auth_token.authenticator_type = legacy_enum_conversion(authToken.authenticatorType); in verifyAuthorization()