Searched refs:mpi_sub_int (Results 1 - 3 of 3) sorted by relevance

/openwrt/package/utils/px5g-standalone/src/library/
H A Drsa.c109 MPI_CHK( mpi_sub_int( &P1, &ctx->P, 1 ) );
110 MPI_CHK( mpi_sub_int( &Q1, &ctx->Q, 1 ) );
179 MPI_CHK( mpi_sub_int( &P1, &ctx->P, 1 ) );
180 MPI_CHK( mpi_sub_int( &Q1, &ctx->Q, 1 ) );
H A Dbignum.c861 int mpi_sub_int( mpi *X, mpi *A, int b ) function
1698 MPI_CHK( mpi_sub_int( &W, X, 1 ) );
1811 MPI_CHK( mpi_sub_int( &Y, X, 1 ) );
/openwrt/package/utils/px5g-standalone/src/polarssl/
H A Dbignum.h312 int mpi_sub_int( mpi *X, mpi *A, int b );

Completed in 77 milliseconds