Home
last modified time | relevance | path

Searched refs:BN_lshift1 (Results 1 - 20 of 20) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_mod.c246 if (!BN_lshift1(r, a)) in BN_mod_lshift1()
258 if (!BN_lshift1(r, a)) in BN_mod_lshift1_quick()
320 if (!BN_lshift1(r, r)) in BN_mod_lshift_quick()
H A Dbn_gcd.c374 if (!BN_lshift1(T, B)) in int_bn_mod_inverse()
453 if (!BN_lshift1(tmp, X)) in int_bn_mod_inverse()
578 || !BN_lshift1(g, in_b) in BN_gcd()
579 || !BN_lshift1(r, in_a)) in BN_gcd()
H A Dbn_rsa_fips186_4.c289 if (!(BN_lshift1(r1x2, r1) in ossl_bn_rsa_fips186_4_derive_prime()
H A Dbn_shift.c14 int BN_lshift1(BIGNUM *r, const BIGNUM *a) in BN_lshift1() function
H A Dbn_div.c59 * BN_lshift1 will only work once there is a value :-)
69 if (!BN_lshift1(dv, dv))
/third_party/openssl/crypto/bn/
H A Dbn_mod.c236 if (!BN_lshift1(r, a)) in BN_mod_lshift1()
248 if (!BN_lshift1(r, a)) in BN_mod_lshift1_quick()
310 if (!BN_lshift1(r, r)) in BN_mod_lshift_quick()
H A Dbn_gcd.c374 if (!BN_lshift1(T, B)) in int_bn_mod_inverse()
453 if (!BN_lshift1(tmp, X)) in int_bn_mod_inverse()
578 || !BN_lshift1(g, in_b) in BN_gcd()
579 || !BN_lshift1(r, in_a)) in BN_gcd()
H A Dbn_rsa_fips186_4.c289 if (!(BN_lshift1(r1x2, r1) in ossl_bn_rsa_fips186_4_derive_prime()
H A Dbn_shift.c14 int BN_lshift1(BIGNUM *r, const BIGNUM *a) in BN_lshift1() function
H A Dbn_div.c59 * BN_lshift1 will only work once there is a value :-)
69 if (!BN_lshift1(dv, dv))
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dbn.rs97 pub fn BN_lshift1(r: *mut BIGNUM, a: *const BIGNUM) -> c_int; in BN_lshift1() functions
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dbn.rs261 #[corresponds(BN_lshift1)]
263 unsafe { cvt(ffi::BN_lshift1(self.as_ptr(), a.as_ptr())).map(|_| ()) } in lshift1()
/third_party/openssl/ohos_lite/include/openssl/
H A Dbn.h278 int BN_lshift1(BIGNUM *r, const BIGNUM *a);
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dbn.h302 int BN_lshift1(BIGNUM *r, const BIGNUM *a);
/third_party/node/deps/openssl/openssl/crypto/ffc/
H A Dffc_params_generate.c269 || !BN_lshift1(tmp, q) in generate_p()
/third_party/openssl/crypto/ffc/
H A Dffc_params_generate.c269 || !BN_lshift1(tmp, q) in generate_p()
/third_party/openssl/include/openssl/
H A Dbn.h302 int BN_lshift1(BIGNUM *r, const BIGNUM *a);
/third_party/openssl/test/
H A Drsa_sp800_56b_test.c520 && TEST_true(BN_lshift1(n, n)) in test_check_public_key()
H A Dectest.c1543 || !TEST_true(BN_lshift1(other_p, other_p))) in check_named_curve_test()
H A Dbntest.c1321 || !TEST_true(BN_lshift1(ret, a)) in file_lshift1()

Completed in 23 milliseconds