Symbol: BN_CTX_new_ex
crypto/openssl/crypto/bn/bn_ctx.c
138
return BN_CTX_new_ex(NULL);
crypto/openssl/crypto/bn/bn_ctx.c
144
BN_CTX *ret = BN_CTX_new_ex(ctx);
crypto/openssl/crypto/bn/bn_gcd.c
523
ctx = new_ctx = BN_CTX_new_ex(NULL);
crypto/openssl/crypto/dh/dh_check.c
166
ctx = BN_CTX_new_ex(dh->libctx);
crypto/openssl/crypto/dh/dh_check.c
355
ctx = BN_CTX_new_ex(dh->libctx);
crypto/openssl/crypto/dh/dh_check.c
77
ctx = BN_CTX_new_ex(dh->libctx);
crypto/openssl/crypto/dh/dh_gen.c
173
ctx = BN_CTX_new_ex(ret->libctx);
crypto/openssl/crypto/dh/dh_key.c
291
ctx = BN_CTX_new_ex(dh->libctx);
crypto/openssl/crypto/dh/dh_key.c
63
ctx = BN_CTX_new_ex(dh->libctx);
crypto/openssl/crypto/dsa/dsa_check.c
117
ctx = BN_CTX_new_ex(dsa->libctx);
crypto/openssl/crypto/dsa/dsa_key.c
153
if ((ctx = BN_CTX_new_ex(dsa->libctx)) == NULL)
crypto/openssl/crypto/dsa/dsa_ossl.c
107
ctx = BN_CTX_new_ex(dsa->libctx);
crypto/openssl/crypto/dsa/dsa_ossl.c
255
if ((ctx = BN_CTX_new_ex(NULL)) == NULL)
crypto/openssl/crypto/dsa/dsa_ossl.c
385
ctx = BN_CTX_new_ex(NULL); /* verify does not need a libctx */
crypto/openssl/crypto/ec/ec_ameth.c
500
bnctx = BN_CTX_new_ex(libctx);
crypto/openssl/crypto/ec/ec_backend.c
415
ctx = BN_CTX_new_ex(ossl_ec_key_get_libctx(ec));
crypto/openssl/crypto/ec/ec_check.c
31
ctx = new_ctx = BN_CTX_new_ex(NULL);
crypto/openssl/crypto/ec/ec_curve.c
3045
if ((ctx = BN_CTX_new_ex(libctx)) == NULL) {
crypto/openssl/crypto/ec/ec_key.c
449
BN_CTX *ctx = BN_CTX_new_ex(eckey->libctx);
crypto/openssl/crypto/ec/ec_key.c
673
if ((ctx = BN_CTX_new_ex(eckey->libctx)) == NULL)
crypto/openssl/crypto/ec/ec_key.c
702
ctx = BN_CTX_new_ex(key->libctx);
crypto/openssl/crypto/ec/ec_lib.c
1190
BN_CTX *ctx = BN_CTX_new_ex(group->libctx);
crypto/openssl/crypto/ec/ec_lib.c
1586
bnctx = BN_CTX_new_ex(libctx);
crypto/openssl/crypto/ec/ec_lib.c
1782
bnctx = new_bnctx = BN_CTX_new_ex(libctx);
crypto/openssl/crypto/ec/ec_lib.c
338
if ((ctx = BN_CTX_new_ex(group->libctx)) == NULL)
crypto/openssl/crypto/ec/ecdh_ossl.c
61
if ((ctx = BN_CTX_new_ex(ecdh->libctx)) == NULL)
crypto/openssl/crypto/ec/ecdsa_ossl.c
162
if ((ctx = BN_CTX_new_ex(eckey->libctx)) == NULL) {
crypto/openssl/crypto/ec/ecdsa_ossl.c
313
if ((ctx = BN_CTX_new_ex(eckey->libctx)) == NULL
crypto/openssl/crypto/ec/ecdsa_ossl.c
466
ctx = BN_CTX_new_ex(eckey->libctx);
crypto/openssl/crypto/ec/ecp_mont.c
157
ctx = new_ctx = BN_CTX_new_ex(group->libctx);
crypto/openssl/crypto/ec/ecp_nist.c
100
if ((ctx = new_ctx = BN_CTX_new_ex(group->libctx)) == NULL)
crypto/openssl/crypto/ec/ecp_nist.c
139
if ((ctx_new = ctx = BN_CTX_new_ex(group->libctx)) == NULL)
crypto/openssl/crypto/ec/ecp_nist.c
164
if ((ctx_new = ctx = BN_CTX_new_ex(group->libctx)) == NULL)
crypto/openssl/crypto/ec/ecp_nistz256.c
1457
if ((ctx = BN_CTX_new_ex(group->libctx)) == NULL) {
crypto/openssl/crypto/ec/ecp_nistz256.c
834
ctx = new_ctx = BN_CTX_new_ex(group->libctx);
crypto/openssl/crypto/ec/ecp_oct.c
200
ctx = new_ctx = BN_CTX_new_ex(group->libctx);
crypto/openssl/crypto/ec/ecp_oct.c
32
ctx = new_ctx = BN_CTX_new_ex(group->libctx);
crypto/openssl/crypto/ec/ecp_oct.c
320
ctx = new_ctx = BN_CTX_new_ex(group->libctx);
crypto/openssl/crypto/ec/ecp_s390x_nistp.c
254
ctx = BN_CTX_new_ex(group->libctx);
crypto/openssl/crypto/ec/ecp_s390x_nistp.c
63
ctx = new_ctx = BN_CTX_new_ex(group->libctx);
crypto/openssl/crypto/ec/ecp_smpl.c
1091
ctx = new_ctx = BN_CTX_new_ex(group->libctx);
crypto/openssl/crypto/ec/ecp_smpl.c
1177
ctx = new_ctx = BN_CTX_new_ex(group->libctx);
crypto/openssl/crypto/ec/ecp_smpl.c
1218
ctx = new_ctx = BN_CTX_new_ex(group->libctx);
crypto/openssl/crypto/ec/ecp_smpl.c
156
ctx = new_ctx = BN_CTX_new_ex(group->libctx);
crypto/openssl/crypto/ec/ecp_smpl.c
214
ctx = new_ctx = BN_CTX_new_ex(group->libctx);
crypto/openssl/crypto/ec/ecp_smpl.c
259
ctx = new_ctx = BN_CTX_new_ex(group->libctx);
crypto/openssl/crypto/ec/ecp_smpl.c
386
ctx = new_ctx = BN_CTX_new_ex(group->libctx);
crypto/openssl/crypto/ec/ecp_smpl.c
444
ctx = new_ctx = BN_CTX_new_ex(group->libctx);
crypto/openssl/crypto/ec/ecp_smpl.c
516
ctx = new_ctx = BN_CTX_new_ex(group->libctx);
crypto/openssl/crypto/ec/ecp_smpl.c
635
ctx = new_ctx = BN_CTX_new_ex(group->libctx);
crypto/openssl/crypto/ec/ecp_smpl.c
819
ctx = new_ctx = BN_CTX_new_ex(group->libctx);
crypto/openssl/crypto/ec/ecp_smpl.c
974
ctx = new_ctx = BN_CTX_new_ex(group->libctx);
crypto/openssl/crypto/evp/ctrl_params_translate.c
1632
BN_CTX *bnctx = BN_CTX_new_ex(ossl_ec_key_get_libctx(eckey));
crypto/openssl/crypto/evp/ctrl_params_translate.c
1678
bnctx = BN_CTX_new_ex(ossl_ec_key_get_libctx(eckey));
crypto/openssl/crypto/ffc/ffc_key_validate.c
32
ctx = BN_CTX_new_ex(NULL);
crypto/openssl/crypto/ffc/ffc_key_validate.c
73
ctx = BN_CTX_new_ex(NULL);
crypto/openssl/crypto/ffc/ffc_params_generate.c
575
if ((ctx = BN_CTX_new_ex(libctx)) == NULL)
crypto/openssl/crypto/ffc/ffc_params_generate.c
886
ctx = BN_CTX_new_ex(libctx);
crypto/openssl/crypto/ffc/ffc_params_validate.c
168
if ((ctx = BN_CTX_new_ex(libctx)) == NULL)
crypto/openssl/crypto/rsa/rsa_backend.c
102
ctx = BN_CTX_new_ex(rsa->libctx);
crypto/openssl/crypto/rsa/rsa_chk.c
50
ctx = BN_CTX_new_ex(key->libctx);
crypto/openssl/crypto/rsa/rsa_crpt.c
123
if ((ctx = BN_CTX_new_ex(rsa->libctx)) == NULL)
crypto/openssl/crypto/rsa/rsa_gen.c
312
ctx = BN_CTX_new_ex(rsa->libctx);
crypto/openssl/crypto/rsa/rsa_gen.c
99
ctx = BN_CTX_new_ex(rsa->libctx);
crypto/openssl/crypto/rsa/rsa_ossl.c
125
if ((ctx = BN_CTX_new_ex(rsa->libctx)) == NULL)
crypto/openssl/crypto/rsa/rsa_ossl.c
320
if ((ctx = BN_CTX_new_ex(rsa->libctx)) == NULL)
crypto/openssl/crypto/rsa/rsa_ossl.c
538
if ((ctx = BN_CTX_new_ex(rsa->libctx)) == NULL)
crypto/openssl/crypto/rsa/rsa_ossl.c
724
if ((ctx = BN_CTX_new_ex(rsa->libctx)) == NULL)
crypto/openssl/crypto/rsa/rsa_sp800_56b_check.c
318
ctx = BN_CTX_new_ex(rsa->libctx);
crypto/openssl/crypto/rsa/rsa_sp800_56b_check.c
417
ctx = BN_CTX_new_ex(rsa->libctx);
crypto/openssl/crypto/rsa/rsa_sp800_56b_gen.c
387
ctx = BN_CTX_new_ex(rsa->libctx);
crypto/openssl/crypto/rsa/rsa_x931g.c
157
ctx = BN_CTX_new_ex(rsa->libctx);
crypto/openssl/crypto/rsa/rsa_x931g.c
37
ctx = BN_CTX_new_ex(rsa->libctx);
crypto/openssl/crypto/sm2/sm2_crypt.c
157
ctx = BN_CTX_new_ex(libctx);
crypto/openssl/crypto/sm2/sm2_crypt.c
325
ctx = BN_CTX_new_ex(libctx);
crypto/openssl/crypto/sm2/sm2_sign.c
232
ctx = BN_CTX_new_ex(libctx);
crypto/openssl/crypto/sm2/sm2_sign.c
344
ctx = BN_CTX_new_ex(libctx);
crypto/openssl/crypto/sm2/sm2_sign.c
57
ctx = BN_CTX_new_ex(ossl_ec_key_get_libctx(key));
crypto/openssl/crypto/srp/srp_lib.c
113
if (b == NULL || N == NULL || g == NULL || v == NULL || (bn_ctx = BN_CTX_new_ex(libctx)) == NULL)
crypto/openssl/crypto/srp/srp_lib.c
219
|| a == NULL || (bn_ctx = BN_CTX_new_ex(libctx)) == NULL)
crypto/openssl/crypto/srp/srp_vfy.c
723
BN_CTX *bn_ctx = BN_CTX_new_ex(libctx);
crypto/openssl/include/openssl/bn.h
208
BN_CTX *BN_CTX_new_ex(OSSL_LIB_CTX *ctx);
crypto/openssl/providers/fips/self_test_kats.c
226
bnc = BN_CTX_new_ex(libctx);
crypto/openssl/providers/fips/self_test_kats.c
833
bnctx = BN_CTX_new_ex(libctx);
crypto/openssl/providers/implementations/encode_decode/encode_key2text.c
259
ctx = BN_CTX_new_ex(libctx);
crypto/openssl/providers/implementations/exchange/ecdh_exch.c
136
ctx = BN_CTX_new_ex(ossl_ec_key_get_libctx(priv));
crypto/openssl/providers/implementations/kem/ec_kem.c
222
ctx = BN_CTX_new_ex(ossl_ec_key_get_libctx(key1));
crypto/openssl/providers/implementations/kem/ec_kem.c
502
BN_CTX *bnctx = BN_CTX_new_ex(ossl_ec_key_get_libctx(pub));
crypto/openssl/providers/implementations/kem/ec_kem.c
86
bnctx = BN_CTX_new_ex(ossl_ec_key_get_libctx(ec));
crypto/openssl/providers/implementations/keymgmt/ec_kmgmt.c
1307
BN_CTX *bnctx = BN_CTX_new_ex(ossl_ec_key_get_libctx(ec));
crypto/openssl/providers/implementations/keymgmt/ec_kmgmt.c
138
bnctx = BN_CTX_new_ex(ossl_ec_key_get_libctx(eckey));
crypto/openssl/providers/implementations/keymgmt/ec_kmgmt.c
336
ctx = BN_CTX_new_ex(ossl_ec_key_get_libctx(ec1));
crypto/openssl/providers/implementations/keymgmt/ec_kmgmt.c
477
bnctx = BN_CTX_new_ex(ossl_ec_key_get_libctx(ec));
crypto/openssl/providers/implementations/keymgmt/ec_kmgmt.c
639
bnctx = BN_CTX_new_ex(libctx);
crypto/openssl/providers/implementations/keymgmt/ec_kmgmt.c
819
BN_CTX *ctx = BN_CTX_new_ex(ossl_ec_key_get_libctx(key));
crypto/openssl/providers/implementations/keymgmt/ec_kmgmt.c
883
ctx = BN_CTX_new_ex(ossl_ec_key_get_libctx(eck));
crypto/openssl/providers/implementations/keymgmt/ec_kmgmt.c
921
ctx = BN_CTX_new_ex(ossl_ec_key_get_libctx(eck));
crypto/openssl/test/acvp_test.c
1244
if (!TEST_ptr(bn_ctx = BN_CTX_new_ex(libctx))
crypto/openssl/test/acvp_test.c
730
if (!TEST_ptr(bn_ctx = BN_CTX_new_ex(libctx))
crypto/openssl/test/endecode_test.c
1455
if (!TEST_ptr(bnctx = BN_CTX_new_ex(testctx))
crypto/openssl/test/ffc_internal_test.c
614
if (!TEST_ptr(ctx = BN_CTX_new_ex(NULL)))