BN_rshift
if (!BN_rshift(k, n, s))
if (!BN_rshift(k, n_minus_one, s))
BN_rshift(rm, snum, norm_shift);
if (!BN_rshift(B, B, shift))
if (!BN_rshift(A, A, shift))
if (!BN_rshift(b, n, 2 * c - d - e + 1))
if (!BN_rshift(b, b, v))
if (!BN_rshift(a, a, v))
if (!BN_rshift(ret, t2, mont->ri))
if (!BN_rshift(A1_odd, A1, k))
if (!BN_rshift(a, m, recp->num_bits))
if (!BN_rshift(d, b, i - recp->num_bits))
if (!BN_rshift(q, p, 2))
if (!BN_rshift(q, p, 3))
if (!BN_rshift(q, q, e))
if (!BN_rshift(ret, ret, dgst_bits - order_bits)) {
int BN_rshift(BIGNUM *r, const BIGNUM *a, int n);
if (BN_rshift(q, p, 1) == 0)
bn_check(BN_rshift(x, x, BN_num_bits(x)/2));