Searched refs:m_le (Results 1 – 1 of 1) sorted by relevance
25 uint8_t m_le[MAX_SIZE] = {0}; in esp_mbedtls_ecp_point_multiply() local33 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()