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.c269 int norm_shift, i, j, loop; in bn_div_fixed_top() local
293 norm_shift = bn_left_align(sdiv); in bn_div_fixed_top()
302 if (!(bn_lshift_fixed_top(snum, num, norm_shift))) in bn_div_fixed_top()
452 if (rm != NULL && bn_rshift_fixed_top(rm, snum, norm_shift) == 0) in bn_div_fixed_top()