Lines Matching defs:mbedtls_mpi_shift_r
882 int mbedtls_mpi_shift_r(mbedtls_mpi *X, size_t count)
1452 MBEDTLS_MPI_CHK(mbedtls_mpi_shift_r(&Y, biL * (n - t)));
1494 MBEDTLS_MPI_CHK(mbedtls_mpi_shift_r(&X, k));
1790 MBEDTLS_MPI_CHK(mbedtls_mpi_shift_r(&TA, mbedtls_mpi_lsb(&TA)));
1791 MBEDTLS_MPI_CHK(mbedtls_mpi_shift_r(&TB, mbedtls_mpi_lsb(&TB)));
1802 MBEDTLS_MPI_CHK(mbedtls_mpi_shift_r(&TA, 1));
1805 MBEDTLS_MPI_CHK(mbedtls_mpi_shift_r(&TB, 1));
1913 MBEDTLS_MPI_CHK(mbedtls_mpi_shift_r(&TU, 1));
1920 MBEDTLS_MPI_CHK(mbedtls_mpi_shift_r(&U1, 1));
1921 MBEDTLS_MPI_CHK(mbedtls_mpi_shift_r(&U2, 1));
1925 MBEDTLS_MPI_CHK(mbedtls_mpi_shift_r(&TV, 1));
1932 MBEDTLS_MPI_CHK(mbedtls_mpi_shift_r(&V1, 1));
1933 MBEDTLS_MPI_CHK(mbedtls_mpi_shift_r(&V2, 1));
2051 MBEDTLS_MPI_CHK(mbedtls_mpi_shift_r(&R, s));
2211 MBEDTLS_MPI_CHK(mbedtls_mpi_shift_r(X, k - nbits));
2239 MBEDTLS_MPI_CHK(mbedtls_mpi_shift_r(&Y, 1));