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

/openwrt/package/utils/px5g-standalone/src/library/
H A Dbignum.c560 int mpi_shift_r( mpi *X, int count ) function
1037 mpi_shift_r( &Y, biL * (n - t) );
1136 mpi_shift_r( &X, k );
1506 MPI_CHK( mpi_shift_r( &TA, lz ) );
1507 MPI_CHK( mpi_shift_r( &TB, lz ) );
1513 MPI_CHK( mpi_shift_r( &TA, mpi_lsb( &TA ) ) );
1514 MPI_CHK( mpi_shift_r( &TB, mpi_lsb( &TB ) ) );
1519 MPI_CHK( mpi_shift_r( &TA, 1 ) );
1524 MPI_CHK( mpi_shift_r( &TB, 1 ) );
1576 MPI_CHK( mpi_shift_r(
[all...]
/openwrt/package/utils/px5g-standalone/src/polarssl/
H A Dbignum.h237 int mpi_shift_r( mpi *X, int count );

Completed in 27 milliseconds