Searched refs:points (Results 1 – 12 of 12) sorted by relevance
/hal_espressif-3.7.0/components/bootloader/subproject/components/micro-ecc/ |
D | uECC_verify_antifault.c | 31 const uECC_word_t *points[4]; in uECC_verify_antifault() local 88 points[0] = 0; in uECC_verify_antifault() 89 points[1] = curve->G; in uECC_verify_antifault() 90 points[2] = _public; in uECC_verify_antifault() 91 points[3] = sum; in uECC_verify_antifault() 95 point = points[(!!uECC_vli_testBit(u1, num_bits - 1)) | in uECC_verify_antifault() 107 point = points[index]; in uECC_verify_antifault()
|
/hal_espressif-3.7.0/components/bt/porting/ext/tinycrypt/src/ |
D | ecc_dsa.c | 205 const uECC_word_t *points[4]; in uECC_verify() local 254 points[0] = 0; in uECC_verify() 255 points[1] = curve->G; in uECC_verify() 256 points[2] = _public; in uECC_verify() 257 points[3] = sum; in uECC_verify() 261 point = points[(!!uECC_vli_testBit(u1, num_bits - 1)) | in uECC_verify() 273 point = points[index]; in uECC_verify()
|
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/ |
D | ecc_dsa.c | 204 const uECC_word_t *points[4]; in uECC_verify() local 253 points[0] = 0; in uECC_verify() 254 points[1] = curve->G; in uECC_verify() 255 points[2] = _public; in uECC_verify() 256 points[3] = sum; in uECC_verify() 260 point = points[(!!uECC_vli_testBit(u1, num_bits - 1)) | in uECC_verify() 272 point = points[index]; in uECC_verify()
|
/hal_espressif-3.7.0/tools/esptool_py/docs/en/esptool/ |
D | remote-serial-ports.rst | 62 …s.io/en/latest/url_handlers.html>`__. (Please keep in mind that the link points to documentation f…
|
/hal_espressif-3.7.0/tools/esptool_py/ |
D | CONTRIBUTING.rst | 57 Before sending us a Pull Request, please consider this list of points: 69 * If you're unsure about any of these points, please open the Pull Request anyhow and then ask us f…
|
/hal_espressif-3.7.0/components/bootloader/subproject/main/ld/esp32s2/ |
D | bootloader.ld | 184 * Indeed, it may be required to add some padding at some points in the code
|
/hal_espressif-3.7.0/components/bootloader/subproject/main/ld/esp32/ |
D | bootloader.ld | 195 * Indeed, it may be required to add some padding at some points in the code
|
/hal_espressif-3.7.0/components/bootloader/subproject/main/ld/esp32s3/ |
D | bootloader.ld | 218 * Indeed, it may be required to add some padding at some points in the code
|
/hal_espressif-3.7.0/components/esp_system/ld/esp32/ |
D | sections.ld.in | 453 * Indeed, it may be required to add some padding at some points in the code
|
/hal_espressif-3.7.0/components/esp_system/ld/esp32s2/ |
D | sections.ld.in | 428 * Indeed, it may be required to add some padding at some points in the code
|
/hal_espressif-3.7.0/components/esp_system/ld/esp32s3/ |
D | sections.ld.in | 467 * Indeed, it may be required to add some padding at some points in the code
|
/hal_espressif-3.7.0/components/mbedtls/ |
D | Kconfig | 449 Enable hardware accelerated ECC point multiplication and point verification for points
|