Home
last modified time | relevance | path

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

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