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