Symbol: BN_CTX_new
crypto/heimdal/lib/hx509/crypto.c
507
bnctx = BN_CTX_new();
crypto/krb5/src/plugins/preauth/spake/openssl.c
109
gd->ctx = BN_CTX_new();
crypto/openssh/ssh-rsa.c
373
if ((ctx = BN_CTX_new()) == NULL)
crypto/openssl/apps/lib/tlssrp_depr.c
29
BN_CTX *bn_ctx = BN_CTX_new();
crypto/openssl/crypto/bn/bn_prime.c
214
BN_CTX *ctx = BN_CTX_new();
crypto/openssl/crypto/bn/bn_prime.c
316
if (ctx == NULL && (ctxlocal = ctx = BN_CTX_new()) == NULL)
crypto/openssl/crypto/dsa/dsa_backend.c
162
if ((ctx = BN_CTX_new()) == NULL) {
crypto/openssl/crypto/ec/ec2_oct.c
170
ctx = new_ctx = BN_CTX_new();
crypto/openssl/crypto/ec/ec2_oct.c
318
ctx = new_ctx = BN_CTX_new();
crypto/openssl/crypto/ec/ec2_oct.c
50
ctx = new_ctx = BN_CTX_new();
crypto/openssl/crypto/ec/ec2_smpl.c
187
ctx = new_ctx = BN_CTX_new();
crypto/openssl/crypto/ec/ec2_smpl.c
377
ctx = new_ctx = BN_CTX_new();
crypto/openssl/crypto/ec/ec2_smpl.c
530
ctx = new_ctx = BN_CTX_new();
crypto/openssl/crypto/ec/ec2_smpl.c
601
ctx = new_ctx = BN_CTX_new();
crypto/openssl/crypto/ec/ec2_smpl.c
644
ctx = new_ctx = BN_CTX_new();
crypto/openssl/crypto/ec/ec_asn1.c
756
if ((ctx = BN_CTX_new()) == NULL) {
crypto/openssl/crypto/ec/ec_check.c
70
ctx = new_ctx = BN_CTX_new();
crypto/openssl/crypto/ec/ec_lib.c
644
ctx_new = ctx = BN_CTX_new();
crypto/openssl/crypto/ec/ec_mult.c
841
ctx = new_ctx = BN_CTX_new();
crypto/openssl/crypto/ec/eck_prn.c
90
ctx = BN_CTX_new();
crypto/openssl/crypto/ec/ecp_nistp224.c
1285
ctx = new_ctx = BN_CTX_new();
crypto/openssl/crypto/ec/ecp_nistp224.c
1597
ctx = new_ctx = BN_CTX_new();
crypto/openssl/crypto/ec/ecp_nistp256.c
1904
ctx = new_ctx = BN_CTX_new();
crypto/openssl/crypto/ec/ecp_nistp256.c
2224
ctx = new_ctx = BN_CTX_new();
crypto/openssl/crypto/ec/ecp_nistp384.c
1628
ctx = new_ctx = BN_CTX_new();
crypto/openssl/crypto/ec/ecp_nistp384.c
1936
ctx = new_ctx = BN_CTX_new();
crypto/openssl/crypto/ec/ecp_nistp521.c
1718
ctx = new_ctx = BN_CTX_new();
crypto/openssl/crypto/ec/ecp_nistp521.c
2035
ctx = new_ctx = BN_CTX_new();
crypto/openssl/crypto/pem/pvkfmt.c
411
if ((ctx = BN_CTX_new()) == NULL)
crypto/openssl/crypto/rsa/rsa_mp.c
71
if ((ctx = BN_CTX_new()) == NULL)
crypto/openssl/crypto/rsa/rsa_x931g.c
113
ctx2 = BN_CTX_new();
crypto/openssl/crypto/srp/srp_lib.c
199
if (a == NULL || N == NULL || g == NULL || (bn_ctx = BN_CTX_new()) == NULL)
crypto/openssl/crypto/srp/srp_lib.c
267
if (B == NULL || N == NULL || (bn_ctx = BN_CTX_new()) == NULL)
crypto/openssl/crypto/srp/srp_lib.c
85
if ((bn_ctx = BN_CTX_new()) == NULL || (tmp = BN_new()) == NULL)
crypto/openssl/fuzz/bignum.c
46
ctx = BN_CTX_new();
crypto/openssl/fuzz/bndiv.c
38
ctx = BN_CTX_new();
crypto/openssl/include/openssl/bn.h
209
BN_CTX *BN_CTX_new(void);
crypto/openssl/test/acvp_test.c
1484
if (!TEST_ptr(bn_ctx = BN_CTX_new())
crypto/openssl/test/acvp_test.c
836
if (!TEST_ptr(bn_ctx = BN_CTX_new())
crypto/openssl/test/bn_internal_test.c
91
if (!TEST_ptr(ctx = BN_CTX_new()))
crypto/openssl/test/bntest.c
2833
if (!TEST_ptr(nctx = BN_CTX_new())
crypto/openssl/test/bntest.c
3413
if (!TEST_ptr(ctx = BN_CTX_new()))
crypto/openssl/test/ec_internal_test.c
158
BN_CTX *ctx = BN_CTX_new();
crypto/openssl/test/ec_internal_test.c
224
|| !TEST_ptr(ctx = BN_CTX_new())
crypto/openssl/test/ec_internal_test.c
255
ctx = BN_CTX_new();
crypto/openssl/test/ec_internal_test.c
507
ctx = BN_CTX_new();
crypto/openssl/test/ec_internal_test.c
79
if (!TEST_ptr(ctx = BN_CTX_new()))
crypto/openssl/test/ectest.c
1299
if (!TEST_ptr(ctx = BN_CTX_new())
crypto/openssl/test/ectest.c
173
if (!TEST_ptr(ctx = BN_CTX_new())
crypto/openssl/test/ectest.c
1913
if (!TEST_ptr(bn_ctx = BN_CTX_new())
crypto/openssl/test/ectest.c
2099
if (!TEST_ptr(ctx = BN_CTX_new())
crypto/openssl/test/ectest.c
2238
if (!TEST_ptr(bn_ctx = BN_CTX_new()))
crypto/openssl/test/ectest.c
2455
if (!TEST_ptr(bn_ctx = BN_CTX_new()))
crypto/openssl/test/ectest.c
2656
if (!TEST_ptr(ctx = BN_CTX_new())
crypto/openssl/test/ectest.c
2841
if (!TEST_ptr(bnctx = BN_CTX_new())
crypto/openssl/test/ectest.c
3113
if (!TEST_ptr(ctx = BN_CTX_new()))
crypto/openssl/test/ectest.c
3218
if (!TEST_ptr(ctx = BN_CTX_new()))
crypto/openssl/test/ectest.c
50
|| !TEST_ptr(ctx = BN_CTX_new())
crypto/openssl/test/ectest.c
781
if (!TEST_ptr(ctx = BN_CTX_new())
crypto/openssl/test/ectest.c
933
if (!TEST_ptr(ctx = BN_CTX_new())
crypto/openssl/test/exptest.c
164
if (!TEST_ptr(ctx = BN_CTX_new()))
crypto/openssl/test/exptest.c
262
if (!TEST_ptr(ctx = BN_CTX_new()))
crypto/openssl/test/exptest.c
51
BN_CTX *ctx = BN_CTX_new();
crypto/openssl/test/rsa_sp800_56b_test.c
156
&& TEST_ptr(ctx = BN_CTX_new())
crypto/openssl/test/rsa_sp800_56b_test.c
198
&& TEST_ptr(ctx = BN_CTX_new())
crypto/openssl/test/rsa_sp800_56b_test.c
229
&& TEST_ptr(ctx = BN_CTX_new())
crypto/openssl/test/rsa_sp800_56b_test.c
290
&& TEST_ptr(ctx = BN_CTX_new())
crypto/openssl/test/rsa_sp800_56b_test.c
364
&& TEST_ptr(ctx = BN_CTX_new())
crypto/openssl/test/rsa_sp800_56b_test.c
418
&& TEST_ptr(ctx = BN_CTX_new())
lib/libmp/mpasbn.c
149
c = BN_CTX_new();
lib/libmp/mpasbn.c
254
c = BN_CTX_new();
lib/libmp/mpasbn.c
376
c = BN_CTX_new();
lib/libmp/mpasbn.c
507
c = BN_CTX_new();
lib/libmp/mpasbn.c
525
c = BN_CTX_new();
lib/libmp/mpasbn.c
547
c = BN_CTX_new();
lib/libmp/mpasbn.c
599
c = BN_CTX_new();
usr.bin/factor/factor.c
116
ctx = BN_CTX_new();