/mcuboot-latest/ext/tinycrypt/lib/source/ |
D | sha256.c | 183 unsigned int a, b, c, d, e, f, g, h; in compress() local 191 e = iv[4]; f = iv[5]; g = iv[6]; h = iv[7]; in compress() 196 t1 += h + Sigma1(e) + Ch(e, f, g) + k256[i]; in compress() 198 h = g; g = f; f = e; e = d + t1; in compress() 209 t1 += h + Sigma1(e) + Ch(e, f, g) + k256[i]; in compress() 211 h = g; g = f; f = e; e = d + t1; in compress() 216 iv[4] += e; iv[5] += f; iv[6] += g; iv[7] += h; in compress()
|
/mcuboot-latest/ext/tinycrypt-sha512/lib/source/ |
D | sha512.c | 200 uint64_t a, b, c, d, e, f, g, h; in compress() local 208 e = iv[4]; f = iv[5]; g = iv[6]; h = iv[7]; in compress() 213 t1 += h + Sigma1(e) + Ch(e, f, g) + k512[i]; in compress() 215 h = g; g = f; f = e; e = d + t1; in compress() 226 t1 += h + Sigma1(e) + Ch(e, f, g) + k512[i]; in compress() 228 h = g; g = f; f = e; e = d + t1; in compress() 233 iv[4] += e; iv[5] += f; iv[6] += g; iv[7] += h; in compress()
|
/mcuboot-latest/boot/espressif/tools/ |
D | toolchain-esp32s2.cmake | 4 set(CMAKE_CXX_COMPILER xtensa-esp32s2-elf-g++)
|
D | toolchain-esp32c3.cmake | 4 set(CMAKE_CXX_COMPILER riscv32-esp-elf-g++)
|
D | toolchain-esp32c6.cmake | 8 set(CMAKE_CXX_COMPILER riscv32-esp-elf-g++)
|
D | toolchain-esp32h2.cmake | 8 set(CMAKE_CXX_COMPILER riscv32-esp-elf-g++)
|
D | toolchain-esp32.cmake | 4 set(CMAKE_CXX_COMPILER xtensa-esp32-elf-g++)
|
D | toolchain-esp32c2.cmake | 8 set(CMAKE_CXX_COMPILER riscv32-esp-elf-g++)
|
D | toolchain-esp32s3.cmake | 8 set(CMAKE_CXX_COMPILER xtensa-esp32s3-elf-g++)
|
/mcuboot-latest/samples/zephyr/bad-keys/ |
D | bad-rsa-2048.pem | 13 Tro2WKhRAoGBANoAT73haGrUb9ZSdzpu5qOD0eaQZPCIlubRrT5BCXPS2xVIGe+g
|
/mcuboot-latest/ext/fiat/src/ |
D | curve25519.c | 159 static void fe_add(fe_loose *h, const fe *f, const fe *g) { in fe_add() argument 161 assert_fe(g->v); in fe_add() 162 fiat_25519_add(h->v, f->v, g->v); in fe_add() 168 static void fe_sub(fe_loose *h, const fe *f, const fe *g) { in fe_sub() argument 170 assert_fe(g->v); in fe_sub() 171 fiat_25519_sub(h->v, f->v, g->v); in fe_sub() 190 static void fe_mul_ltt(fe_loose *h, const fe *f, const fe *g) { in fe_mul_ltt() argument 191 fe_mul_impl(h->v, f->v, g->v); in fe_mul_ltt() 194 static void fe_mul_ttt(fe *h, const fe *f, const fe *g) { in fe_mul_ttt() argument 195 fe_mul_impl(h->v, f->v, g->v); in fe_mul_ttt() [all …]
|
/mcuboot-latest/samples/compression_test/ |
D | README.txt | 16 g++ bootloader/mcuboot/samples/compression_test/independent_cmp.c -o indcmp
|
/mcuboot-latest/samples/zephyr/ |
D | README.md | 13 installed on most systems using the system package manager, e.g., for
|
/mcuboot-latest/ext/tinycrypt/lib/include/tinycrypt/ |
D | ecc.h | 154 #define BYTES_TO_WORDS_8(a, b, c, d, e, f, g, h) 0x##d##c##b##a, 0x##h##g##f##e argument
|
/mcuboot-latest/docs/ |
D | readme-nuttx.md | 21 … via character device drivers using standard POSIX filesystem operations (e.g. `open()` / `close()… 31 …g the required actions in order to boot a new application firmware image (e.g. deinitialize periph…
|
D | readme-riot.md | 24 (e.g. `export IMAGE_VERSION= 1.1.1+1`. This variable can be either
|
D | readme-zephyr.md | 170 size of the 2 partitions (e.g. if a device has a primary slot in main flash 173 The number of sectors must also be evenly divisable by this sector size, e.g. 175 needs adding to the .dts file for the board, e.g. for the nrf52dk_nrf52832 200 the cost of vastly reducing flash lifespan, e.g. for a 32KB firmware update
|
D | index.md | 89 * [Our developer mailing list](https://groups.io/g/MCUBoot)
|
D | imgtool.md | 111 component (e.g. CoFM for coprocessor
|
/mcuboot-latest/ |
D | README.md | 83 * [Our developer mailing list](https://groups.io/g/MCUBoot)
|
/mcuboot-latest/boot/cypress/platforms/PSOC_062_2M/CM0P/GCC_ARM/ |
D | cy8c6xxa_cm0plus.ld | 71 … * Note some middleware (e.g. BLE, Emulated EEPROM) can place their data into this memory region.
|
/mcuboot-latest/boot/cypress/BlinkyApp/linker/ |
D | BlinkyApp_template.ld | 75 … * Note some middleware (e.g. BLE, Emulated EEPROM) can place their data into this memory region.
|
/mcuboot-latest/boot/cypress/MCUBootApp/ |
D | MCUBootApp.ld | 72 … * Note some middleware (e.g. BLE, Emulated EEPROM) can place their data into this memory region.
|
/mcuboot-latest/boot/espressif/ |
D | CMakeLists.txt | 43 file(GLOB CXX_COMPILER_BIN "${TOOLCHAIN_BIN_DIR}/*${MCUBOOT_ARCH}*elf-g++")
|
/mcuboot-latest/boot/cypress/platforms/PSOC_062_2M/CM4/GCC_ARM/ |
D | cy8c6xxa_cm4_dual.ld | 74 … * Note some middleware (e.g. BLE, Emulated EEPROM) can place their data into this memory region.
|