Searched refs:add (Results 1 – 8 of 8) sorted by relevance
/mcuboot-2.7.6/scripts/imgtool/ |
D | image.py | 111 def add(self, kind, payload): member in TLV 381 prot_tlv.add('SEC_CNT', payload) 384 prot_tlv.add('BOOT_RECORD', boot_record) 396 prot_tlv.add('DEPENDENCY', payload) 400 prot_tlv.add(tag, value) 413 tlv.add('SHA256', digest) 417 tlv.add('KEYHASH', pubbytes) 419 tlv.add('PUBKEY', pub) 428 tlv.add(key.sig_tlv(), sig) 448 tlv.add('ENCRSA2048', cipherkey) [all …]
|
/mcuboot-2.7.6/samples/zephyr/ |
D | test-compile.go | 116 err = b.add(testName, name, name) 125 func (b *Builds) add(baseName, zipName, fileName string) error { func
|
/mcuboot-2.7.6/docs/ |
D | readme-mynewt.md | 8 First you need to add the repo to your `project.yml`:
|
D | release.md | 12 2. MINOR version when you add functionality in a backwards-compatible 16 We add pre-release tags of the format MAJOR.MINOR.PATCH-rc1.
|
D | imgtool.md | 26 You can add the `-p` argument to `keygen`, which will cause it to 107 in use that does not automatically add this zeroed header, `--pad-header` can
|
D | ecdsa.md | 35 - First, add a `--no-pad-sig` argument to the sign command in
|
/mcuboot-2.7.6/ |
D | LICENSE | 117 do not modify the License. You may add Your own attribution 123 You may add Your own copyright statement to Your modifications and
|
/mcuboot-2.7.6/boot/cypress/MCUBootApp/ |
D | README.md | 60 Update this line and or add similar for flash map parameters to override.
|