Searched refs:patch_bundle (Results 1 – 6 of 6) sorted by relevance
| /trusted-firmware-m-latest/platform/ext/target/arm/rse/common/provisioning/ |
| D | provisioning_common_utils.py | 15 def patch_binary(binary, patch_bundle, offset): argument 16 return binary[:offset] + patch_bundle + binary[offset + len(patch_bundle):]
|
| /trusted-firmware-m-latest/platform/ext/target/armchina/mps3/common/provisioning/ |
| D | create_provisioning_bundle.py | 97 patch_bundle = struct_pack([ variable 104 values = struct_pack([patch_bundle, values[len(patch_bundle):]],
|
| /trusted-firmware-m-latest/platform/ext/common/provisioning_bundle/ |
| D | create_provisioning_bundle.py | 97 patch_bundle = struct_pack([ variable 104 values = struct_pack([patch_bundle, values[len(patch_bundle):]],
|
| /trusted-firmware-m-latest/platform/ext/target/arm/mps4/corstone315/provisioning/ |
| D | create_provisioning_bundle.py | 94 patch_bundle = struct_pack([ variable 102 values = struct_pack([patch_bundle, values[len(patch_bundle):]],
|
| /trusted-firmware-m-latest/platform/ext/target/arm/rse/common/provisioning/bundle_cm/ |
| D | create_cm_provisioning_bundle.py | 66 patch_bundle = struct_pack([ variable 72 values = patch_binary(values, patch_bundle, 0)
|
| /trusted-firmware-m-latest/platform/ext/target/arm/rse/common/provisioning/bundle_dm/ |
| D | create_dm_provisioning_bundle.py | 130 patch_bundle = struct_pack([ variable 136 values = patch_binary(values, patch_bundle, 0)
|