/mcuboot-latest/ext/tinycrypt/lib/source/ |
D | ecc_dsa.c | 206 const uECC_word_t *point; in uECC_verify() local 261 point = points[(!!uECC_vli_testBit(u1, num_bits - 1)) | in uECC_verify() 263 uECC_vli_set(rx, point, num_words); in uECC_verify() 264 uECC_vli_set(ry, point + num_words, num_words); in uECC_verify() 273 point = points[index]; in uECC_verify() 274 if (point) { in uECC_verify() 275 uECC_vli_set(tx, point, num_words); in uECC_verify() 276 uECC_vli_set(ty, point + num_words, num_words); in uECC_verify()
|
D | ecc.c | 622 uECC_word_t EccPoint_isZero(const uECC_word_t *point, uECC_Curve curve) in EccPoint_isZero() argument 624 return uECC_vli_isZero(point, curve->num_words * 2); in EccPoint_isZero() 729 void EccPoint_mult(uECC_word_t * result, const uECC_word_t * point, in EccPoint_mult() argument 742 uECC_vli_set(Rx[1], point, num_words); in EccPoint_mult() 743 uECC_vli_set(Ry[1], point + num_words, num_words); in EccPoint_mult() 759 uECC_vli_modMult_fast(z, z, point, curve); /* xP * Yb * (X1 - X0) */ in EccPoint_mult() 762 uECC_vli_modMult_fast(z, z, point + num_words, curve); in EccPoint_mult() 863 int uECC_valid_point(const uECC_word_t *point, uECC_Curve curve) in uECC_valid_point() argument 870 if (EccPoint_isZero(point, curve)) { in uECC_valid_point() 875 if (uECC_vli_cmp_unsafe(curve->p, point, num_words) != 1 || in uECC_valid_point() [all …]
|
/mcuboot-latest/samples/zephyr/hello-world/ |
D | README.rst | 2 starting point for Zephyr application development using mcuboot.
|
D | CMakeLists.txt | 10 # used as a starting point for new applications.
|
/mcuboot-latest/ext/tinycrypt/lib/include/tinycrypt/ |
D | ecc.h | 302 void EccPoint_mult(uECC_word_t * result, const uECC_word_t * point, 320 uECC_word_t EccPoint_isZero(const uECC_word_t *point, uECC_Curve curve); 505 int uECC_valid_point(const uECC_word_t *point, uECC_Curve curve);
|
/mcuboot-latest/boot/cypress/ |
D | README.md | 5 …w for PSoC 6 devices. These applications are not recomended as a starting point for development an… 7 …e with **ModusToolbox® Software Environment** are a recommended reference point to start developme…
|
/mcuboot-latest/boot/espressif/port/esp32c3/ld/ |
D | bootloader.ld | 20 /* Default entry point: */
|
/mcuboot-latest/boot/espressif/port/esp32s2/ld/ |
D | bootloader.ld | 20 /* Default entry point: */
|
/mcuboot-latest/boot/espressif/port/esp32s3/ld/ |
D | bootloader.ld | 20 /* Default entry point: */
|
/mcuboot-latest/boot/espressif/port/esp32/ld/ |
D | bootloader.ld | 25 /* Default entry point: */
|
/mcuboot-latest/boot/espressif/hal/src/ |
D | secure_boot.c | 115 …bool verified = ets_ecdsa_verify(&block->ecdsa.key.point[0], block->ecdsa.signature, block->ecdsa.… in s_calculate_image_public_key_digests()
|
/mcuboot-latest/boot/espressif/port/esp32c2/ld/ |
D | bootloader.ld | 54 /* Default entry point: */
|
/mcuboot-latest/boot/espressif/port/esp32c6/ld/ |
D | bootloader.ld | 51 /* Default entry point: */
|
/mcuboot-latest/boot/espressif/port/esp32h2/ld/ |
D | bootloader.ld | 52 /* Default entry point: */
|
/mcuboot-latest/docs/ |
D | PORTING.md | 25 so an entry point must be provided. This is likely a typical `app` for the 61 starting point and more information. This is a good place to convert
|
D | readme-nuttx.md | 31 …herals, load the Program Counter register with the application firmware image entry point address).
|
D | release.md | 99 At this point, the tag can be pushed to GitHub to make the actual release
|
D | readme-zephyr.md | 51 Zephyr's point of view. There is a bit of configuration that needs to 125 at which point the bootloader should perform an upgrade. It is up to
|
D | readme-espressif.md | 885 The following diagrams illustrate a memory organization from the bootloader point of view (notice
|
/mcuboot-latest/boot/cypress/platforms/PSOC_062_2M/CM0P/GCC_ARM/ |
D | cy8c6xxa_cm0plus.ld | 11 * \note The entry point location is fixed and starts at 0x10000000. The valid
|
/mcuboot-latest/boot/cypress/BlinkyApp/linker/ |
D | BlinkyApp_template.ld | 11 * \note The entry point location is fixed and starts at 0x10000000. The valid
|
/mcuboot-latest/boot/cypress/MCUBootApp/ |
D | MCUBootApp.ld | 11 * \note The entry point location is fixed and starts at 0x10000000. The valid
|
/mcuboot-latest/boot/espressif/ |
D | CMakeLists.txt | 55 # This flag is needed when redefining a different compiler toolchain at this point
|
/mcuboot-latest/boot/cypress/platforms/PSOC_062_2M/CM4/GCC_ARM/ |
D | cy8c6xxa_cm4_dual.ld | 11 * \note The entry point location is fixed and starts at 0x10000000. The valid
|
/mcuboot-latest/ext/fiat/src/ |
D | curve25519.c | 1228 const uint8_t point[32]) { in x25519_scalar_mult_generic() 1255 fe_frombytes(&x1, point); in x25519_scalar_mult_generic()
|