Searched refs:y_in (Results 1 – 1 of 1) sorted by relevance
605 mbedtls_mpi *x_in, mbedtls_mpi *y_in) in mpi_egcd() argument625 if (!mbedtls_mpi_cmp_int(y_in, 0)) { in mpi_egcd()633 MPI_CHECK(mbedtls_mpi_copy(&y, y_in)); in mpi_egcd()
Completed in 4 milliseconds