Home
last modified time | relevance | path

Searched refs:EARLY_BOOT_ONLY (Results 1 – 8 of 8) sorted by relevance

/system/security/keystore2/test_utils/
Dauthorizations.rs285 tag: Tag::EARLY_BOOT_ONLY, in early_boot_only()
Dkey_generations.rs73 Tag::EARLY_BOOT_ONLY,
/system/keymaster/include/keymaster/km_openssl/
Dattestation_record.h254 EARLY_BOOT_ONLY = convert_to_eat_claim(KM_TAG_EARLY_BOOT_ONLY), enumerator
/system/keymint/hal/src/
Dhal.rs318 KeyParam::EarlyBootOnly => (Tag::EARLY_BOOT_ONLY, KeyParameterValue::BoolValue(true)), in fromm()
604 keymint::Tag::Tag::EARLY_BOOT_ONLY => { in try_fromm()
/system/security/keystore2/src/km_compat/
Dkm_compat_type_conversion.h530 case KMV1::Tag::EARLY_BOOT_ONLY: in convertKeyParameterToLegacy()
1052 case V4_1::Tag::EARLY_BOOT_ONLY: in convertKeyParameterFromLegacy()
Dkm_compat.cpp112 case Tag::EARLY_BOOT_ONLY: in isKeyCreationParameter()
/system/keymaster/km_openssl/
Dattestation_record.cpp416 submod->add(EatClaim::EARLY_BOOT_ONLY, true); in build_eat_submod()
1771 case EatClaim::EARLY_BOOT_ONLY: in parse_submod_values()
/system/security/keystore2/src/
Dkey_parameter.rs878 #[key_param(tag = EARLY_BOOT_ONLY, field = BoolValue)]