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 D | Tag.aidl | 89 BOOT_PATCHLEVEL = 805307087, enumConstant
|
/aosp12/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/current/android/hardware/security/keymint/ |
H A D | Tag.aidl | 89 BOOT_PATCHLEVEL = 805307087, enumConstant
|
/aosp12/hardware/interfaces/security/keymint/aidl/android/hardware/security/keymint/ |
H A D | Tag.aidl | 829 BOOT_PATCHLEVEL = TagType.UINT | 719, enumConstant
|
/aosp12/frameworks/base/core/java/android/security/keymaster/ |
H A D | KeymasterDefs.java | 123 Tag.BOOT_PATCHLEVEL; // KM_UINT | 719;
|
/aosp12/hardware/interfaces/security/keymint/support/include/keymint_support/ |
H A D | keymint_tags.h | 88 DECLARE_TYPED_TAG(BOOT_PATCHLEVEL);
|
/aosp12/system/keymaster/include/keymaster/km_openssl/ |
H A D | attestation_record.h | 276 BOOT_PATCHLEVEL = convert_to_eat_claim(KM_TAG_BOOT_PATCHLEVEL), enumerator
|
/aosp12/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/ |
H A D | keymaster_tags.h | 127 DECLARE_TYPED_TAG(BOOT_PATCHLEVEL);
|
/aosp12/system/security/keystore2/src/km_compat/ |
H A D | lib.rs | 457 KeyParameter { tag: Tag::BOOT_PATCHLEVEL, value: KeyParameterValue::Integer(_) } in test_get_key_characteristics()
|
H A D | km_compat_type_conversion.h | 694 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 D | DeviceUniqueAttestationTest.cpp | 148 Tag::HARDWARE_TYPE, Tag::VENDOR_PATCHLEVEL, Tag::BOOT_PATCHLEVEL, in tag_in_list()
|
/aosp12/system/keymaster/km_openssl/ |
H A D | attestation_record.cpp | 367 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 D | types.hal | 795 * 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 D | IKeymasterDevice.hal | 132 * 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 D | key_parameter.rs | 937 #[key_param(tag = BOOT_PATCHLEVEL, field = Integer)]
|