HomeSort by relevance Sort by last modified time
    Searched refs:bn_correct_top (Results 1 - 11 of 11) sorted by null

  /external/boringssl/src/crypto/fipsmodule/bn/
bytes.c 110 bn_correct_top(ret);
146 bn_correct_top(ret);
164 // parts of the |bn_correct_top| leak. Fix that, and this can be simpler.
shift.c 99 bn_correct_top(r);
266 bn_correct_top(a);
303 bn_correct_top(a);
montgomery.c 195 bn_correct_top(&mont->N);
327 bn_correct_top(r);
328 bn_correct_top(ret);
367 // 0xfff[...], so call |bn_correct_top|.
368 bn_correct_top(r);
433 bn_correct_top(r);
div.c 374 bn_correct_top(snum);
388 bn_correct_top(res);
687 bn_correct_top(r);
729 bn_correct_top(r);
random.c 289 bn_correct_top(r);
bn.c 295 bn_correct_top(bn);
408 void bn_correct_top(BIGNUM *bn) { function
add.c 310 bn_correct_top(r);
internal.h 204 // bn_correct_top decrements |bn->top| to |bn_minimal_width|. If |bn| is zero,
206 void bn_correct_top(BIGNUM *bn);
exponentiation.c 934 bn_correct_top(b);
1045 bn_correct_top(rr);
    [all...]
mul.c 649 bn_correct_top(rr);
  /external/boringssl/src/crypto/bn_extra/
convert.c 225 bn_correct_top(ret);

Completed in 203 milliseconds