Home
last modified time | relevance | path

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

/hal_espressif-latest/components/mbedtls/port/ecc/
Decc_alt.c22 uint8_t x_tmp[MAX_SIZE] = {0}; in esp_mbedtls_ecp_point_multiply() local
38 x_tmp[MAX_SIZE - i - 1] = r_pt.x[i]; in esp_mbedtls_ecp_point_multiply()
42 MBEDTLS_MPI_CHK(mbedtls_mpi_read_binary(&R->MBEDTLS_PRIVATE(X), x_tmp, MAX_SIZE)); in esp_mbedtls_ecp_point_multiply()