Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dbn.rs32 pub fn BN_set_negative(bn: *mut BIGNUM, n: c_int); in BN_set_negative() function
/third_party/node/deps/openssl/openssl/crypto/bn/
Dbn_lib.c762 void BN_set_negative(BIGNUM *a, int b) in BN_set_negative() function
/third_party/openssl/crypto/bn/
Dbn_lib.c787 void BN_set_negative(BIGNUM *a, int b) in BN_set_negative() function