Searched refs:sdiv (Results 1 – 1 of 1) sorted by relevance
268 BIGNUM *tmp, *snum, *sdiv, *res; in bn_div_fixed_top() local284 sdiv = BN_CTX_get(ctx); in bn_div_fixed_top()285 if (sdiv == NULL) in bn_div_fixed_top()289 if (!BN_copy(sdiv, divisor)) in bn_div_fixed_top()291 norm_shift = bn_left_align(sdiv); in bn_div_fixed_top()292 sdiv->neg = 0; in bn_div_fixed_top()303 div_n = sdiv->top; in bn_div_fixed_top()323 d0 = sdiv->d[div_n - 1]; in bn_div_fixed_top()324 d1 = (div_n == 1) ? 0 : sdiv->d[div_n - 2]; in bn_div_fixed_top()422 l0 = bn_mul_words(tmp->d, sdiv->d, div_n, q); in bn_div_fixed_top()[all …]
Completed in 27 milliseconds