Searched defs:BN_cmp (Results 1 – 2 of 2) sorted by relevance
84 pub fn BN_cmp(a: *const BIGNUM, b: *const BIGNUM) -> c_int; in BN_cmp() function
638 int BN_cmp(const BIGNUM *a, const BIGNUM *b) in BN_cmp() function