Home
last modified time | relevance | path

Searched defs:BN_is_negative (Results 1 - 4 of 4) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dbn.rs34 pub fn BN_is_negative(b: *const BIGNUM) -> c_int; in BN_is_negative() functions
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_lib.c943 int BN_is_negative(const BIGNUM *a) in BN_is_negative() function
/third_party/openssl/crypto/bn/
H A Dbn_lib.c943 int BN_is_negative(const BIGNUM *a) in BN_is_negative() function
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dbn.rs61 unsafe fn BN_is_negative(bn: *const ffi::BIGNUM) -> c_int { in BN_is_negative() functions

Completed in 6 milliseconds