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

/netgear-R7800-V1.0.2.28/package/px5g/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...]
/netgear-R7800-V1.0.2.28/package/px5g/src/polarssl/
H A Dbignum.h237 int mpi_shift_r( mpi *X, int count );

Completed in 86 milliseconds