HomeSort by relevance Sort by last modified time
    Searched full:authenticator_type (Results 1 - 25 of 44) sorted by null

1 2

  /hardware/libhardware/include/hardware/
hw_auth_token.h 44 uint32_t authenticator_type; // hw_authenticator_type_t, in network order member in struct:__anon48237
  /external/nos/host/generic/nugget/proto/nugget/app/keymaster/
keymaster_types.proto 66 HardwareAuthenticatorType authenticator_type = 4;
  /system/keymaster/tests/
keymaster_enforcement_test.cpp 580 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD));
603 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD));
632 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD));
656 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD));
683 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD));
712 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD));
741 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD));
    [all...]
  /system/core/gatekeeperd/tests/
gatekeeper_test.cpp 86 ASSERT_EQ((uint32_t) HW_AUTH_PASSWORD, ntohl(auth_token->authenticator_type));
  /system/gatekeeper/tests/
gatekeeper_device_test.cpp 101 ASSERT_EQ(htonl(HW_AUTH_PASSWORD), hat->authenticator_type);
  /system/gatekeeper/
gatekeeper.cpp 235 token->authenticator_type = htonl(HW_AUTH_PASSWORD);
  /system/keymaster/android_keymaster/
android_keymaster_messages.cpp 692 sizeof(authenticator_type) + sizeof(timestamp) + blob_size(mac);
699 buf = append_uint32_to_buf(buf, end, authenticator_type);
708 copy_uint32_from_buf(buf_ptr, end, &authenticator_type) &&
keymaster_enforcement.cpp 472 uint32_t token_auth_type = ntoh(auth_token.authenticator_type);
  /system/keymaster/include/keymaster/
android_keymaster_messages.h 820 authenticator_type = other.authenticator_type;
832 hw_authenticator_type_t authenticator_type{};
    [all...]
  /external/nos/host/android/hals/keymaster/
proto_utils.cpp 369 HardwareAuthenticatorType authenticator_type)
371 switch (authenticator_type) {
386 nosapp::HardwareAuthenticatorType authenticator_type,
389 switch (authenticator_type) {
    [all...]
  /hardware/interfaces/confirmationui/1.0/vts/functional/
VtsHalConfirmationUIV1_0TargetTest.cpp 109 // authenticator_type (4 bytes)
  /hardware/interfaces/gatekeeper/1.0/vts/functional/
VtsHalGatekeeperV1_0TargetTest.cpp 68 uint32_t auth_type = ntohl(auth_token->authenticator_type);
  /hardware/interfaces/keymaster/3.0/
types.hal 415 // authenticator_id || authenticator_type || timestamp, with a
  /system/keymaster/ng/
AndroidKeymaster4Device.cpp 276 request.auth_token.authenticator_type = legacy_enum_conversion(authToken.authenticatorType);
  /device/generic/goldfish/fingerprint/
fingerprint.c 335 if (hat->challenge != dev->challenge && !(hat->authenticator_type & HW_AUTH_FINGERPRINT)) {
585 auth_msg.data.authenticated.hat.authenticator_type =
  /hardware/interfaces/keymaster/4.0/
types.hal     [all...]
  /prebuilts/abi-dumps/vndk/28/32/arm_armv7-a-neon/source-based/
libkeymaster_portable.so.lsdump.gz 
libkeymaster_messages.so.lsdump.gz 
libpuresoftkeymasterdevice.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/28/32/x86/source-based/
libkeymaster_portable.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/28/64/arm64_armv8-a/source-based/
libkeymaster_portable.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/28/64/arm_armv8-a/source-based/
libkeymaster_portable.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/28/64/x86/source-based/
libkeymaster_portable.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/28/64/x86_64/source-based/
libkeymaster_portable.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/28/64/x86_x86_64/source-based/
libkeymaster_portable.so.lsdump.gz 

Completed in 1460 milliseconds

1 2