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

  /external/boringssl/src/crypto/bn/
shift.c 99 bn_correct_top(r);
259 bn_correct_top(a);
297 bn_correct_top(a);
montgomery.c 413 bn_correct_top(r);
414 bn_correct_top(ret);
493 bn_correct_top(r);
494 bn_correct_top(ret);
533 bn_correct_top(r);
convert.c 110 bn_correct_top(ret);
330 bn_correct_top(ret);
div.c 359 bn_correct_top(snum);
373 bn_correct_top(res);
add.c 339 bn_correct_top(r);
bn.c 318 void bn_correct_top(BIGNUM *bn) { function
exponentiation.c 700 bn_correct_top(r);
804 bn_correct_top(b);
903 bn_correct_top(rr);
913 bn_correct_top(rr);
1119 bn_correct_top(&tmp);
    [all...]
mul.c 668 bn_correct_top(rr);
  /libcore/luni/src/main/native/
java_math_NativeBN.cpp 141 bn_correct_top(a);
236 bn_correct_top(ret);
303 bn_correct_top(ret);
  /external/boringssl/src/include/openssl/
bn.h 306 /* bn_correct_top decrements |bn->top| until |bn->d[top-1]| is non-zero or
308 OPENSSL_EXPORT void bn_correct_top(BIGNUM *bn);
    [all...]

Completed in 256 milliseconds