/external/cronet/third_party/boringssl/src/crypto/fipsmodule/bn/ |
D | sqrt.c | 202 if (!BN_mod_mul(t, t, y, p, ctx) || in BN_mod_sqrt() 208 if (!BN_mod_mul(x, A, b, p, ctx) || in BN_mod_sqrt() 209 !BN_mod_mul(x, x, t, p, ctx)) { in BN_mod_sqrt() 335 !BN_mod_mul(b, b, A, p, ctx)) { in BN_mod_sqrt() 340 if (!BN_mod_mul(x, x, A, p, ctx)) { in BN_mod_sqrt() 367 if (!BN_mod_mul(t, t, t, p, ctx)) { in BN_mod_sqrt() 390 if (!BN_mod_mul(y, t, t, p, ctx) || in BN_mod_sqrt() 391 !BN_mod_mul(x, x, t, p, ctx) || in BN_mod_sqrt() 392 !BN_mod_mul(b, b, y, p, ctx)) { in BN_mod_sqrt()
|
D | prime.c | 887 if (!BN_copy(x, z) || !BN_mod_mul(z, x, x, w, ctx)) { in BN_enhanced_miller_rabin_primality_test() 899 if (!BN_copy(x, z) || !BN_mod_mul(z, x, x, w, ctx)) { in BN_enhanced_miller_rabin_primality_test()
|
D | bn_test.cc | 641 ASSERT_TRUE(BN_mod_mul(ret.get(), a.get(), b.get(), m.get(), ctx)); in TestModMul() 720 ASSERT_TRUE(BN_mod_mul(ret.get(), a.get(), a.get(), m.get(), ctx)); in TestModSquare() 725 ASSERT_TRUE(BN_mod_mul(ret.get(), a.get(), a_copy.get(), m.get(), ctx)); in TestModSquare() 1594 BN_mod_mul(a.get(), BN_value_one(), BN_value_one(), zero.get(), ctx())); in TEST_F()
|
D | div.c | 648 int BN_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_mul() function
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/ |
D | sqrt.c | 206 if (!BN_mod_mul(t, t, y, p, ctx) || in BN_mod_sqrt() 212 if (!BN_mod_mul(x, A, b, p, ctx) || in BN_mod_sqrt() 213 !BN_mod_mul(x, x, t, p, ctx)) { in BN_mod_sqrt() 340 !BN_mod_mul(b, b, A, p, ctx)) { in BN_mod_sqrt() 345 if (!BN_mod_mul(x, x, A, p, ctx)) { in BN_mod_sqrt() 378 if (!BN_mod_mul(t, t, t, p, ctx)) { in BN_mod_sqrt() 393 if (!BN_mod_mul(y, t, t, p, ctx) || in BN_mod_sqrt() 394 !BN_mod_mul(x, x, t, p, ctx) || in BN_mod_sqrt() 395 !BN_mod_mul(b, b, y, p, ctx)) { in BN_mod_sqrt()
|
D | prime.c | 874 if (!BN_copy(x, z) || !BN_mod_mul(z, x, x, w, ctx)) { in BN_enhanced_miller_rabin_primality_test() 886 if (!BN_copy(x, z) || !BN_mod_mul(z, x, x, w, ctx)) { in BN_enhanced_miller_rabin_primality_test()
|
D | bn_test.cc | 641 ASSERT_TRUE(BN_mod_mul(ret.get(), a.get(), b.get(), m.get(), ctx)); in TestModMul() 720 ASSERT_TRUE(BN_mod_mul(ret.get(), a.get(), a.get(), m.get(), ctx)); in TestModSquare() 725 ASSERT_TRUE(BN_mod_mul(ret.get(), a.get(), a_copy.get(), m.get(), ctx)); in TestModSquare() 1547 BN_mod_mul(a.get(), BN_value_one(), BN_value_one(), zero.get(), ctx())); in TEST_F()
|
D | div.c | 648 int BN_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_mul() function
|
/external/boringssl/src/crypto/fipsmodule/bn/ |
D | sqrt.c | 202 if (!BN_mod_mul(t, t, y, p, ctx) || in BN_mod_sqrt() 208 if (!BN_mod_mul(x, A, b, p, ctx) || in BN_mod_sqrt() 209 !BN_mod_mul(x, x, t, p, ctx)) { in BN_mod_sqrt() 335 !BN_mod_mul(b, b, A, p, ctx)) { in BN_mod_sqrt() 340 if (!BN_mod_mul(x, x, A, p, ctx)) { in BN_mod_sqrt() 367 if (!BN_mod_mul(t, t, t, p, ctx)) { in BN_mod_sqrt() 390 if (!BN_mod_mul(y, t, t, p, ctx) || in BN_mod_sqrt() 391 !BN_mod_mul(x, x, t, p, ctx) || in BN_mod_sqrt() 392 !BN_mod_mul(b, b, y, p, ctx)) { in BN_mod_sqrt()
|
D | prime.c | 887 if (!BN_copy(x, z) || !BN_mod_mul(z, x, x, w, ctx)) { in BN_enhanced_miller_rabin_primality_test() 899 if (!BN_copy(x, z) || !BN_mod_mul(z, x, x, w, ctx)) { in BN_enhanced_miller_rabin_primality_test()
|
D | bn_test.cc | 641 ASSERT_TRUE(BN_mod_mul(ret.get(), a.get(), b.get(), m.get(), ctx)); in TestModMul() 720 ASSERT_TRUE(BN_mod_mul(ret.get(), a.get(), a.get(), m.get(), ctx)); in TestModSquare() 725 ASSERT_TRUE(BN_mod_mul(ret.get(), a.get(), a_copy.get(), m.get(), ctx)); in TestModSquare() 1594 BN_mod_mul(a.get(), BN_value_one(), BN_value_one(), zero.get(), ctx())); in TEST_F()
|
D | div.c | 648 int BN_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_mul() function
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/ |
D | oct.c | 268 !BN_mod_mul(tmp1, tmp2, x, &group->field, ctx)) { in EC_POINT_set_compressed_coordinates_GFp() 280 if (!BN_mod_mul(tmp2, a, x, &group->field, ctx) || in EC_POINT_set_compressed_coordinates_GFp()
|
/external/boringssl/src/crypto/fipsmodule/ec/ |
D | oct.c | 299 !BN_mod_mul(tmp1, tmp2, x, &group->field, ctx)) { in EC_POINT_set_compressed_coordinates_GFp() 311 if (!BN_mod_mul(tmp2, a, x, &group->field, ctx) || in EC_POINT_set_compressed_coordinates_GFp()
|
/external/cronet/third_party/boringssl/src/crypto/fipsmodule/ec/ |
D | oct.c | 299 !BN_mod_mul(tmp1, tmp2, x, &group->field, ctx)) { in EC_POINT_set_compressed_coordinates_GFp() 311 if (!BN_mod_mul(tmp2, a, x, &group->field, ctx) || in EC_POINT_set_compressed_coordinates_GFp()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/dsa/ |
D | dsa.c | 710 if (!BN_mod_mul(&u1, &u1, &u2, dsa->q, ctx)) { in DSA_do_check_signature() 715 if (!BN_mod_mul(&u2, sig->r, &u2, dsa->q, ctx)) { in DSA_do_check_signature()
|
/external/cronet/third_party/boringssl/src/crypto/dsa/ |
D | dsa.c | 755 if (!BN_mod_mul(&u1, &u1, &u2, dsa->q, ctx)) { in DSA_do_check_signature() 760 if (!BN_mod_mul(&u2, sig->r, &u2, dsa->q, ctx)) { in DSA_do_check_signature()
|
/external/boringssl/src/crypto/dsa/ |
D | dsa.c | 755 if (!BN_mod_mul(&u1, &u1, &u2, dsa->q, ctx)) { in DSA_do_check_signature() 760 if (!BN_mod_mul(&u2, sig->r, &u2, dsa->q, ctx)) { in DSA_do_check_signature()
|
/external/rust/crates/openssl/src/ |
D | bn.rs | 603 #[corresponds(BN_mod_mul)] 612 cvt(ffi::BN_mod_mul( in mod_mul()
|
/external/boringssl/src/include/openssl/ |
D | bn.h | 579 OPENSSL_EXPORT int BN_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
|
/external/cronet/third_party/boringssl/src/include/openssl/ |
D | bn.h | 579 OPENSSL_EXPORT int BN_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
|
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/ |
D | bn.h | 558 OPENSSL_EXPORT int BN_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
|
/external/grpc-grpc/src/objective-c/ |
D | grpc_shadow_boringssl_symbol_list | 766 BN_mod_mul
|
/external/wpa_supplicant_8/src/crypto/ |
D | crypto_openssl.c | 2120 res = BN_mod_mul((BIGNUM *) d, (const BIGNUM *) a, (const BIGNUM *) b, in crypto_bignum_mulmod() 2548 BN_mod_mul(tmp, tmp, (const BIGNUM *) x, e->prime, e->bnctx) && in crypto_ec_point_compute_y_sqr()
|
/external/grpc-grpc/src/core/tsi/ |
D | grpc_shadow_boringssl.h | 794 #define BN_mod_mul GRPC_SHADOW_BN_mod_mul macro
|