/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_gcd.c | 293 if (!BN_rshift1(X, X)) in int_bn_mod_inverse() 313 if (!BN_rshift1(Y, Y)) in int_bn_mod_inverse() 630 if (!BN_rshift1(g, g)) in BN_gcd() 638 || !BN_rshift1(r, r)) in BN_gcd()
|
H A D | bn_shift.c | 45 int BN_rshift1(BIGNUM *r, const BIGNUM *a) in BN_rshift1() function
|
H A D | bn_sqrt.c | 254 if (!BN_rshift1(t, q)) in BN_mod_sqrt()
|
H A D | bn_prime.c | 182 if (!BN_rshift1(t, ret)) in BN_generate_prime_ex2()
|
H A D | bn_div.c | 77 if (!BN_rshift1(D, D))
|
H A D | bn_gf2m.c | 594 if (!BN_rshift1(u, u)) in BN_GF2m_mod_inv_vartime() 600 if (!BN_rshift1(b, b)) in BN_GF2m_mod_inv_vartime()
|
/third_party/openssl/crypto/bn/ |
H A D | bn_gcd.c | 293 if (!BN_rshift1(X, X)) in int_bn_mod_inverse() 313 if (!BN_rshift1(Y, Y)) in int_bn_mod_inverse() 630 if (!BN_rshift1(g, g)) in BN_gcd() 638 || !BN_rshift1(r, r)) in BN_gcd()
|
H A D | bn_sqrt.c | 254 if (!BN_rshift1(t, q)) in BN_mod_sqrt()
|
H A D | bn_shift.c | 45 int BN_rshift1(BIGNUM *r, const BIGNUM *a) in BN_rshift1() function
|
H A D | bn_div.c | 77 if (!BN_rshift1(D, D))
|
H A D | bn_prime.c | 182 if (!BN_rshift1(t, ret)) in BN_generate_prime_ex2()
|
H A D | bn_gf2m.c | 595 if (!BN_rshift1(u, u)) in BN_GF2m_mod_inv_vartime() 601 if (!BN_rshift1(b, b)) in BN_GF2m_mod_inv_vartime()
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | tlssrp_depr.c | 35 p != NULL && BN_rshift1(p, N) && in srp_Verify_N_and_g()
|
/third_party/openssl/apps/lib/ |
H A D | tlssrp_depr.c | 35 p != NULL && BN_rshift1(p, N) && in srp_Verify_N_and_g()
|
/third_party/node/deps/openssl/openssl/crypto/dh/ |
H A D | dh_check.c | 214 if (!BN_rshift1(t1, dh->params.p)) in DH_check()
|
/third_party/openssl/crypto/dh/ |
H A D | dh_check.c | 213 if (!BN_rshift1(t1, dh->params.p)) in DH_check()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | bn.rs | 110 pub fn BN_rshift1(r: *mut BIGNUM, a: *const BIGNUM) -> c_int; in BN_rshift1() functions
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | bn.rs | 267 #[corresponds(BN_rshift1)] 269 unsafe { cvt(ffi::BN_rshift1(self.as_ptr(), a.as_ptr())).map(|_| ()) } in rshift1()
|
/third_party/openssl/test/ |
H A D | bntest.c | 1146 if (!TEST_true(BN_rshift1(t, t))) in test_kronecker() 1323 || !TEST_true(BN_rshift1(ret, lshift1)) in file_lshift1() 1325 || !TEST_true(BN_rshift1(ret, lshift1)) in file_lshift1() 1333 || !TEST_true(BN_rshift1(ret, lshift1)) in file_lshift1() 1391 if (!TEST_true(BN_rshift1(ret, a)) in file_rshift()
|
H A D | ectest.c | 551 || !TEST_true(BN_rshift1(y, y))) in prime_field_tests() 879 || !TEST_true(BN_rshift1(y, y))) in char2_curve_test() 2660 || !TEST_true(BN_rshift1(k, k)) in custom_generator_test() 2808 || !TEST_true(BN_rshift1(k, k)) in custom_params_test()
|
H A D | rsa_sp800_56b_test.c | 522 && TEST_true(BN_rshift1(n, n)) in test_check_public_key()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | bn.h | 303 int BN_rshift1(BIGNUM *r, const BIGNUM *a);
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | bn.h | 332 int BN_rshift1(BIGNUM *r, const BIGNUM *a);
|
/third_party/openssl/include/openssl/ |
H A D | bn.h | 332 int BN_rshift1(BIGNUM *r, const BIGNUM *a);
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ec_lib.c | 349 if (!BN_rshift1(group->cofactor, group->order) /* n/2 */ in ec_guess_cofactor()
|