Home
last modified time | relevance | path

Searched refs:BN_mod_mul (Results 1 – 25 of 27) sorted by relevance

12

/external/cronet/third_party/boringssl/src/crypto/fipsmodule/bn/
Dsqrt.c202 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()
Dprime.c887 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()
Dbn_test.cc641 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()
Ddiv.c648 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/
Dsqrt.c206 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()
Dprime.c874 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()
Dbn_test.cc641 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()
Ddiv.c648 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/
Dsqrt.c202 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()
Dprime.c887 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()
Dbn_test.cc641 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()
Ddiv.c648 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/
Doct.c268 !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/
Doct.c299 !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/
Doct.c299 !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/
Ddsa.c710 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/
Ddsa.c755 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/
Ddsa.c755 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/
Dbn.rs603 #[corresponds(BN_mod_mul)]
612 cvt(ffi::BN_mod_mul( in mod_mul()
/external/boringssl/src/include/openssl/
Dbn.h579 OPENSSL_EXPORT int BN_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
/external/cronet/third_party/boringssl/src/include/openssl/
Dbn.h579 OPENSSL_EXPORT int BN_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dbn.h558 OPENSSL_EXPORT int BN_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list766 BN_mod_mul
/external/wpa_supplicant_8/src/crypto/
Dcrypto_openssl.c2120 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/
Dgrpc_shadow_boringssl.h794 #define BN_mod_mul GRPC_SHADOW_BN_mod_mul macro

12