Searched refs:esp_ecc_point_multiply (Results 1 – 3 of 3) sorted by relevance
44 int esp_ecc_point_multiply(const ecc_point_t *point, const uint8_t *scalar, ecc_point_t *result, bo…
32 int esp_ecc_point_multiply(const ecc_point_t *point, const uint8_t *scalar, ecc_point_t *result, bo… in esp_ecc_point_multiply() function
35 ret = esp_ecc_point_multiply(&p_pt, m_le, &r_pt, false); in esp_mbedtls_ecp_point_multiply()