Home
last modified time | relevance | path

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

/mcuboot-latest/ext/tinycrypt/lib/source/
Decc_dsa.c206 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()
Decc.c622 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/
DREADME.rst2 starting point for Zephyr application development using mcuboot.
DCMakeLists.txt10 # used as a starting point for new applications.
/mcuboot-latest/ext/tinycrypt/lib/include/tinycrypt/
Decc.h302 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/
DREADME.md5 …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/
Dbootloader.ld20 /* Default entry point: */
/mcuboot-latest/boot/espressif/port/esp32s2/ld/
Dbootloader.ld20 /* Default entry point: */
/mcuboot-latest/boot/espressif/port/esp32s3/ld/
Dbootloader.ld20 /* Default entry point: */
/mcuboot-latest/boot/espressif/port/esp32/ld/
Dbootloader.ld25 /* Default entry point: */
/mcuboot-latest/boot/espressif/hal/src/
Dsecure_boot.c115 …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/
Dbootloader.ld54 /* Default entry point: */
/mcuboot-latest/boot/espressif/port/esp32c6/ld/
Dbootloader.ld51 /* Default entry point: */
/mcuboot-latest/boot/espressif/port/esp32h2/ld/
Dbootloader.ld52 /* Default entry point: */
/mcuboot-latest/docs/
DPORTING.md25 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
Dreadme-nuttx.md31 …herals, load the Program Counter register with the application firmware image entry point address).
Drelease.md99 At this point, the tag can be pushed to GitHub to make the actual release
Dreadme-zephyr.md51 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
Dreadme-espressif.md885 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/
Dcy8c6xxa_cm0plus.ld11 * \note The entry point location is fixed and starts at 0x10000000. The valid
/mcuboot-latest/boot/cypress/BlinkyApp/linker/
DBlinkyApp_template.ld11 * \note The entry point location is fixed and starts at 0x10000000. The valid
/mcuboot-latest/boot/cypress/MCUBootApp/
DMCUBootApp.ld11 * \note The entry point location is fixed and starts at 0x10000000. The valid
/mcuboot-latest/boot/espressif/
DCMakeLists.txt55 # This flag is needed when redefining a different compiler toolchain at this point
/mcuboot-latest/boot/cypress/platforms/PSOC_062_2M/CM4/GCC_ARM/
Dcy8c6xxa_cm4_dual.ld11 * \note The entry point location is fixed and starts at 0x10000000. The valid
/mcuboot-latest/ext/fiat/src/
Dcurve25519.c1228 const uint8_t point[32]) { in x25519_scalar_mult_generic()
1255 fe_frombytes(&x1, point); in x25519_scalar_mult_generic()