Symbol: BN_rshift1
crypto/libressl/crypto/bn/bn_bpsw.c
39
if (!BN_rshift1(a, a))
crypto/libressl/crypto/bn/bn_gcd.c
193
if (!BN_rshift1(a, a))
crypto/libressl/crypto/bn/bn_gcd.c
203
if (!BN_rshift1(b, b))
crypto/libressl/crypto/bn/bn_gcd.c
215
if (!BN_rshift1(a, a))
crypto/libressl/crypto/bn/bn_gcd.c
225
if (!BN_rshift1(a, a))
crypto/libressl/crypto/bn/bn_gcd.c
227
if (!BN_rshift1(b, b))
crypto/libressl/crypto/bn/bn_gcd.c
335
if (!BN_rshift1(X, X))
crypto/libressl/crypto/bn/bn_gcd.c
355
if (!BN_rshift1(Y, Y))
crypto/libressl/crypto/bn/bn_gf2m.c
670
if (!BN_rshift1(u, u))
crypto/libressl/crypto/bn/bn_gf2m.c
676
if (!BN_rshift1(b, b))
crypto/libressl/crypto/bn/bn_gf2m.c
901
if (!BN_rshift1(a, a))
crypto/libressl/crypto/bn/bn_gf2m.c
906
if (!BN_rshift1(u, u))
crypto/libressl/crypto/bn/bn_gf2m.c
917
if (!BN_rshift1(b, b))
crypto/libressl/crypto/bn/bn_gf2m.c
922
if (!BN_rshift1(v, v))
crypto/libressl/crypto/bn/bn_gf2m.c
933
if (!BN_rshift1(a, a))
crypto/libressl/crypto/bn/bn_gf2m.c
938
if (!BN_rshift1(u, u))
crypto/libressl/crypto/bn/bn_prime.c
223
if (!BN_rshift1(t, ret))
crypto/libressl/crypto/bn/bn_prime.c
510
if (!BN_rshift1(qadd, padd))
crypto/libressl/crypto/bn/bn_prime.c
525
if (!BN_rshift1(t1, rem))
crypto/libressl/crypto/bn/bn_sqrt.c
301
if (!BN_rshift1(t, q))
crypto/libressl/crypto/dh/dh_check.c
213
if (!BN_rshift1(q, dh->p))
crypto/libressl/crypto/ec/ec_lib.c
310
if (!BN_rshift1(&group->cofactor, &group->order))
crypto/libressl/crypto/ec/ecp_smpl.c
812
if (!BN_rshift1(&r->Y, n0))
crypto/libressl/include/openssl/bn.h
450
int BN_rshift1(BIGNUM *r, const BIGNUM *a);
usr.bin/dc/bcode.c
1224
bn_check(BN_rshift1(p->number, p->number));
usr.bin/dc/bcode.c
1228
bn_check(BN_rshift1(p->number, p->number));
usr.bin/dc/bcode.c
1238
bn_check(BN_rshift1(p->number, p->number));
usr.bin/dc/bcode.c
1317
bn_check(BN_rshift1(x, x));