Home
last modified time | relevance | path

Searched refs:VENDOR_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.aidl88 VENDOR_PATCHLEVEL = 805307086, enumConstant
/aosp12/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/current/android/hardware/security/keymint/
H A DTag.aidl88 VENDOR_PATCHLEVEL = 805307086, enumConstant
/aosp12/hardware/interfaces/security/keymint/aidl/android/hardware/security/keymint/
H A DTag.aidl809 VENDOR_PATCHLEVEL = TagType.UINT | 718, enumConstant
/aosp12/frameworks/base/core/java/android/security/keymaster/
H A DKeymasterDefs.java121 Tag.VENDOR_PATCHLEVEL; // KM_UINT | 718;
/aosp12/hardware/interfaces/security/keymint/support/include/keymint_support/
H A Dkeymint_tags.h127 DECLARE_TYPED_TAG(VENDOR_PATCHLEVEL);
/aosp12/system/keymaster/include/keymaster/km_openssl/
H A Dattestation_record.h275 VENDOR_PATCHLEVEL = convert_to_eat_claim(KM_TAG_VENDOR_PATCHLEVEL), enumerator
/aosp12/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
H A Dkeymaster_tags.h161 DECLARE_TYPED_TAG(VENDOR_PATCHLEVEL);
/aosp12/system/security/keystore2/src/km_compat/
H A Dlib.rs453 KeyParameter { tag: Tag::VENDOR_PATCHLEVEL, value: KeyParameterValue::Integer(_) } in test_get_key_characteristics()
H A Dkm_compat_type_conversion.h689 case KMV1::Tag::VENDOR_PATCHLEVEL: in convertKeyParameterToLegacy()
1002 case V4_0::Tag::VENDOR_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.cpp364 submod->add(EatClaim::VENDOR_PATCHLEVEL, get_uint32_value(entry)); in build_eat_submod()
1677 case EatClaim::VENDOR_PATCHLEVEL: in parse_submod_values()
/aosp12/hardware/interfaces/keymaster/4.0/
H A Dtypes.hal773 * Tag::VENDOR_PATCHLEVEL specifies the vendor image security patch level with which the key may
775 * authorization list by the TA. Any attempt to use a key with a Tag::VENDOR_PATCHLEVEL value
792 VENDOR_PATCHLEVEL = TagType:UINT | 718,
H A DIKeymasterDevice.hal131 * o Tag::VENDOR_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.rs934 #[key_param(tag = VENDOR_PATCHLEVEL, field = Integer)]