Home
last modified time | relevance | path

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

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