Home
last modified time | relevance | path

Searched refs:norm_shift (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/crypto/bn/
H A Dbn_div.c267 int norm_shift, i, j, loop; in bn_div_fixed_top() local
291 norm_shift = bn_left_align(sdiv); in bn_div_fixed_top()
300 if (!(bn_lshift_fixed_top(snum, num, norm_shift))) in bn_div_fixed_top()
450 if (rm != NULL && bn_rshift_fixed_top(rm, snum, norm_shift) == 0) in bn_div_fixed_top()