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

  /external/boringssl/src/crypto/fipsmodule/bn/
jacobi.c 133 if (!BN_nnmod(B, B, A, ctx)) {
div.c 397 int BN_nnmod(BIGNUM *r, const BIGNUM *m, const BIGNUM *d, BN_CTX *ctx) {
414 return BN_nnmod(r, r, m, ctx);
433 return BN_nnmod(r, r, m, ctx);
470 if (!BN_nnmod(r, t, m, ctx)) {
486 // r->neg == 0, thus we don't need BN_nnmod
495 if (!BN_nnmod(r, a, m, ctx)) {
564 return BN_nnmod(r, r, m, ctx);
gcd.c 387 if (!BN_nnmod(R, Y, n, ctx)) {
418 if (!BN_nnmod(a_reduced, a_reduced, n, ctx)) {
593 if (!BN_nnmod(R, Y, n, ctx)) {
sqrt.c 129 if (!BN_nnmod(A, a, p, ctx)) {
315 if (!BN_nnmod(t, A, p, ctx)) {
bn_test.cc 513 // Test BN_nnmod.
521 ASSERT_TRUE(BN_nnmod(ret.get(), a.get(), b.get(), ctx));
549 ASSERT_TRUE(BN_nnmod(a.get(), a.get(), m.get(), ctx));
550 ASSERT_TRUE(BN_nnmod(b.get(), b.get(), m.get(), ctx));
611 ASSERT_TRUE(BN_nnmod(a.get(), a.get(), m.get(), ctx));
693 ASSERT_TRUE(BN_nnmod(a.get(), a.get(), m.get(), ctx));
    [all...]
exponentiation.c 489 if (!BN_nnmod(val[0], a, m, ctx)) {
634 if (!BN_nnmod(val[0], a, m, ctx)) {
1027 !BN_nnmod(new_a, a, m, ctx)) {
    [all...]
  /libcore/luni/src/main/java/java/math/
NativeBN.java 112 public static native void BN_nnmod(long r, long a, long m);
113 // int BN_nnmod(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx);
BigInt.java 318 NativeBN.BN_nnmod(r.bignum, a.bignum, m.bignum);
  /libcore/luni/src/main/native/
java_math_NativeBN.cpp 484 if (!BN_nnmod(toBigNum(r), toBigNum(a), toBigNum(m), ctx.get())) {
551 NATIVE_METHOD(NativeBN, BN_nnmod, "(JJJ)V"),
  /external/boringssl/src/crypto/fipsmodule/ec/
simple.c 140 if (!BN_nnmod(tmp_a, a, p, ctx)) {
152 if (!BN_nnmod(&group->b, b, p, ctx)) {
ec.c 830 BN_nnmod(tmp, in, order, ctx) &&
    [all...]
  /external/boringssl/src/include/openssl/
bn.h 521 // BN_nnmod is a non-negative modulo function. It acts like |BN_mod|, but 0 <=
524 OPENSSL_EXPORT int BN_nnmod(BIGNUM *rem, const BIGNUM *numerator,
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-7.0.0_r1-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 997 milliseconds