mpi_rshift
ret = mpi_rshift(q, ctx->p, 1) ?:
int mpi_rshift(MPI x, MPI a, unsigned int n);
EXPORT_SYMBOL_GPL(mpi_rshift);