/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_sqrt.c | 101 if (!BN_mod_exp(ret, A, q, p, ctx)) in BN_mod_sqrt() 144 if (!BN_mod_exp(b, t, q, p, ctx)) in BN_mod_sqrt() 227 if (!BN_mod_exp(y, y, q, p, ctx)) in BN_mod_sqrt() 269 if (!BN_mod_exp(x, A, t, p, ctx)) in BN_mod_sqrt()
|
H A D | bn_blind.c | 295 if (!BN_mod_exp(ret->A, ret->A, ret->e, ret->mod, ctx)) in BN_BLINDING_create_param()
|
/third_party/openssl/crypto/bn/ |
H A D | bn_sqrt.c | 101 if (!BN_mod_exp(ret, A, q, p, ctx)) in BN_mod_sqrt() 144 if (!BN_mod_exp(b, t, q, p, ctx)) in BN_mod_sqrt() 227 if (!BN_mod_exp(y, y, q, p, ctx)) in BN_mod_sqrt() 269 if (!BN_mod_exp(x, A, t, p, ctx)) in BN_mod_sqrt()
|
H A D | bn_blind.c | 295 if (!BN_mod_exp(ret->A, ret->A, ret->e, ret->mod, ctx)) in BN_BLINDING_create_param()
|
/third_party/node/deps/openssl/openssl/crypto/srp/ |
H A D | srp_lib.c | 90 if (!BN_mod_exp(tmp, v, u, N, bn_ctx)) in SRP_Calc_server_key() 96 if (S != NULL && !BN_mod_exp(S, tmp, b, N, bn_ctx)) { in SRP_Calc_server_key() 123 if (!BN_mod_exp(gb, g, b, N, bn_ctx) in SRP_Calc_B_ex() 204 if ((A = BN_new()) != NULL && !BN_mod_exp(A, g, a, N, bn_ctx)) { in SRP_Calc_A() 232 if (!BN_mod_exp(tmp, g, xtmp, N, bn_ctx)) in SRP_Calc_client_key_ex() 245 if (K != NULL && !BN_mod_exp(K, tmp, tmp2, N, bn_ctx)) { in SRP_Calc_client_key_ex()
|
/third_party/openssl/crypto/srp/ |
H A D | srp_lib.c | 90 if (!BN_mod_exp(tmp, v, u, N, bn_ctx)) in SRP_Calc_server_key() 96 if (S != NULL && !BN_mod_exp(S, tmp, b, N, bn_ctx)) { in SRP_Calc_server_key() 123 if (!BN_mod_exp(gb, g, b, N, bn_ctx) in SRP_Calc_B_ex() 204 if ((A = BN_new()) != NULL && !BN_mod_exp(A, g, a, N, bn_ctx)) { in SRP_Calc_A() 232 if (!BN_mod_exp(tmp, g, xtmp, N, bn_ctx)) in SRP_Calc_client_key_ex() 245 if (K != NULL && !BN_mod_exp(K, tmp, tmp2, N, bn_ctx)) { in SRP_Calc_client_key_ex()
|
/third_party/node/deps/openssl/openssl/fuzz/ |
H A D | bignum.c | 77 OPENSSL_assert(BN_mod_exp(b4, b1, b2, b3, ctx)); in FuzzerTestOneInput()
|
/third_party/node/deps/openssl/openssl/crypto/ffc/ |
H A D | ffc_key_validate.c | 81 || !BN_mod_exp(tmp, pub_key, params->q, params->p, ctx)) in ossl_ffc_validate_public_key()
|
/third_party/openssl/crypto/ffc/ |
H A D | ffc_key_validate.c | 85 || !BN_mod_exp(tmp, pub_key, params->q, params->p, ctx)) in ossl_ffc_validate_public_key()
|
/third_party/openssl/fuzz/ |
H A D | bignum.c | 77 OPENSSL_assert(BN_mod_exp(b4, b1, b2, b3, ctx)); in FuzzerTestOneInput()
|
/third_party/node/deps/openssl/openssl/crypto/dsa/ |
H A D | dsa_key.c | 54 if (!BN_mod_exp(pub_key, dsa->params.g, prk, dsa->params.p, ctx)) in ossl_dsa_generate_public_key()
|
H A D | dsa_backend.c | 172 if (!BN_mod_exp(dsa_pubkey, dsa_g, dsa_privkey, dsa_p, ctx)) { in ossl_dsa_key_from_pkcs8()
|
/third_party/openssl/crypto/dsa/ |
H A D | dsa_key.c | 54 if (!BN_mod_exp(pub_key, dsa->params.g, prk, dsa->params.p, ctx)) in ossl_dsa_generate_public_key()
|
H A D | dsa_backend.c | 172 if (!BN_mod_exp(dsa_pubkey, dsa_g, dsa_privkey, dsa_p, ctx)) { in ossl_dsa_key_from_pkcs8()
|
/third_party/node/deps/openssl/openssl/crypto/rsa/ |
H A D | rsa_sp800_56b_gen.c | 441 && BN_mod_exp(tmp, k, rsa->e, rsa->n, ctx) in ossl_rsa_sp800_56b_pairwise_test() 442 && BN_mod_exp(tmp, tmp, rsa->d, rsa->n, ctx) in ossl_rsa_sp800_56b_pairwise_test()
|
/third_party/openssl/crypto/rsa/ |
H A D | rsa_sp800_56b_gen.c | 441 && BN_mod_exp(tmp, k, rsa->e, rsa->n, ctx) in ossl_rsa_sp800_56b_pairwise_test() 442 && BN_mod_exp(tmp, tmp, rsa->d, rsa->n, ctx) in ossl_rsa_sp800_56b_pairwise_test()
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | tlssrp_depr.c | 40 BN_mod_exp(r, g, p, N, bn_ctx) && in srp_Verify_N_and_g()
|
/third_party/openssl/apps/lib/ |
H A D | tlssrp_depr.c | 40 BN_mod_exp(r, g, p, N, bn_ctx) && in srp_Verify_N_and_g()
|
/third_party/node/deps/openssl/openssl/crypto/dh/ |
H A D | dh_check.c | 188 if (!BN_mod_exp(t1, dh->params.g, dh->params.q, dh->params.p, ctx)) in DH_check()
|
/third_party/openssl/crypto/dh/ |
H A D | dh_check.c | 187 if (!BN_mod_exp(t1, dh->params.g, dh->params.q, dh->params.p, ctx)) in DH_check()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | bn.rs | 100 pub fn BN_mod_exp( in BN_mod_exp() functions
|
/third_party/openssl/test/ |
H A D | bntest.c | 1651 if (!TEST_true(BN_mod_exp(ret, a, e, m, ctx)) in file_modexp() 1674 if (!TEST_true(BN_mod_exp(d, a, b, c, ctx)) in file_modexp() 2268 if (!TEST_false(BN_mod_exp(a, BN_value_one(), BN_value_one(), zero, ctx))) in test_badmod() 2324 if (!TEST_true(BN_mod_exp(r, a, zero, BN_value_one(), NULL)) in test_expmodzero() 2366 if (!TEST_true(BN_mod_exp(r, a, p, m, NULL)) in test_expmodone() 2828 if (!TEST_int_eq(BN_mod_exp(result, base, exponent, modulo, ctx), 1)) in test_mod_exp() 2866 if (!TEST_int_eq(BN_mod_exp(result, base, exponent, modulo, ctx), 1)) in test_mod_exp_consttime()
|
H A D | exptest.c | 68 if (!TEST_true(BN_mod_exp(r, a, p, m, ctx))) in test_mod_exp_zero() 71 if (!TEST_true(a_is_zero_mod_one("BN_mod_exp", r, a))) in test_mod_exp_zero()
|
/third_party/ffmpeg/libavformat/ |
H A D | rtmpdh.c | 160 if (!BN_mod_exp(bn, y, q, p, ctx)) { in bn_modexp()
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | bn.rs | 696 #[corresponds(BN_mod_exp)] 705 cvt(ffi::BN_mod_exp( in mod_exp()
|