Home
last modified time | relevance | path

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

/hal_espressif-latest/components/mbedtls/port/ecc/
Decc_alt.c25 uint8_t m_le[MAX_SIZE] = {0}; in esp_mbedtls_ecp_point_multiply() local
33 MBEDTLS_MPI_CHK(mbedtls_mpi_write_binary_le(m, m_le, MAX_SIZE)); in esp_mbedtls_ecp_point_multiply()
35 ret = esp_ecc_point_multiply(&p_pt, m_le, &r_pt, false); in esp_mbedtls_ecp_point_multiply()