Home
last modified time | relevance | path

Searched refs:ecc (Results 1 – 20 of 20) sorted by relevance

/hal_espressif-latest/components/bootloader/subproject/components/micro-ecc/
DCMakeLists.txt1 # only compile the "uECC_verify_antifault.c" file which includes the "micro-ecc/uECC.c" source file
3 INCLUDE_DIRS . micro-ecc)
/hal_espressif-latest/components/esp_rom/esp32c3/ld/
Desp32c3.rom.ble_smp.ld43 /* ecc */
/hal_espressif-latest/components/esp_rom/esp32s3/ld/
Desp32s3.rom.ble_smp.ld43 /* ecc */
Desp32s3.rom.ld634 Group ecc
/hal_espressif-latest/components/hal/esp32/include/hal/
Dtwai_ll.h540 uint32_t ecc = hw->error_code_capture_reg.val; in twai_ll_parse_err_code_cap() local
541 *type = (twai_ll_err_type_t) ((ecc >> 6) & 0x3); in twai_ll_parse_err_code_cap()
542 *dir = (twai_ll_err_dir_t) ((ecc >> 5) & 0x1); in twai_ll_parse_err_code_cap()
543 *seg = (twai_ll_err_seg_t) (ecc & 0x1F); in twai_ll_parse_err_code_cap()
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/documentation/
Dtinycrypt.rst77 * Requires: ECC auxiliary functions (ecc.h/c).
83 * Requires: ECC auxiliary functions (ecc.h/c).
238 * TinyCrypt ECC implementation is based on micro-ecc (see
239 https://github.com/kmackay/micro-ecc). In the original micro-ecc
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/
DLICENSE40 https://github.com/kmackay/micro-ecc
/hal_espressif-latest/components/mbedtls/
DCMakeLists.txt259 target_sources(mbedcrypto PRIVATE "${COMPONENT_DIR}/port/ecc/esp_ecc.c"
260 "${COMPONENT_DIR}/port/ecc/ecc_alt.c")
/hal_espressif-latest/components/bootloader_support/
DCMakeLists.txt32 set(priv_requires micro-ecc spi_flash efuse esp_app_format)
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32s2/
Dbootloader.ld52 *libmicro-ecc.a:*.*(.literal .text .literal.* .text.*)
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32/
Dbootloader.ld65 *libmicro-ecc.a:*.*(.literal .text .literal.* .text.*)
/hal_espressif-latest/components/bootloader/subproject/
DCMakeLists.txt31 micro-ecc
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32c2/
Dbootloader.ld86 *libmicro-ecc.a:*.*(.literal .text .literal.* .text.*)
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32c3/
Dbootloader.ld86 *libmicro-ecc.a:*.*(.literal .text .literal.* .text.*)
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32c6/
Dbootloader.ld83 *libmicro-ecc.a:*.*(.literal .text .literal.* .text.*)
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32h2/
Dbootloader.ld84 *libmicro-ecc.a:*.*(.literal .text .literal.* .text.*)
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32s3/
Dbootloader.ld87 *libmicro-ecc.a:*.*(.literal .text .literal.* .text.*)
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/
Dsummary_ESP32-P4.rst56 …FLASH_ECC_EN (BLOCK0) Set this bit to enable ecc for flash boot …
/hal_espressif-latest/components/bt/
DCMakeLists.txt440 "esp_ble_mesh/mesh_common/tinycrypt/src/ecc.c"
547 "porting/ext/tinycrypt/src/ecc.c"
/hal_espressif-latest/tools/esptool_py/flasher_stub/ld/
Drom_32s3.ld647 Group ecc