Searched refs:ecc (Results 1 – 20 of 20) sorted by relevance
1 # only compile the "uECC_verify_antifault.c" file which includes the "micro-ecc/uECC.c" source file3 INCLUDE_DIRS . micro-ecc)
43 /* ecc */
634 Group ecc
540 uint32_t ecc = hw->error_code_capture_reg.val; in twai_ll_parse_err_code_cap() local541 *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()
77 * Requires: ECC auxiliary functions (ecc.h/c).83 * Requires: ECC auxiliary functions (ecc.h/c).238 * TinyCrypt ECC implementation is based on micro-ecc (see239 https://github.com/kmackay/micro-ecc). In the original micro-ecc
40 https://github.com/kmackay/micro-ecc
259 target_sources(mbedcrypto PRIVATE "${COMPONENT_DIR}/port/ecc/esp_ecc.c"260 "${COMPONENT_DIR}/port/ecc/ecc_alt.c")
32 set(priv_requires micro-ecc spi_flash efuse esp_app_format)
52 *libmicro-ecc.a:*.*(.literal .text .literal.* .text.*)
65 *libmicro-ecc.a:*.*(.literal .text .literal.* .text.*)
31 micro-ecc
86 *libmicro-ecc.a:*.*(.literal .text .literal.* .text.*)
83 *libmicro-ecc.a:*.*(.literal .text .literal.* .text.*)
84 *libmicro-ecc.a:*.*(.literal .text .literal.* .text.*)
87 *libmicro-ecc.a:*.*(.literal .text .literal.* .text.*)
56 …FLASH_ECC_EN (BLOCK0) Set this bit to enable ecc for flash boot …
440 "esp_ble_mesh/mesh_common/tinycrypt/src/ecc.c"547 "porting/ext/tinycrypt/src/ecc.c"
647 Group ecc