Searched defs:BN_ucmp (Results 1 – 3 of 3) sorted by relevance
124 pub fn BN_ucmp(a: *const BIGNUM, b: *const BIGNUM) -> c_int; in BN_ucmp() function
616 int BN_ucmp(const BIGNUM *a, const BIGNUM *b) in BN_ucmp() function