Home
last modified time | relevance | path

Searched defs:BN_cmp (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dbn.rs84 pub fn BN_cmp(a: *const BIGNUM, b: *const BIGNUM) -> c_int; in BN_cmp() function
/third_party/openssl/crypto/bn/
Dbn_lib.c638 int BN_cmp(const BIGNUM *a, const BIGNUM *b) in BN_cmp() function