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