Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/bn/
Dbn_word.c61 BN_ULONG BN_div_word(BIGNUM *a, BN_ULONG w) in BN_div_word() function
/third_party/openssl/crypto/bn/
Dbn_word.c61 BN_ULONG BN_div_word(BIGNUM *a, BN_ULONG w) in BN_div_word() function
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dbn.rs87 pub fn BN_div_word(r: *mut BIGNUM, w: BN_ULONG) -> BN_ULONG; in BN_div_word() function