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