Symbol: BN_CTX_new
crypto/libressl/crypto/bn/bn_bpsw.c
423
ctx = BN_CTX_new();
crypto/libressl/crypto/bn/bn_isqrt.c
64
ctx = BN_CTX_new();
crypto/libressl/crypto/bn/bn_prime.c
182
ctx = BN_CTX_new();
crypto/libressl/crypto/bn/bn_prime.c
307
else if ((ctx = BN_CTX_new()) == NULL)
crypto/libressl/crypto/dh/dh_check.c
168
ctx = BN_CTX_new();
crypto/libressl/crypto/dh/dh_check.c
258
if ((ctx = BN_CTX_new()) == NULL)
crypto/libressl/crypto/dh/dh_gen.c
116
ctx = BN_CTX_new();
crypto/libressl/crypto/dh/dh_key.c
116
ctx = BN_CTX_new();
crypto/libressl/crypto/dh/dh_key.c
187
ctx = BN_CTX_new();
crypto/libressl/crypto/dsa/dsa_ameth.c
224
if (!(ctx = BN_CTX_new())) {
crypto/libressl/crypto/dsa/dsa_ameth.c
514
ctx = BN_CTX_new();
crypto/libressl/crypto/dsa/dsa_gen.c
148
if ((ctx=BN_CTX_new()) == NULL)
crypto/libressl/crypto/dsa/dsa_key.c
89
if ((ctx = BN_CTX_new()) == NULL)
crypto/libressl/crypto/dsa/dsa_ossl.c
118
ctx = BN_CTX_new();
crypto/libressl/crypto/dsa/dsa_ossl.c
227
if ((ctx = BN_CTX_new()) == NULL)
crypto/libressl/crypto/dsa/dsa_ossl.c
341
if ((ctx = BN_CTX_new()) == NULL)
crypto/libressl/crypto/ec/ec2_mult.c
385
ctx = new_ctx = BN_CTX_new();
crypto/libressl/crypto/ec/ec2_oct.c
105
ctx = new_ctx = BN_CTX_new();
crypto/libressl/crypto/ec/ec2_oct.c
215
ctx = new_ctx = BN_CTX_new();
crypto/libressl/crypto/ec/ec2_oct.c
353
ctx = new_ctx = BN_CTX_new();
crypto/libressl/crypto/ec/ec2_smpl.c
285
ctx = new_ctx = BN_CTX_new();
crypto/libressl/crypto/ec/ec2_smpl.c
459
ctx = new_ctx = BN_CTX_new();
crypto/libressl/crypto/ec/ec2_smpl.c
612
ctx = new_ctx = BN_CTX_new();
crypto/libressl/crypto/ec/ec2_smpl.c
674
ctx = new_ctx = BN_CTX_new();
crypto/libressl/crypto/ec/ec2_smpl.c
714
ctx = new_ctx = BN_CTX_new();
crypto/libressl/crypto/ec/ec_ameth.c
455
ctx = BN_CTX_new();
crypto/libressl/crypto/ec/ec_check.c
68
ctx = new_ctx = BN_CTX_new();
crypto/libressl/crypto/ec/ec_curve.c
3329
if ((ctx = BN_CTX_new()) == NULL) {
crypto/libressl/crypto/ec/ec_key.c
274
if ((ctx = BN_CTX_new()) == NULL)
crypto/libressl/crypto/ec/ec_key.c
327
if ((ctx = BN_CTX_new()) == NULL)
crypto/libressl/crypto/ec/ec_key.c
390
ctx = BN_CTX_new();
crypto/libressl/crypto/ec/ec_lib.c
287
if ((ctx = BN_CTX_new()) == NULL)
crypto/libressl/crypto/ec/ec_lib.c
597
ctx_new = ctx = BN_CTX_new();
crypto/libressl/crypto/ec/ec_mult.c
379
ctx = new_ctx = BN_CTX_new();
crypto/libressl/crypto/ec/ec_mult.c
749
ctx = new_ctx = BN_CTX_new();
crypto/libressl/crypto/ec/eck_prn.c
172
ctx = BN_CTX_new();
crypto/libressl/crypto/ec/ecp_mont.c
203
ctx = new_ctx = BN_CTX_new();
crypto/libressl/crypto/ec/ecp_nist.c
136
if ((ctx = new_ctx = BN_CTX_new()) == NULL)
crypto/libressl/crypto/ec/ecp_nist.c
179
if ((ctx_new = ctx = BN_CTX_new()) == NULL)
crypto/libressl/crypto/ec/ecp_nist.c
206
if ((ctx_new = ctx = BN_CTX_new()) == NULL)
crypto/libressl/crypto/ec/ecp_oct.c
238
ctx = new_ctx = BN_CTX_new();
crypto/libressl/crypto/ec/ecp_oct.c
348
ctx = new_ctx = BN_CTX_new();
crypto/libressl/crypto/ec/ecp_oct.c
81
ctx = new_ctx = BN_CTX_new();
crypto/libressl/crypto/ec/ecp_smpl.c
1004
ctx = new_ctx = BN_CTX_new();
crypto/libressl/crypto/ec/ecp_smpl.c
1117
ctx = new_ctx = BN_CTX_new();
crypto/libressl/crypto/ec/ecp_smpl.c
1202
ctx = new_ctx = BN_CTX_new();
crypto/libressl/crypto/ec/ecp_smpl.c
1243
ctx = new_ctx = BN_CTX_new();
crypto/libressl/crypto/ec/ecp_smpl.c
1524
if (ctx == NULL && (ctx = new_ctx = BN_CTX_new()) == NULL)
crypto/libressl/crypto/ec/ecp_smpl.c
192
ctx = new_ctx = BN_CTX_new();
crypto/libressl/crypto/ec/ecp_smpl.c
248
ctx = new_ctx = BN_CTX_new();
crypto/libressl/crypto/ec/ecp_smpl.c
295
ctx = new_ctx = BN_CTX_new();
crypto/libressl/crypto/ec/ecp_smpl.c
426
ctx = new_ctx = BN_CTX_new();
crypto/libressl/crypto/ec/ecp_smpl.c
479
ctx = new_ctx = BN_CTX_new();
crypto/libressl/crypto/ec/ecp_smpl.c
544
ctx = new_ctx = BN_CTX_new();
crypto/libressl/crypto/ec/ecp_smpl.c
659
ctx = new_ctx = BN_CTX_new();
crypto/libressl/crypto/ec/ecp_smpl.c
846
ctx = new_ctx = BN_CTX_new();
crypto/libressl/crypto/ecdh/ech_key.c
115
if ((ctx = BN_CTX_new()) == NULL)
crypto/libressl/crypto/ecdsa/ecs_ossl.c
146
if ((ctx = BN_CTX_new()) == NULL) {
crypto/libressl/crypto/ecdsa/ecs_ossl.c
286
if ((ctx = BN_CTX_new()) == NULL || (order = BN_new()) == NULL ||
crypto/libressl/crypto/ecdsa/ecs_ossl.c
462
if ((ctx = BN_CTX_new()) == NULL) {
crypto/libressl/crypto/gost/gostr341001.c
116
ctx = BN_CTX_new();
crypto/libressl/crypto/gost/gostr341001.c
156
BN_CTX *ctx = BN_CTX_new();
crypto/libressl/crypto/gost/gostr341001.c
252
BN_CTX *ctx = BN_CTX_new();
crypto/libressl/crypto/gost/gostr341001.c
344
ctx = BN_CTX_new();
crypto/libressl/crypto/gost/gostr341001_ameth.c
340
BN_CTX *ctx = BN_CTX_new();
crypto/libressl/crypto/gost/gostr341001_key.c
127
if ((ctx = BN_CTX_new()) == NULL)
crypto/libressl/crypto/gost/gostr341001_key.c
192
ctx = BN_CTX_new();
crypto/libressl/crypto/gost/gostr341001_pmeth.c
324
BN_CTX *ctx = BN_CTX_new();
crypto/libressl/crypto/pem/pvkfmt.c
342
if (!(ctx = BN_CTX_new()))
crypto/libressl/crypto/rsa/rsa_chk.c
76
ctx = BN_CTX_new();
crypto/libressl/crypto/rsa/rsa_crpt.c
187
if ((ctx = BN_CTX_new()) == NULL)
crypto/libressl/crypto/rsa/rsa_eay.c
187
if ((ctx = BN_CTX_new()) == NULL)
crypto/libressl/crypto/rsa/rsa_eay.c
366
if ((ctx = BN_CTX_new()) == NULL)
crypto/libressl/crypto/rsa/rsa_eay.c
494
if ((ctx = BN_CTX_new()) == NULL)
crypto/libressl/crypto/rsa/rsa_eay.c
628
if ((ctx = BN_CTX_new()) == NULL)
crypto/libressl/crypto/rsa/rsa_gen.c
100
ctx = BN_CTX_new();
crypto/libressl/include/openssl/bn.h
356
BN_CTX *BN_CTX_new(void);
crypto/openssh/ssh-rsa.c
351
if ((ctx = BN_CTX_new()) == NULL)
games/factor/factor.c
104
ctx = BN_CTX_new();
lib/libtelnet/pk.c
131
if ((ctx = BN_CTX_new()) == NULL)
lib/libtelnet/pk.c
213
if ((ctx = BN_CTX_new()) == NULL)
usr.bin/dc/bcode.c
1011
ctx = BN_CTX_new();
usr.bin/dc/bcode.c
1073
ctx = BN_CTX_new();
usr.bin/dc/bcode.c
1111
ctx = BN_CTX_new();
usr.bin/dc/bcode.c
1151
ctx = BN_CTX_new();
usr.bin/dc/bcode.c
1248
ctx = BN_CTX_new();
usr.bin/dc/bcode.c
1311
ctx = BN_CTX_new();
usr.bin/dc/bcode.c
367
ctx = BN_CTX_new();
usr.bin/dc/bcode.c
404
ctx = BN_CTX_new();
usr.bin/newkey/generic.c
112
if ((ctx = BN_CTX_new()) == NULL)
usr.sbin/keyserv/setkey.c
182
if ((ctx = BN_CTX_new()) == NULL)
usr.sbin/keyserv/setkey.c
243
if ((ctx = BN_CTX_new()) == NULL)