Home
last modified time | relevance | path

Searched refs:source (Results 1 – 25 of 30) sorted by relevance

12

/mcuboot-latest/ptest/
DCargo.lock8 source = "registry+https://github.com/rust-lang/crates.io-index"
17 source = "registry+https://github.com/rust-lang/crates.io-index"
23 source = "registry+https://github.com/rust-lang/crates.io-index"
32 source = "registry+https://github.com/rust-lang/crates.io-index"
43 source = "registry+https://github.com/rust-lang/crates.io-index"
49 source = "registry+https://github.com/rust-lang/crates.io-index"
64 source = "registry+https://github.com/rust-lang/crates.io-index"
70 source = "registry+https://github.com/rust-lang/crates.io-index"
76 source = "registry+https://github.com/rust-lang/crates.io-index"
82 source = "registry+https://github.com/rust-lang/crates.io-index"
[all …]
/mcuboot-latest/
DCargo.lock8 source = "registry+https://github.com/rust-lang/crates.io-index"
21 source = "registry+https://github.com/rust-lang/crates.io-index"
30 source = "registry+https://github.com/rust-lang/crates.io-index"
41 source = "registry+https://github.com/rust-lang/crates.io-index"
70 source = "registry+https://github.com/rust-lang/crates.io-index"
76 source = "registry+https://github.com/rust-lang/crates.io-index"
82 source = "registry+https://github.com/rust-lang/crates.io-index"
88 source = "registry+https://github.com/rust-lang/crates.io-index"
94 source = "registry+https://github.com/rust-lang/crates.io-index"
103 source = "registry+https://github.com/rust-lang/crates.io-index"
[all …]
D.gitignore25 # Python egg metadata, regenerated from source files by setuptools.
D.travis.yml-disabled52 ## Max profile is not tested as it requires HW entropy source which is not
DLICENSE27 including but not limited to software source code, documentation
28 source, and configuration files.
56 communication on electronic mailing lists, source code control systems,
DREADME.md64 You can find additional documentation on the bootloader in the source files.
/mcuboot-latest/boot/espressif/include/crypto_config/
Dec256.cmake24 ${TINYCRYPT_DIR}/source/utils.c
25 ${TINYCRYPT_DIR}/source/sha256.c
26 ${TINYCRYPT_DIR}/source/ecc.c
27 ${TINYCRYPT_DIR}/source/ecc_dsa.c
Ded25519.cmake26 ${TINYCRYPT_DIR}/source/utils.c
27 ${TINYCRYPT_DIR}/source/sha256.c
28 ${TINYCRYPT512_DIR}/source/sha512.c
/mcuboot-latest/boot/zephyr/
DCMakeLists.txt19 # Path to tinycrypt library source subdirectory of MCUBOOT_DIR.
117 # library which might be common source code for MCUBoot and an application
164 ${TINYCRYPT_DIR}/source/ecc.c
165 ${TINYCRYPT_DIR}/source/ecc_dsa.c
166 ${TINYCRYPT_DIR}/source/sha256.c
167 ${TINYCRYPT_DIR}/source/utils.c
188 ${TINYCRYPT_DIR}/source/sha256.c
189 ${TINYCRYPT_DIR}/source/utils.c
211 ${TINYCRYPT_DIR}/source/sha256.c
212 ${TINYCRYPT_DIR}/source/utils.c
[all …]
DKconfig202 The key file will be parsed by imgtool's getpub command and a .c source
434 The key file will be parsed by imgtool's getpriv command and a .c source
577 entropy source.
648 source "subsys/logging/Kconfig.template.log_config"
758 update. It is up to the project customization to add required source
890 source "Kconfig.zephyr"
/mcuboot-latest/scripts/
Dassemble.py83 def add_image(self, source, partition): argument
92 with open(source, 'rb') as rfd:
95 raise Exception("Image {} is too large for partition".format(source))
/mcuboot-latest/ext/tinycrypt/
DLICENSE10 Redistribution and use in source and binary forms, with or without modification,
13 - Redistributions of source code must retain the above copyright notice, this
42 Redistribution and use in source and binary forms, with or without modification,
44 * Redistributions of source code must retain the above copyright notice, this
DREADME10 Redistribution and use in source and binary forms, with or without modification,
13 - Redistributions of source code must retain the above copyright notice, this
52 /lib: C source code of the cryptographic primitives.
/mcuboot-latest/boot/cypress/
D.gitignore25 # Python egg metadata, regenerated from source files by setuptools.
DREADME.md44 To retrieve source code with subsequent submodules pull:
75 * Eclipse / ModusToolbox ("makefile project from existing source")
/mcuboot-latest/boot/bootutil/src/
Dswap_scratch.c351 uint8_t source; in swap_status_source() local
384 source = table->bst_status_source; in swap_status_source()
391 if (source == BOOT_STATUS_SOURCE_SCRATCH && in swap_status_source()
393 source = BOOT_STATUS_SOURCE_NONE; in swap_status_source()
398 source == BOOT_STATUS_SOURCE_NONE ? "none" : in swap_status_source()
399 source == BOOT_STATUS_SOURCE_SCRATCH ? "scratch" : in swap_status_source()
400 source == BOOT_STATUS_SOURCE_PRIMARY_SLOT ? in swap_status_source()
402 return source; in swap_status_source()
Dswap_misc.c139 bs->source = swap_status_source(state); in swap_read_status()
140 switch (bs->source) { in swap_read_status()
Dswap_move.c348 uint8_t source; in swap_status_source() local
373 source = BOOT_STATUS_SOURCE_PRIMARY_SLOT; in swap_status_source()
376 return source; in swap_status_source()
405 if (bs->source != BOOT_STATUS_SOURCE_PRIMARY_SLOT) { in boot_move_sector_up()
Dbootutil_priv.h99 int source; /* Which slot contains swap status metadata */ member
/mcuboot-latest/docs/
DSubmittingPatches.md69 have the right to submit it under the open source license
73 of my knowledge, is covered under an appropriate open source
76 by me, under the same open source license (unless I am
88 this project or the open source license(s) involved.
DGemfile.lock12 coffee-script-source
14 coffee-script-source (1.11.1)
108 coffee-script-source (~> 1.11.1)
DGemfile1 source "https://rubygems.org"
Dindex.md70 You can find additional documentation on the bootloader in the source files.
/mcuboot-latest/ext/fiat/
DREADME.md12 the desired field operation). The "source" file specifying the finite field and
29 The corresponding "source" file is
/mcuboot-latest/boot/espressif/
DCMakeLists.txt189 ${TINYCRYPT_DIR}/source/sha256.c
190 ${TINYCRYPT_DIR}/source/utils.c

12