Home
last modified time | relevance | path

Searched defs:boot_patchlevel (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/keymaster/include/keymaster/contexts/
H A Dpure_soft_keymaster_context.h102 keymaster_error_t SetBootPatchlevel(uint32_t boot_patchlevel) override { in SetBootPatchlevel()
/aosp12/system/keymaster/key_blob_utils/
H A Dsoftware_keyblobs.cpp387 std::optional<uint32_t> boot_patchlevel) { in ExtendKeyBlobAuthorizations()
412 std::optional<uint32_t> boot_patchlevel, in FullUpgradeSoftKeyBlob()
/aosp12/hardware/interfaces/security/keymint/support/
H A Dattestation_record.cpp105 ASN1_INTEGER* boot_patchlevel; member
/aosp12/hardware/interfaces/keymaster/4.0/support/
H A Dattestation_record.cpp102 ASN1_INTEGER* boot_patchlevel; member
/aosp12/hardware/interfaces/keymaster/4.1/support/
H A Dattestation_record.cpp111 ASN1_INTEGER* boot_patchlevel; member
/aosp12/system/keymaster/android_keymaster/
H A Dandroid_keymaster.cpp93 auto boot_patchlevel = context.GetBootPatchlevel(); in CheckVersionInfo() local