Home
last modified time | relevance | path

Searched refs:TRUSTED_USER_PRESENCE_REQUIRED (Results 1 – 5 of 5) sorted by relevance

/system/keymaster/include/keymaster/km_openssl/
Dattestation_record.h256 TRUSTED_USER_PRESENCE_REQUIRED = convert_to_eat_claim(KM_TAG_TRUSTED_USER_PRESENCE_REQUIRED), enumerator
/system/security/keystore2/src/km_compat/
Dkm_compat_type_conversion.h584 case KMV1::Tag::TRUSTED_USER_PRESENCE_REQUIRED: in convertKeyParameterToLegacy()
893 case V4_0::Tag::TRUSTED_USER_PRESENCE_REQUIRED: in convertKeyParameterFromLegacy()
Dkm_compat.cpp126 case Tag::TRUSTED_USER_PRESENCE_REQUIRED: in isKeyCreationParameter()
/system/keymaster/km_openssl/
Dattestation_record.cpp444 submod->add(EatClaim::TRUSTED_USER_PRESENCE_REQUIRED, true); in build_eat_submod()
1765 case EatClaim::TRUSTED_USER_PRESENCE_REQUIRED: in parse_submod_values()
/system/security/keystore2/src/
Dkey_parameter.rs868 #[key_param(tag = TRUSTED_USER_PRESENCE_REQUIRED, field = BoolValue)]