/external/boringssl/src/crypto/bn/ |
D | div.c | 383 int BN_nnmod(BIGNUM *r, const BIGNUM *m, const BIGNUM *d, BN_CTX *ctx) { in BN_nnmod() function 400 return BN_nnmod(r, r, m, ctx); in BN_mod_add() 419 return BN_nnmod(r, r, m, ctx); in BN_mod_sub() 456 if (!BN_nnmod(r, t, m, ctx)) { in BN_mod_mul() 481 if (!BN_nnmod(r, a, m, ctx)) { in BN_mod_lshift() 550 return BN_nnmod(r, r, m, ctx); in BN_mod_lshift1()
|
D | gcd.c | 270 if (!BN_nnmod(B, B, A, ctx)) { in BN_mod_inverse_ex() 523 if (!BN_nnmod(R, Y, n, ctx)) { in BN_mod_inverse_ex() 594 if (!BN_nnmod(B, pB, A, ctx)) { in BN_mod_inverse_no_branch() 693 if (!BN_nnmod(R, Y, n, ctx)) { in BN_mod_inverse_no_branch()
|
D | kronecker.c | 162 if (!BN_nnmod(B, B, A, ctx)) { in BN_kronecker()
|
D | sqrt.c | 128 if (!BN_nnmod(A, a, p, ctx)) { in BN_mod_sqrt() 319 if (!BN_nnmod(t, A, p, ctx)) { in BN_mod_sqrt()
|
D | bn_test.cc | 928 !BN_nnmod(a.get(), a.get(), n.get(), ctx) || in test_mont() 929 !BN_nnmod(b.get(), b.get(), n.get(), ctx) || in test_mont() 1369 !BN_nnmod(r.get(), r.get(), p.get(), ctx) || in test_mod_sqrt() 1372 !BN_nnmod(a.get(), a.get(), p.get(), ctx) || in test_mod_sqrt() 1383 !BN_nnmod(a.get(), a.get(), p.get(), ctx)) { in test_mod_sqrt()
|
D | exponentiation.c | 479 if (!BN_nnmod(val[0], a, m, ctx)) { in mod_exp_recp() 665 if (!BN_nnmod(val[0], a, m, ctx)) { in BN_mod_exp_mont()
|
/external/boringssl/src/crypto/ec/ |
D | simple.c | 155 if (!BN_nnmod(tmp_a, a, p, ctx)) { in ec_GFp_simple_group_set_curve() 167 if (!BN_nnmod(&group->b, b, p, ctx)) { in ec_GFp_simple_group_set_curve() 357 if (!BN_nnmod(&point->X, x, &group->field, ctx)) { in ec_GFp_simple_set_Jprojective_coordinates_GFp() 367 if (!BN_nnmod(&point->Y, y, &group->field, ctx)) { in ec_GFp_simple_set_Jprojective_coordinates_GFp() 379 if (!BN_nnmod(&point->Z, z, &group->field, ctx)) { in ec_GFp_simple_set_Jprojective_coordinates_GFp()
|
D | p256-x86_64.c | 272 if (!BN_nnmod(mod, p_scalar, &group->order, ctx)) { in ecp_nistz256_windowed_mul() 429 if (!BN_nnmod(tmp_scalar, g_scalar, &group->order, ctx)) { in ecp_nistz256_points_mul()
|
D | oct.c | 303 if (!BN_nnmod(x, x_, &group->field, ctx)) { in ec_GFp_simple_set_compressed_coordinates()
|
D | p224-64.c | 1205 if (!BN_nnmod(tmp_scalar, p_scalar, &group->order, ctx)) { in ec_GFp_nistp224_points_mul() 1251 if (!BN_nnmod(tmp_scalar, g_scalar, &group->order, ctx)) { in ec_GFp_nistp224_points_mul()
|
D | p256-64.c | 1783 if (!BN_nnmod(tmp_scalar, p_scalar, &group->order, ctx)) { in ec_GFp_nistp256_points_mul() 1827 if (!BN_nnmod(tmp_scalar, g_scalar, &group->order, ctx)) { in ec_GFp_nistp256_points_mul()
|
/external/boringssl/src/crypto/ecdsa/ |
D | ecdsa.c | 219 if (!BN_nnmod(u1, X, order, ctx)) { in ECDSA_do_verify() 313 if (!BN_nnmod(r, X, order, ctx)) { in ecdsa_sign_setup()
|
/external/boringssl/src/include/openssl/ |
D | bn.h | 510 OPENSSL_EXPORT int BN_nnmod(BIGNUM *rem, const BIGNUM *numerator,
|
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |