Symbol: BN_rshift1
crypto/openssl/apps/lib/tlssrp_depr.c
32
int ret = g != NULL && N != NULL && bn_ctx != NULL && BN_is_odd(N) && BN_check_prime(N, bn_ctx, NULL) == 1 && p != NULL && BN_rshift1(p, N) &&
crypto/openssl/crypto/bn/bn_div.c
77
if (!BN_rshift1(D, D))
crypto/openssl/crypto/bn/bn_gcd.c
293
if (!BN_rshift1(X, X))
crypto/openssl/crypto/bn/bn_gcd.c
313
if (!BN_rshift1(Y, Y))
crypto/openssl/crypto/bn/bn_gcd.c
672
if (!BN_rshift1(g, g))
crypto/openssl/crypto/bn/bn_gcd.c
680
|| !BN_rshift1(r, r))
crypto/openssl/crypto/bn/bn_gf2m.c
581
if (!BN_rshift1(u, u))
crypto/openssl/crypto/bn/bn_gf2m.c
587
if (!BN_rshift1(b, b))
crypto/openssl/crypto/bn/bn_prime.c
180
if (!BN_rshift1(t, ret))
crypto/openssl/crypto/bn/bn_sqrt.c
253
if (!BN_rshift1(t, q))
crypto/openssl/crypto/dh/dh_check.c
215
if (!BN_rshift1(t1, dh->params.p))
crypto/openssl/crypto/ec/ec_lib.c
356
if (!BN_rshift1(group->cofactor, group->order) /* n/2 */
crypto/openssl/crypto/ec/ecp_smpl.c
785
if (!BN_rshift1(r->Y, n0))
crypto/openssl/include/openssl/bn.h
337
int BN_rshift1(BIGNUM *r, const BIGNUM *a);
crypto/openssl/test/bntest.c
1176
if (!TEST_true(BN_rshift1(t, t)))
crypto/openssl/test/bntest.c
1353
|| !TEST_true(BN_rshift1(ret, lshift1))
crypto/openssl/test/bntest.c
1355
|| !TEST_true(BN_rshift1(ret, lshift1))
crypto/openssl/test/bntest.c
1363
|| !TEST_true(BN_rshift1(ret, lshift1))
crypto/openssl/test/bntest.c
1421
if (!TEST_true(BN_rshift1(ret, a))
crypto/openssl/test/ectest.c
3152
|| !TEST_true(BN_rshift1(k, k))
crypto/openssl/test/ectest.c
3304
|| !TEST_true(BN_rshift1(k, k))
crypto/openssl/test/ectest.c
549
|| !TEST_true(BN_rshift1(y, y)))
crypto/openssl/test/ectest.c
867
|| !TEST_true(BN_rshift1(y, y)))
crypto/openssl/test/rsa_sp800_56b_test.c
464
&& TEST_true(BN_rshift1(n, n))
crypto/openssl/test/rsa_sp800_56b_test.c
563
&& TEST_true(BN_rshift1(n, n))