Home
last modified time | relevance | path

Searched refs:BOOT_PATCHLEVEL (Results 1 – 14 of 14) sorted by relevance

/aosp12/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/1/android/hardware/security/keymint/
H A DTag.aidl89 BOOT_PATCHLEVEL = 805307087, enumConstant
/aosp12/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/current/android/hardware/security/keymint/
H A DTag.aidl89 BOOT_PATCHLEVEL = 805307087, enumConstant
/aosp12/hardware/interfaces/security/keymint/aidl/android/hardware/security/keymint/
H A DTag.aidl829 BOOT_PATCHLEVEL = TagType.UINT | 719, enumConstant
/aosp12/frameworks/base/core/java/android/security/keymaster/
H A DKeymasterDefs.java123 Tag.BOOT_PATCHLEVEL; // KM_UINT | 719;
/aosp12/hardware/interfaces/security/keymint/support/include/keymint_support/
H A Dkeymint_tags.h88 DECLARE_TYPED_TAG(BOOT_PATCHLEVEL);
/aosp12/system/keymaster/include/keymaster/km_openssl/
H A Dattestation_record.h276 BOOT_PATCHLEVEL = convert_to_eat_claim(KM_TAG_BOOT_PATCHLEVEL), enumerator
/aosp12/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
H A Dkeymaster_tags.h127 DECLARE_TYPED_TAG(BOOT_PATCHLEVEL);
/aosp12/system/security/keystore2/src/km_compat/
H A Dlib.rs457 KeyParameter { tag: Tag::BOOT_PATCHLEVEL, value: KeyParameterValue::Integer(_) } in test_get_key_characteristics()
H A Dkm_compat_type_conversion.h694 case KMV1::Tag::BOOT_PATCHLEVEL: in convertKeyParameterToLegacy()
1007 case V4_0::Tag::BOOT_PATCHLEVEL: in convertKeyParameterFromLegacy()
/aosp12/hardware/interfaces/keymaster/4.1/vts/functional/
H A DDeviceUniqueAttestationTest.cpp148 Tag::HARDWARE_TYPE, Tag::VENDOR_PATCHLEVEL, Tag::BOOT_PATCHLEVEL, in tag_in_list()
/aosp12/system/keymaster/km_openssl/
H A Dattestation_record.cpp367 submod->add(EatClaim::BOOT_PATCHLEVEL, get_uint32_value(entry)); in build_eat_submod()
1673 case EatClaim::BOOT_PATCHLEVEL: in parse_submod_values()
/aosp12/hardware/interfaces/keymaster/4.0/
H A Dtypes.hal795 * Tag::BOOT_PATCHLEVEL specifies the boot image (kernel) security patch level with which the
798 * Tag::BOOT_PATCHLEVEL value different from the currently-running system patchlevel must
812 BOOT_PATCHLEVEL = TagType:UINT | 719,
H A DIKeymasterDevice.hal132 * o Tag::BOOT_PATCHLEVEL, must be hardware-enforced.
195 * Tag::VENDOR_PATCHLEVEL, and Tag::BOOT_PATCHLEVEL must be cryptographically bound to every
408 * o Tag::OS_VERSION, Tag::OS_PATCHLEVEL, Tag::VENDOR_PATCHLEVEL and Tag::BOOT_PATCHLEVEL with
/aosp12/system/security/keystore2/src/
H A Dkey_parameter.rs937 #[key_param(tag = BOOT_PATCHLEVEL, field = Integer)]