Home
last modified time | relevance | path

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

/openssl/crypto/bn/
H A Dbn_div.c271 int num_n, div_n, num_neg; in bn_div_fixed_top() local
304 num_n = snum->top; in bn_div_fixed_top()
306 if (num_n <= div_n) { in bn_div_fixed_top()
310 memset(&(snum->d[num_n]), 0, (div_n - num_n + 1) * sizeof(BN_ULONG)); in bn_div_fixed_top()
311 snum->top = num_n = div_n + 1; in bn_div_fixed_top()
314 loop = num_n - div_n; in bn_div_fixed_top()
320 wnumtop = &(snum->d[num_n - 1]); in bn_div_fixed_top()

Completed in 6 milliseconds