Home
last modified time | relevance | path

Searched defs:BN_rshift (Results 1 – 2 of 2) sorted by relevance

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