Searched refs:FINGERPRINT (Results 1 – 11 of 11) sorted by relevance
7 #define FINGERPRINT "VERSION_XXX" macro10 std::cout << "BAR_" << FINGERPRINT << " " in main()
7 #define FINGERPRINT "VERSION_XXX" macro10 std::cout << "FOO_" << FINGERPRINT << " " in main()
7 #define FINGERPRINT "VERSION_XXX" macro10 std::cout << "BAZ_" << FINGERPRINT << " " in main()
7 #define FINGERPRINT "VERSION_XXX" macro10 std::cout << "PONY_" << FINGERPRINT << " " in main()
24 #define FINGERPRINT "VERSION_XXX" macro27 return std::string("SHARED_LIB_") + FINGERPRINT; in getSharedLibsTestFingerprint()
30 FINGERPRINT = 3, enumConstant
248 HardwareAuthenticatorType::FINGERPRINT => { in process_key_creation_event_stats()249 MetricsHardwareAuthenticatorType::FINGERPRINT in process_key_creation_event_stats()
732 HardwareAuthenticatorType::FINGERPRINT => Some(a.authenticatorId), in import_wrapped_key()
951 HardwareAuthenticatorType::FINGERPRINT, in lock_screen_lock_bound_key()
58 TEST_ENUM_CONVERSION(HardwareAuthenticatorType, FINGERPRINT); in TEST()
373 if (hat & static_cast<uint32_t>(KMV1::HardwareAuthenticatorType::FINGERPRINT)) { in convert()374 result |= static_cast<uint32_t>(V4_0::HardwareAuthenticatorType::FINGERPRINT); in convert()384 if ((uint32_t)h & (uint32_t)V4_0::HardwareAuthenticatorType::FINGERPRINT) { in convert()385 result |= (uint32_t)KMV1::HardwareAuthenticatorType::FINGERPRINT; in convert()