Searched refs:mpi_div_mpi (Results 1 - 2 of 2) sorted by relevance

/openwrt/package/utils/px5g-standalone/src/polarssl/
H A Dbignum.h339 int mpi_div_mpi( mpi *Q, mpi *R, mpi *A, mpi *B );
/openwrt/package/utils/px5g-standalone/src/library/
H A Dbignum.c993 int mpi_div_mpi( mpi *Q, mpi *R, mpi *A, mpi *B ) function
1168 return( mpi_div_mpi( Q, R, A, &_B ) );
1178 MPI_CHK( mpi_div_mpi( NULL, R, A, B ) );
1906 MPI_CHK( mpi_div_mpi( &X, &Y, &A, &N ) );

Completed in 76 milliseconds