/aosp_15_r20/trusty/user/app/keymint/ |
D | ipc_manager.rs | 209 boot_patchlevel: RefCell<Option<u32>>, field 896 let boot_patchlevel = 0x20201010; in send_setbootparams_configure_setbootparams_configure() localVariable 930 let boot_patchlevel = 0x20201010; in send_configure_configure_setbootparams_setbootparams() localVariable 1015 let boot_patchlevel = 0x20201010; in send_setbootparams_setbootparams_configure_configure() localVariable 1044 let boot_patchlevel = 0x20201010; in send_configure_setbootparams_setbootparams_configure() localVariable
|
/aosp_15_r20/system/keymaster/key_blob_utils/ |
H A D | software_keyblobs.cpp | 394 std::optional<uint32_t> boot_patchlevel) { in ExtendKeyBlobAuthorizations() 419 std::optional<uint32_t> boot_patchlevel, in FullUpgradeSoftKeyBlob()
|
/aosp_15_r20/hardware/interfaces/security/keymint/aidl/default/hal/ |
H A D | lib.rs | 89 let boot_patchlevel = in get_boot_info() localVariable
|
/aosp_15_r20/trusty/user/app/keymaster/ |
D | trusty_remote_provisioning_context.h | 63 void SetBootPatchlevel(uint32_t boot_patchlevel) { in SetBootPatchlevel()
|
D | trusty_keymaster_context.h | 179 keymaster_error_t SetBootPatchlevel(uint32_t boot_patchlevel) override { in SetBootPatchlevel()
|
/aosp_15_r20/device/google/cuttlefish/host/commands/secure_env/ |
D | tpm_remote_provisioning_context.cpp | 165 void TpmRemoteProvisioningContext::SetBootPatchlevel(uint32_t boot_patchlevel) { in SetBootPatchlevel()
|
D | tpm_key_blob_maker.cpp | 287 keymaster_error_t TpmKeyBlobMaker::SetBootPatchlevel(uint32_t boot_patchlevel) { in SetBootPatchlevel()
|
D | proxy_keymaster_context.h | 150 keymaster_error_t SetBootPatchlevel(uint32_t boot_patchlevel) override { in SetBootPatchlevel()
|
D | tpm_keymaster_context.cpp | 664 uint32_t boot_patchlevel) { in SetBootPatchlevel()
|
/aosp_15_r20/system/keymaster/contexts/ |
H A D | pure_soft_remote_provisioning_context.cpp | 238 void PureSoftRemoteProvisioningContext::SetBootPatchlevel(uint32_t boot_patchlevel) { in SetBootPatchlevel()
|
H A D | pure_soft_keymaster_context.cpp | 132 keymaster_error_t PureSoftKeymasterContext::SetBootPatchlevel(uint32_t boot_patchlevel) { in SetBootPatchlevel()
|
/aosp_15_r20/hardware/interfaces/keymaster/4.1/support/ |
H A D | attestation_record.cpp | 111 ASN1_INTEGER* boot_patchlevel; member
|
/aosp_15_r20/hardware/interfaces/keymaster/4.0/support/ |
H A D | attestation_record.cpp | 102 ASN1_INTEGER* boot_patchlevel; member
|
/aosp_15_r20/hardware/interfaces/security/keymint/support/ |
H A D | attestation_record.cpp | 105 ASN1_INTEGER* boot_patchlevel; member
|
/aosp_15_r20/system/keymaster/android_keymaster/ |
H A D | android_keymaster.cpp | 97 auto boot_patchlevel = context.GetBootPatchlevel(); in CheckVersionInfo() local
|
/aosp_15_r20/system/keymint/wire/src/ |
H A D | types.rs | 383 pub boot_patchlevel: u32, // YYYYMMDD format field
|
H A D | legacy.rs | 424 pub boot_patchlevel: u32, // YYYMMDD field
|
H A D | keymint.rs | 89 pub boot_patchlevel: u32, // YYYYMMDD format field
|