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