Searched defs:BN_sub (Results 1 – 3 of 3) sorted by relevance
45 int BN_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) in BN_sub() function
28 pub fn BN_sub(r: *mut BIGNUM, a: *const BIGNUM, b: *const BIGNUM) -> c_int; in BN_sub() function