Home
last modified time | relevance | path

Searched refs:ecc_ll_write_param (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/hal/
Decc_hal.c35 ecc_ll_write_param(ECC_PARAM_PX, buf, sizeof(buf)); in clear_param_registers()
36 ecc_ll_write_param(ECC_PARAM_PY, buf, sizeof(buf)); in clear_param_registers()
37 ecc_ll_write_param(ECC_PARAM_K, buf, sizeof(buf)); in clear_param_registers()
39 ecc_ll_write_param(ECC_PARAM_QX, buf, sizeof(buf)); in clear_param_registers()
40 ecc_ll_write_param(ECC_PARAM_QY, buf, sizeof(buf)); in clear_param_registers()
41 ecc_ll_write_param(ECC_PARAM_QZ, buf, sizeof(buf)); in clear_param_registers()
52 ecc_ll_write_param(ECC_PARAM_K, k, len); in ecc_hal_write_mul_param()
53 ecc_ll_write_param(ECC_PARAM_PX, px, len); in ecc_hal_write_mul_param()
54 ecc_ll_write_param(ECC_PARAM_PY, py, len); in ecc_hal_write_mul_param()
64 ecc_ll_write_param(ECC_PARAM_PX, px, len); in ecc_hal_write_verify_param()
[all …]
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Decc_ll.h74 static inline void ecc_ll_write_param(ecc_ll_param_t param, const uint8_t *buf, uint16_t len) in ecc_ll_write_param() function
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Decc_ll.h85 static inline void ecc_ll_write_param(ecc_ll_param_t param, const uint8_t *buf, uint16_t len) in ecc_ll_write_param() function
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Decc_ll.h128 static inline void ecc_ll_write_param(ecc_ll_param_t param, const uint8_t *buf, uint16_t len) in ecc_ll_write_param() function