Home
last modified time | relevance | path

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

/hal_espressif-latest/components/mbedtls/port/ecc/
Decc_alt.c26 ecc_point_t p_pt = {0}; in esp_mbedtls_ecp_point_multiply() local
29 p_pt.len = grp->pbits / 8; in esp_mbedtls_ecp_point_multiply()
31 MBEDTLS_MPI_CHK(mbedtls_mpi_write_binary_le(&P->MBEDTLS_PRIVATE(X), p_pt.x, MAX_SIZE)); in esp_mbedtls_ecp_point_multiply()
32 MBEDTLS_MPI_CHK(mbedtls_mpi_write_binary_le(&P->MBEDTLS_PRIVATE(Y), p_pt.y, 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()