Searched refs:bn_lshift_fixed_top (Results 1 – 3 of 3) sorted by relevance
90 ret = bn_lshift_fixed_top(r, a, n); in BN_lshift()104 int bn_lshift_fixed_top(BIGNUM *r, const BIGNUM *a, int n) in bn_lshift_fixed_top() function
300 if (!(bn_lshift_fixed_top(snum, num, norm_shift))) in bn_div_fixed_top()
86 int bn_lshift_fixed_top(BIGNUM *r, const BIGNUM *a, int n);
Completed in 5 milliseconds