Home
last modified time | relevance | path

Searched defs:BN_rshift1 (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/crypto/bn/
Dbn_shift.c45 int BN_rshift1(BIGNUM *r, const BIGNUM *a) in BN_rshift1() function
/third_party/node/deps/openssl/openssl/crypto/bn/
Dbn_shift.c45 int BN_rshift1(BIGNUM *r, const BIGNUM *a) in BN_rshift1() function
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dbn.rs110 pub fn BN_rshift1(r: *mut BIGNUM, a: *const BIGNUM) -> c_int; in BN_rshift1() function