Home
last modified time | relevance | path

Searched refs:g (Results 1 – 25 of 29) sorted by relevance

12

/mcuboot-latest/ext/tinycrypt/lib/source/
Dsha256.c183 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/
Dsha512.c200 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/
Dtoolchain-esp32s2.cmake4 set(CMAKE_CXX_COMPILER xtensa-esp32s2-elf-g++)
Dtoolchain-esp32c3.cmake4 set(CMAKE_CXX_COMPILER riscv32-esp-elf-g++)
Dtoolchain-esp32c6.cmake8 set(CMAKE_CXX_COMPILER riscv32-esp-elf-g++)
Dtoolchain-esp32h2.cmake8 set(CMAKE_CXX_COMPILER riscv32-esp-elf-g++)
Dtoolchain-esp32.cmake4 set(CMAKE_CXX_COMPILER xtensa-esp32-elf-g++)
Dtoolchain-esp32c2.cmake8 set(CMAKE_CXX_COMPILER riscv32-esp-elf-g++)
Dtoolchain-esp32s3.cmake8 set(CMAKE_CXX_COMPILER xtensa-esp32s3-elf-g++)
/mcuboot-latest/samples/zephyr/bad-keys/
Dbad-rsa-2048.pem13 Tro2WKhRAoGBANoAT73haGrUb9ZSdzpu5qOD0eaQZPCIlubRrT5BCXPS2xVIGe+g
/mcuboot-latest/ext/fiat/src/
Dcurve25519.c159 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/
DREADME.txt16 g++ bootloader/mcuboot/samples/compression_test/independent_cmp.c -o indcmp
/mcuboot-latest/samples/zephyr/
DREADME.md13 installed on most systems using the system package manager, e.g., for
/mcuboot-latest/ext/tinycrypt/lib/include/tinycrypt/
Decc.h154 #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/
Dreadme-nuttx.md21 … 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…
Dreadme-riot.md24 (e.g. `export IMAGE_VERSION= 1.1.1+1`. This variable can be either
Dreadme-zephyr.md170 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
Dindex.md89 * [Our developer mailing list](https://groups.io/g/MCUBoot)
Dimgtool.md111 component (e.g. CoFM for coprocessor
/mcuboot-latest/
DREADME.md83 * [Our developer mailing list](https://groups.io/g/MCUBoot)
/mcuboot-latest/boot/cypress/platforms/PSOC_062_2M/CM0P/GCC_ARM/
Dcy8c6xxa_cm0plus.ld71 … * Note some middleware (e.g. BLE, Emulated EEPROM) can place their data into this memory region.
/mcuboot-latest/boot/cypress/BlinkyApp/linker/
DBlinkyApp_template.ld75 … * Note some middleware (e.g. BLE, Emulated EEPROM) can place their data into this memory region.
/mcuboot-latest/boot/cypress/MCUBootApp/
DMCUBootApp.ld72 … * Note some middleware (e.g. BLE, Emulated EEPROM) can place their data into this memory region.
/mcuboot-latest/boot/espressif/
DCMakeLists.txt43 file(GLOB CXX_COMPILER_BIN "${TOOLCHAIN_BIN_DIR}/*${MCUBOOT_ARCH}*elf-g++")
/mcuboot-latest/boot/cypress/platforms/PSOC_062_2M/CM4/GCC_ARM/
Dcy8c6xxa_cm4_dual.ld74 … * Note some middleware (e.g. BLE, Emulated EEPROM) can place their data into this memory region.

12