/mcuboot-latest/ptest/ |
D | Cargo.lock | 8 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/ |
D | Cargo.lock | 8 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 | .gitignore | 25 # Python egg metadata, regenerated from source files by setuptools.
|
D | .travis.yml-disabled | 52 ## Max profile is not tested as it requires HW entropy source which is not
|
D | LICENSE | 27 including but not limited to software source code, documentation 28 source, and configuration files. 56 communication on electronic mailing lists, source code control systems,
|
/mcuboot-latest/boot/espressif/include/crypto_config/ |
D | ec256.cmake | 24 ${TINYCRYPT_DIR}/source/utils.c 25 ${TINYCRYPT_DIR}/source/sha256.c 26 ${TINYCRYPT_DIR}/source/ecc.c 27 ${TINYCRYPT_DIR}/source/ecc_dsa.c
|
D | ed25519.cmake | 26 ${TINYCRYPT_DIR}/source/utils.c 27 ${TINYCRYPT_DIR}/source/sha256.c 28 ${TINYCRYPT512_DIR}/source/sha512.c
|
/mcuboot-latest/scripts/ |
D | assemble.py | 83 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/boot/zephyr/ |
D | CMakeLists.txt | 13 set(EXTRA_ZEPHYR_MODULES "${CMAKE_SOURCE_DIR}/../../samples/runtime-source/zephyr/hooks") 25 # Path to tinycrypt library source subdirectory of MCUBOOT_DIR. 125 # library which might be common source code for MCUBoot and an application 198 ${TINYCRYPT_DIR}/source/ecc.c 199 ${TINYCRYPT_DIR}/source/ecc_dsa.c 200 ${TINYCRYPT_DIR}/source/sha256.c 201 ${TINYCRYPT_DIR}/source/utils.c 222 ${TINYCRYPT_DIR}/source/sha256.c 223 ${TINYCRYPT_DIR}/source/utils.c 254 ${TINYCRYPT_DIR}/source/sha256.c [all …]
|
D | Kconfig | 260 The key file will be parsed by imgtool's getpub command and a .c source 542 The key file will be parsed by imgtool's getpriv command and a .c source 685 entropy source. 756 source "subsys/logging/Kconfig.template.log_config" 866 update. It is up to the project customization to add required source 874 add required source files to the build. 881 add required source files to the build. 1012 source "Kconfig.zephyr"
|
/mcuboot-latest/ext/tinycrypt/ |
D | LICENSE | 10 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
|
D | README | 10 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 | .gitignore | 25 # Python egg metadata, regenerated from source files by setuptools.
|
D | README.md | 44 To retrieve source code with subsequent submodules pull: 75 * Eclipse / ModusToolbox ("makefile project from existing source")
|
/mcuboot-latest/samples/runtime-source/zephyr/ |
D | README.md | 13 source <path-to-zephyr>/zephyr-env.sh 23 app directory (mcuboot/samples/non-flash-source/zephyr/app), run:
|
/mcuboot-latest/boot/bootutil/src/ |
D | swap_scratch.c | 351 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()
|
D | swap_misc.c | 139 bs->source = swap_status_source(state); in swap_read_status() 140 switch (bs->source) { in swap_read_status()
|
D | swap_move.c | 348 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()
|
D | swap_offset.c | 424 uint8_t source; local 445 source = BOOT_STATUS_SOURCE_PRIMARY_SLOT; 448 return source; 676 if (bs->source != BOOT_STATUS_SOURCE_PRIMARY_SLOT) {
|
/mcuboot-latest/docs/ |
D | SubmittingPatches.md | 69 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.
|
D | Gemfile.lock | 12 coffee-script-source 14 coffee-script-source (1.11.1) 108 coffee-script-source (~> 1.11.1)
|
D | Gemfile | 1 source "https://rubygems.org"
|
/mcuboot-latest/boot/mbed/ |
D | mcuboot_imgtool.cmake | 182 # Generate a C source file with signing keys in it at the given location. 183 # The file should be added as a source file to a library built in the same directory. 195 COMMENT "Converting signing key to C source..." 202 # Generate a C source file with the encryption private key in it at the given location. 203 # The file should be added as a source file to a library built in the same directory. 215 COMMENT "Converting encryption key to C source..."
|
D | CMakeLists.txt | 39 # Add signing key generated source file
|
/mcuboot-latest/ext/fiat/ |
D | README.md | 12 the desired field operation). The "source" file specifying the finite field and 29 The corresponding "source" file is
|