Home
last modified time | relevance | path

Searched defs:BN_ULONG (Results 1 – 5 of 5) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl-sys/src/
Dbn.rs4 pub type BN_ULONG = c_ulonglong; typedef
6 pub type BN_ULONG = c_uint; typedef
/third_party/openssl/include/openssl/
Dbn.h37 # define BN_ULONG unsigned long macro
45 # define BN_ULONG unsigned long long macro
50 # define BN_ULONG unsigned int macro
/third_party/node/deps/openssl/openssl/include/openssl/
Dbn.h37 # define BN_ULONG unsigned long macro
45 # define BN_ULONG unsigned long long macro
50 # define BN_ULONG unsigned int macro
/third_party/openssl/ohos_lite/include/openssl/
Dbn.h31 # define BN_ULONG unsigned long macro
39 # define BN_ULONG unsigned long long macro
44 # define BN_ULONG unsigned int macro
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dbn.rs86 pub fn BN_mod_word(r: *const BIGNUM, w: BN_ULONG) -> BN_ULONG; in BN_mod_word()
87 pub fn BN_div_word(r: *mut BIGNUM, w: BN_ULONG) -> BN_ULONG; in BN_div_word()