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

/openwrt/package/utils/px5g-standalone/src/library/
H A Dbignum.c182 int mpi_lset( mpi *X, int z ) function
274 MPI_CHK( mpi_lset( X, 0 ) );
290 MPI_CHK( mpi_lset( X, 0 ) );
478 MPI_CHK( mpi_lset( X, 0 ) );
960 MPI_CHK( mpi_lset( X, 0 ) );
1005 if( Q != NULL ) MPI_CHK( mpi_lset( Q, 0 ) );
1015 MPI_CHK( mpi_lset( &Z, 0 ) );
1103 MPI_CHK( mpi_lset( &T1, 0 ) );
1108 MPI_CHK( mpi_lset( &T2, 0 ) );
1345 MPI_CHK( mpi_lset(
[all...]
H A Drsa.c89 MPI_CHK( mpi_lset( &ctx->E, exponent ) );
/openwrt/package/utils/px5g-standalone/src/polarssl/
H A Dbignum.h128 int mpi_lset( mpi *X, int z );

Completed in 27 milliseconds