Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dbn.rs123 pub fn BN_dup(n: *const BIGNUM) -> *mut BIGNUM; in BN_dup() function
/third_party/openssl/crypto/bn/
Dbn_lib.c317 BIGNUM *BN_dup(const BIGNUM *a) in BN_dup() function
/third_party/node/deps/openssl/openssl/crypto/bn/
Dbn_lib.c317 BIGNUM *BN_dup(const BIGNUM *a) in BN_dup() function