Home
last modified time | relevance | path

Searched refs:pad (Results 1 – 8 of 8) sorted by relevance

/mcuboot-2.7.6/docs/
Decdsa.md16 at least one pad byte always be added (to set the length). This
35 - First, add a `--no-pad-sig` argument to the sign command in
38 without any padding. The `--pad-sig` argument will also be
47 the `--no-pad-sig` signature to be able to boot all generated
54 - `--no-pad-sig` will still be accepted, but have no effect.
56 - `--pad-sig` will now bring back the old padding behavior.
Dimgtool.md70 --pad-sig Add 0-2 bytes of padding to ECDSA signature
73 --pad-header Add --header-size zeroed bytes at the
77 --pad Pad image to --slot-size bytes, adding
107 in use that does not automatically add this zeroed header, `--pad-header` can
108 be passed and the `--header-size` will be added by imgtool. If `--pad-header`
119 The optional `--pad` argument will place a trailer on the image that
Drelease-notes.md217 overflow the status area, `--slot-size` was added and `--pad` was updated
222 + `--pad-header` substitutes `--included-header` with reverted semantics,
/mcuboot-2.7.6/boot/cypress/BlinkyApp/
DBlinkyApp.mk103 SIGN_ARGS := sign --header-size 1024 --pad-header --align 8 -v "2.0" -S $(SLOT_SIZE) -M 512 --overw…
117 SIGN_ARGS += --pad
/mcuboot-2.7.6/scripts/imgtool/
Dimage.py134 pad_header=False, pad=False, confirm=False, align=1, argument
146 self.pad = pad
225 if self.pad:
240 if self.pad:
358 pad = bytes(16 - pad_len)
360 self.payload += pad
362 self.payload.extend(pad)
Dmain.py301 pad_header, slot_size, pad, confirm, max_sectors, overwrite_only,
309 pad = True
311 pad_header=pad_header, pad=pad, confirm=confirm,
/mcuboot-2.7.6/scripts/
Dmcubin.bt27 uint32 pad;
75 uchar pad;
/mcuboot-2.7.6/samples/zephyr/
DMakefile159 --pad \