Home
last modified time | relevance | path

Searched defs:boot_patch_level (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/tools/security/remote_provisioning/hwtrust/src/rkp/
H A Ddevice_info.rs35 pub boot_patch_level: u32, field
/aosp_15_r20/tools/security/remote_provisioning/hwtrust/src/cbor/rkp/
H A Ddevice_info.rs24 let mut boot_patch_level = FieldValue::new("boot_patch_level"); in from_cbor_values() localVariable
/aosp_15_r20/system/keymaster/include/keymaster/km_openssl/
H A Dattestation_record.h121 ASN1_INTEGER* boot_patch_level; member
/aosp_15_r20/hardware/interfaces/security/keymint/aidl/vts/functional/
H A DKeyMintAidlTestBase.cpp226 uint32_t KeyMintAidlTestBase::boot_patch_level( in boot_patch_level() function in aidl::android::hardware::security::keymint::test::KeyMintAidlTestBase
244 uint32_t KeyMintAidlTestBase::boot_patch_level() { in boot_patch_level() function in aidl::android::hardware::security::keymint::test::KeyMintAidlTestBase
/aosp_15_r20/system/keymaster/android_keymaster/
H A Dandroid_keymaster.cpp1020 auto boot_patch_level = context_->GetBootPatchlevel(); in GetRootOfTrust() local