crypto/heimdal/lib/hx509/crypto.c
508
order = BN_new();
crypto/heimdal/lib/hx509/crypto.c
836
e = BN_new();
crypto/heimdal/lib/hx509/hxtool.c
1242
e = BN_new();
crypto/heimdal/lib/hx509/ks_keychain.c
282
rsa->n = BN_new();
crypto/krb5/src/plugins/preauth/spake/openssl.c
113
gd->order = BN_new();
crypto/krb5/src/plugins/preauth/spake/openssl.c
149
w = BN_new();
crypto/krb5/src/plugins/preauth/spake/openssl.c
182
priv = BN_new();
crypto/openssh/dh.c
127
if ((dhg->g = BN_new()) == NULL ||
crypto/openssh/dh.c
128
(dhg->p = BN_new()) == NULL) {
crypto/openssh/dh.c
255
if ((tmp = BN_new()) == NULL) {
crypto/openssh/kexdh.c
95
(shared_secret = BN_new()) == NULL) {
crypto/openssh/kexecdh.c
175
(shared_secret = BN_new()) == NULL) {
crypto/openssh/moduli.c
322
if ((q = BN_new()) == NULL)
crypto/openssh/moduli.c
329
if ((largebase = BN_new()) == NULL)
crypto/openssh/moduli.c
603
if ((p = BN_new()) == NULL)
crypto/openssh/moduli.c
605
if ((q = BN_new()) == NULL)
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
145
if ((x = BN_new()) == NULL ||
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
146
(y = BN_new()) == NULL ||
crypto/openssh/regress/unittests/bitmap/tests.c
42
bn = BN_new();
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_crypto.c
258
bn_x = BN_new();
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_crypto.c
259
bn_y = BN_new();
crypto/openssh/sk-usbhid.c
617
if ((x = BN_new()) == NULL ||
crypto/openssh/sk-usbhid.c
618
(y = BN_new()) == NULL ||
crypto/openssh/ssh-dss.c
373
(sig_r = BN_new()) == NULL ||
crypto/openssh/ssh-dss.c
374
(sig_s = BN_new()) == NULL) {
crypto/openssh/ssh-keygen.c
544
if ((dsa_p = BN_new()) == NULL ||
crypto/openssh/ssh-keygen.c
545
(dsa_q = BN_new()) == NULL ||
crypto/openssh/ssh-keygen.c
546
(dsa_g = BN_new()) == NULL ||
crypto/openssh/ssh-keygen.c
547
(dsa_pub_key = BN_new()) == NULL ||
crypto/openssh/ssh-keygen.c
548
(dsa_priv_key = BN_new()) == NULL)
crypto/openssh/ssh-keygen.c
578
if ((rsa_e = BN_new()) == NULL)
crypto/openssh/ssh-keygen.c
585
if ((rsa_n = BN_new()) == NULL ||
crypto/openssh/ssh-keygen.c
586
(rsa_d = BN_new()) == NULL ||
crypto/openssh/ssh-keygen.c
587
(rsa_p = BN_new()) == NULL ||
crypto/openssh/ssh-keygen.c
588
(rsa_q = BN_new()) == NULL ||
crypto/openssh/ssh-keygen.c
589
(rsa_iqmp = BN_new()) == NULL)
crypto/openssh/ssh-rsa.c
375
if ((aux = BN_new()) == NULL ||
crypto/openssh/ssh-rsa.c
376
(*rsa_dmq1 = BN_new()) == NULL ||
crypto/openssh/ssh-rsa.c
377
(*rsa_dmp1 = BN_new()) == NULL)
crypto/openssh/sshbuf-getput-crypto.c
48
if ((v = BN_new()) == NULL ||
crypto/openssh/sshkey.c
2712
if ((x = BN_new()) == NULL ||
crypto/openssh/sshkey.c
2713
(y = BN_new()) == NULL ||
crypto/openssh/sshkey.c
2714
(order = BN_new()) == NULL ||
crypto/openssh/sshkey.c
2715
(tmp = BN_new()) == NULL) {
crypto/openssh/sshkey.c
2766
if ((order = BN_new()) == NULL || (tmp = BN_new()) == NULL) {
crypto/openssh/sshkey.c
2803
if ((x = BN_new()) == NULL || (y = BN_new()) == NULL) {
crypto/openssl/apps/ca.c
940
if ((serial = BN_new()) == NULL || !rand_serial(serial, NULL)) {
crypto/openssl/apps/genrsa.c
88
BIGNUM *bn = BN_new();
crypto/openssl/apps/lib/apps.c
1514
ret = BN_new();
crypto/openssl/apps/lib/apps.c
1648
btmp = b == NULL ? BN_new() : b;
crypto/openssl/apps/lib/tlssrp_depr.c
30
BIGNUM *p = BN_new();
crypto/openssl/apps/lib/tlssrp_depr.c
31
BIGNUM *r = BN_new();
crypto/openssl/apps/prime.c
126
bn = BN_new();
crypto/openssl/apps/speed.c
3290
bn = BN_new();
crypto/openssl/crypto/asn1/a_object.c
104
bl = BN_new();
crypto/openssl/crypto/asn1/x_bignum.c
66
*pval = (ASN1_VALUE *)BN_new();
crypto/openssl/crypto/bn/bn_blind.c
252
if (ret->A == NULL && (ret->A = BN_new()) == NULL)
crypto/openssl/crypto/bn/bn_blind.c
254
if (ret->Ai == NULL && (ret->Ai = BN_new()) == NULL)
crypto/openssl/crypto/bn/bn_conv.c
146
if ((ret = BN_new()) == NULL)
crypto/openssl/crypto/bn/bn_conv.c
225
if ((ret = BN_new()) == NULL)
crypto/openssl/crypto/bn/bn_depr.c
32
if ((rnd = BN_new()) == NULL)
crypto/openssl/crypto/bn/bn_gcd.c
233
R = BN_new();
crypto/openssl/crypto/bn/bn_gcd.c
44
R = BN_new();
crypto/openssl/crypto/bn/bn_lib.c
255
BIGNUM *ret = BN_new();
crypto/openssl/crypto/bn/bn_lib.c
321
t = BN_get_flags(a, BN_FLG_SECURE) ? BN_secure_new() : BN_new();
crypto/openssl/crypto/bn/bn_lib.c
447
ret = bn = BN_new();
crypto/openssl/crypto/bn/bn_mpi.c
59
a = BN_new();
crypto/openssl/crypto/bn/bn_sqrt.c
31
ret = BN_new();
crypto/openssl/crypto/bn/bn_sqrt.c
49
ret = BN_new();
crypto/openssl/crypto/bn/bn_sqrt.c
73
ret = BN_new();
crypto/openssl/crypto/deterministic_nonce.c
103
BIGNUM *z = BN_new();
crypto/openssl/crypto/dh/dh_asn1.c
154
dhv.counter = BN_new();
crypto/openssl/crypto/dh/dh_check.c
285
two_powN = BN_new();
crypto/openssl/crypto/dh/dh_check.c
358
pub_key = BN_new();
crypto/openssl/crypto/dh/dh_gen.c
183
if (ret->params.p == NULL && ((ret->params.p = BN_new()) == NULL))
crypto/openssl/crypto/dh/dh_gen.c
185
if (ret->params.g == NULL && ((ret->params.g = BN_new()) == NULL))
crypto/openssl/crypto/dh/dh_key.c
233
BIGNUM *prk = BN_new();
crypto/openssl/crypto/dh/dh_key.c
305
pub_key = BN_new();
crypto/openssl/crypto/dsa/dsa_backend.c
158
if ((dsa_pubkey = BN_new()) == NULL) {
crypto/openssl/crypto/dsa/dsa_check.c
120
pub_key = BN_new();
crypto/openssl/crypto/dsa/dsa_key.c
179
if ((pub_key = BN_new()) == NULL)
crypto/openssl/crypto/dsa/dsa_key.c
46
BIGNUM *prk = BN_new();
crypto/openssl/crypto/dsa/dsa_key.c
81
BIGNUM *pub_key2 = BN_new();
crypto/openssl/crypto/dsa/dsa_ossl.c
102
ret->r = BN_new();
crypto/openssl/crypto/dsa/dsa_ossl.c
103
ret->s = BN_new();
crypto/openssl/crypto/dsa/dsa_ossl.c
248
k = BN_new();
crypto/openssl/crypto/dsa/dsa_ossl.c
249
l = BN_new();
crypto/openssl/crypto/dsa/dsa_ossl.c
382
u1 = BN_new();
crypto/openssl/crypto/dsa/dsa_ossl.c
383
u2 = BN_new();
crypto/openssl/crypto/dsa/dsa_ossl.c
384
t1 = BN_new();
crypto/openssl/crypto/dsa/dsa_ossl.c
487
if ((r = BN_new()) == NULL)
crypto/openssl/crypto/dsa/dsa_sign.c
64
sig->r = BN_new();
crypto/openssl/crypto/dsa/dsa_sign.c
66
sig->s = BN_new();
crypto/openssl/crypto/ec/ec2_smpl.c
222
point->X = BN_new();
crypto/openssl/crypto/ec/ec2_smpl.c
223
point->Y = BN_new();
crypto/openssl/crypto/ec/ec2_smpl.c
224
point->Z = BN_new();
crypto/openssl/crypto/ec/ec2_smpl.c
30
group->field = BN_new();
crypto/openssl/crypto/ec/ec2_smpl.c
31
group->a = BN_new();
crypto/openssl/crypto/ec/ec2_smpl.c
32
group->b = BN_new();
crypto/openssl/crypto/ec/ec_asn1.c
1213
sig->r = BN_new();
crypto/openssl/crypto/ec/ec_asn1.c
1215
sig->s = BN_new();
crypto/openssl/crypto/ec/ec_asn1.c
199
if ((tmp = BN_new()) == NULL) {
crypto/openssl/crypto/ec/ec_asn1.c
311
if ((tmp_1 = BN_new()) == NULL || (tmp_2 = BN_new()) == NULL) {
crypto/openssl/crypto/ec/ec_asn1.c
570
if ((p = BN_new()) == NULL) {
crypto/openssl/crypto/ec/ec_backend.c
639
ret->priv_key = BN_new();
crypto/openssl/crypto/ec/ec_key.c
147
dest->priv_key = BN_new();
crypto/openssl/crypto/ec/ec_key.c
343
order = BN_new();
crypto/openssl/crypto/ec/ec_lib.c
56
ret->order = BN_new();
crypto/openssl/crypto/ec/ec_lib.c
59
ret->cofactor = BN_new();
crypto/openssl/crypto/ec/ecdsa_ossl.c
169
r = BN_new(); /* this value is later returned in *rp */
crypto/openssl/crypto/ec/ecdsa_ossl.c
170
X = BN_new();
crypto/openssl/crypto/ec/ecdsa_ossl.c
305
ret->r = BN_new();
crypto/openssl/crypto/ec/ecdsa_ossl.c
306
ret->s = BN_new();
crypto/openssl/crypto/ec/ecdsa_ossl.c
314
|| (m = BN_new()) == NULL) {
crypto/openssl/crypto/ec/eck_prn.c
128
if ((p = BN_new()) == NULL || (a = BN_new()) == NULL || (b = BN_new()) == NULL) {
crypto/openssl/crypto/ec/ecp_mont.c
169
one = BN_new();
crypto/openssl/crypto/ec/ecp_nistz256.c
1487
one = BN_new();
crypto/openssl/crypto/ec/ecp_s390x_nistp.c
164
sig->r = BN_new();
crypto/openssl/crypto/ec/ecp_s390x_nistp.c
165
sig->s = BN_new();
crypto/openssl/crypto/ec/ecp_smpl.c
100
group->field = BN_new();
crypto/openssl/crypto/ec/ecp_smpl.c
101
group->a = BN_new();
crypto/openssl/crypto/ec/ecp_smpl.c
102
group->b = BN_new();
crypto/openssl/crypto/ec/ecp_smpl.c
1233
prod_Z[i] = BN_new();
crypto/openssl/crypto/ec/ecp_smpl.c
324
point->X = BN_new();
crypto/openssl/crypto/ec/ecp_smpl.c
325
point->Y = BN_new();
crypto/openssl/crypto/ec/ecp_smpl.c
326
point->Z = BN_new();
crypto/openssl/crypto/ffc/ffc_key_generate.c
38
two_powN = BN_new();
crypto/openssl/crypto/objects/obj_dat.c
535
if (bl == NULL && (bl = BN_new()) == NULL)
crypto/openssl/crypto/pem/pvkfmt.c
408
pub_key = BN_new();
crypto/openssl/crypto/pem/pvkfmt.c
461
e = BN_new();
crypto/openssl/crypto/rsa/rsa_acvp_test_params.c
114
t->p1 = BN_new();
crypto/openssl/crypto/rsa/rsa_acvp_test_params.c
115
t->p2 = BN_new();
crypto/openssl/crypto/rsa/rsa_acvp_test_params.c
116
t->q1 = BN_new();
crypto/openssl/crypto/rsa/rsa_acvp_test_params.c
117
t->q2 = BN_new();
crypto/openssl/crypto/rsa/rsa_chk.c
45
i = BN_new();
crypto/openssl/crypto/rsa/rsa_chk.c
46
j = BN_new();
crypto/openssl/crypto/rsa/rsa_chk.c
47
k = BN_new();
crypto/openssl/crypto/rsa/rsa_chk.c
48
l = BN_new();
crypto/openssl/crypto/rsa/rsa_chk.c
49
m = BN_new();
crypto/openssl/crypto/rsa/rsa_crpt.c
147
BIGNUM *n = BN_new();
crypto/openssl/crypto/rsa/rsa_depr.c
35
BIGNUM *e = BN_new();
crypto/openssl/crypto/rsa/rsa_gen.c
177
dval = BN_new();
crypto/openssl/crypto/rsa/rsa_gen.c
212
newexp = BN_new();
crypto/openssl/crypto/rsa/rsa_gen.c
223
iqmp = BN_new();
crypto/openssl/crypto/rsa/rsa_gen.c
237
newcoeff = BN_new();
crypto/openssl/crypto/rsa/rsa_gen.c
332
if (!rsa->n && ((rsa->n = BN_new()) == NULL))
crypto/openssl/crypto/rsa/rsa_gen.c
337
if (!rsa->e && ((rsa->e = BN_new()) == NULL))
crypto/openssl/crypto/rsa/rsa_ossl.c
1029
BIGNUM *pr1 = BN_new();
crypto/openssl/crypto/rsa/rsa_ossl.c
1060
BIGNUM *pr2 = BN_new();
crypto/openssl/crypto/rsa/rsa_ossl.c
1139
BIGNUM *d = BN_new();
crypto/openssl/crypto/rsa/rsa_ossl.c
382
BIGNUM *d = BN_new();
crypto/openssl/crypto/rsa/rsa_ossl.c
442
BIGNUM *d = BN_new();
crypto/openssl/crypto/rsa/rsa_ossl.c
626
BIGNUM *d = BN_new();
crypto/openssl/crypto/rsa/rsa_ossl.c
826
BIGNUM *factor = BN_new();
crypto/openssl/crypto/rsa/rsa_ossl.c
919
BIGNUM *c = BN_new();
crypto/openssl/crypto/rsa/rsa_ossl.c
930
BIGNUM *dmq1 = BN_new();
crypto/openssl/crypto/rsa/rsa_ossl.c
958
BIGNUM *dmp1 = BN_new();
crypto/openssl/crypto/rsa/rsa_ossl.c
975
BIGNUM *di = BN_new(), *cc = BN_new();
crypto/openssl/crypto/rsa/rsa_pmeth.c
785
rctx->pub_exp = BN_new();
crypto/openssl/crypto/rsa/rsa_sp800_56b_check.c
319
gcd = BN_new();
crypto/openssl/crypto/rsa/rsa_sp800_56b_gen.c
288
rsa->n = BN_new();
crypto/openssl/crypto/rsa/rsa_sp800_56b_gen.c
393
e = BN_new();
crypto/openssl/crypto/rsa/rsa_x931g.c
122
rsa->dmp1 = BN_new();
crypto/openssl/crypto/rsa/rsa_x931g.c
129
rsa->dmq1 = BN_new();
crypto/openssl/crypto/rsa/rsa_x931g.c
169
rsa->p = BN_new();
crypto/openssl/crypto/rsa/rsa_x931g.c
170
rsa->q = BN_new();
crypto/openssl/crypto/rsa/rsa_x931g.c
63
rsa->p = BN_new();
crypto/openssl/crypto/rsa/rsa_x931g.c
73
rsa->q = BN_new();
crypto/openssl/crypto/rsa/rsa_x931g.c
93
rsa->n = BN_new();
crypto/openssl/crypto/sm2/sm2_sign.c
252
r = BN_new();
crypto/openssl/crypto/sm2/sm2_sign.c
253
s = BN_new();
crypto/openssl/crypto/srp/srp_lib.c
116
if ((kv = BN_new()) == NULL || (gb = BN_new()) == NULL || (B = BN_new()) == NULL)
crypto/openssl/crypto/srp/srp_lib.c
202
if ((A = BN_new()) != NULL && !BN_mod_exp(A, g, a, N, bn_ctx)) {
crypto/openssl/crypto/srp/srp_lib.c
222
if ((tmp = BN_new()) == NULL || (tmp2 = BN_new()) == NULL || (tmp3 = BN_new()) == NULL || (xtmp = BN_new()) == NULL)
crypto/openssl/crypto/srp/srp_lib.c
239
K = BN_new();
crypto/openssl/crypto/srp/srp_lib.c
270
if ((r = BN_new()) == NULL)
crypto/openssl/crypto/srp/srp_lib.c
85
if ((bn_ctx = BN_CTX_new()) == NULL || (tmp = BN_new()) == NULL)
crypto/openssl/crypto/srp/srp_lib.c
95
S = BN_new();
crypto/openssl/crypto/srp/srp_vfy.c
745
verif = BN_new();
crypto/openssl/crypto/x509/v3_asid.c
300
if ((bn == NULL && (bn = BN_new()) == NULL) || ASN1_INTEGER_to_BN(a_max, bn) == NULL || !BN_add_word(bn, 1)) {
crypto/openssl/crypto/x509/v3_asid.c
413
if ((bn == NULL && (bn = BN_new()) == NULL) || ASN1_INTEGER_to_BN(a_max, bn) == NULL || !BN_add_word(bn, 1)) {
crypto/openssl/crypto/x509/v3_utl.c
207
bn = BN_new();
crypto/openssl/engines/e_capi.c
1060
BIGNUM *r = BN_new(), *s = BN_new();
crypto/openssl/engines/e_capi.c
688
e = BN_new();
crypto/openssl/engines/e_capi.c
689
n = BN_new();
crypto/openssl/engines/e_capi.c
743
p = BN_new();
crypto/openssl/engines/e_capi.c
744
q = BN_new();
crypto/openssl/engines/e_capi.c
745
g = BN_new();
crypto/openssl/engines/e_capi.c
746
pub_key = BN_new();
crypto/openssl/fuzz/bignum.c
41
b1 = BN_new();
crypto/openssl/fuzz/bignum.c
42
b2 = BN_new();
crypto/openssl/fuzz/bignum.c
43
b3 = BN_new();
crypto/openssl/fuzz/bignum.c
44
b4 = BN_new();
crypto/openssl/fuzz/bignum.c
45
b5 = BN_new();
crypto/openssl/fuzz/bndiv.c
33
b1 = BN_new();
crypto/openssl/fuzz/bndiv.c
34
b2 = BN_new();
crypto/openssl/fuzz/bndiv.c
35
b3 = BN_new();
crypto/openssl/fuzz/bndiv.c
36
b4 = BN_new();
crypto/openssl/fuzz/bndiv.c
37
b5 = BN_new();
crypto/openssl/include/openssl/bn.h
237
BIGNUM *BN_new(void);
crypto/openssl/providers/implementations/kem/ec_kem.c
87
rem = BN_new();
crypto/openssl/providers/implementations/keymgmt/ec_kmgmt.c
1070
bn = BN_new(); \
crypto/openssl/providers/implementations/keymgmt/rsa_kmgmt.c
458
if ((gctx->pub_exp = BN_new()) == NULL
crypto/openssl/test/asn1_dsa_internal_test.c
91
r = BN_new();
crypto/openssl/test/asn1_dsa_internal_test.c
92
s = BN_new();
crypto/openssl/test/asn1_internal_test.c
133
|| !TEST_ptr(n = BN_new())
crypto/openssl/test/asn1_internal_test.c
134
|| !TEST_ptr(e = BN_new())
crypto/openssl/test/bn_internal_test.c
33
ret = TEST_ptr(bn = BN_new())
crypto/openssl/test/bn_internal_test.c
54
ret = TEST_ptr(bn = BN_new())
crypto/openssl/test/bn_internal_test.c
73
if (!(TEST_ptr(b = BN_new()) && TEST_true(BN_set_word(b, 3))))
crypto/openssl/test/bntest.c
1000
|| !TEST_ptr(b[0] = BN_new())
crypto/openssl/test/bntest.c
1001
|| !TEST_ptr(b[1] = BN_new())
crypto/openssl/test/bntest.c
1002
|| !TEST_ptr(c = BN_new())
crypto/openssl/test/bntest.c
1003
|| !TEST_ptr(d = BN_new())
crypto/openssl/test/bntest.c
1004
|| !TEST_ptr(e = BN_new())
crypto/openssl/test/bntest.c
1005
|| !TEST_ptr(f = BN_new()))
crypto/openssl/test/bntest.c
1047
if (!TEST_ptr(a = BN_new())
crypto/openssl/test/bntest.c
1048
|| !TEST_ptr(b[0] = BN_new())
crypto/openssl/test/bntest.c
1049
|| !TEST_ptr(b[1] = BN_new())
crypto/openssl/test/bntest.c
1050
|| !TEST_ptr(c = BN_new())
crypto/openssl/test/bntest.c
1051
|| !TEST_ptr(d = BN_new())
crypto/openssl/test/bntest.c
1052
|| !TEST_ptr(e = BN_new())
crypto/openssl/test/bntest.c
1053
|| !TEST_ptr(f = BN_new()))
crypto/openssl/test/bntest.c
1092
if (!TEST_ptr(a = BN_new())
crypto/openssl/test/bntest.c
1093
|| !TEST_ptr(b[0] = BN_new())
crypto/openssl/test/bntest.c
1094
|| !TEST_ptr(b[1] = BN_new())
crypto/openssl/test/bntest.c
1095
|| !TEST_ptr(c = BN_new())
crypto/openssl/test/bntest.c
1096
|| !TEST_ptr(d = BN_new())
crypto/openssl/test/bntest.c
1097
|| !TEST_ptr(e = BN_new()))
crypto/openssl/test/bntest.c
1145
if (!TEST_ptr(a = BN_new())
crypto/openssl/test/bntest.c
1146
|| !TEST_ptr(b = BN_new())
crypto/openssl/test/bntest.c
1147
|| !TEST_ptr(r = BN_new())
crypto/openssl/test/bntest.c
1148
|| !TEST_ptr(t = BN_new()))
crypto/openssl/test/bntest.c
1227
|| !TEST_ptr(ret = BN_new()))
crypto/openssl/test/bntest.c
1335
|| !TEST_ptr(zero = BN_new())
crypto/openssl/test/bntest.c
1336
|| !TEST_ptr(ret = BN_new())
crypto/openssl/test/bntest.c
1337
|| !TEST_ptr(two = BN_new())
crypto/openssl/test/bntest.c
1338
|| !TEST_ptr(remainder = BN_new()))
crypto/openssl/test/bntest.c
1386
|| !TEST_ptr(ret = BN_new())
crypto/openssl/test/bntest.c
1411
|| !TEST_ptr(ret = BN_new())
crypto/openssl/test/bntest.c
1442
|| !TEST_ptr(zero = BN_new())
crypto/openssl/test/bntest.c
1443
|| !TEST_ptr(ret = BN_new())
crypto/openssl/test/bntest.c
1444
|| !TEST_ptr(remainder = BN_new()))
crypto/openssl/test/bntest.c
1465
if (!TEST_ptr(tmp = BN_new())
crypto/openssl/test/bntest.c
1503
|| !TEST_ptr(ret = BN_new())
crypto/openssl/test/bntest.c
1504
|| !TEST_ptr(remainder = BN_new())
crypto/openssl/test/bntest.c
1505
|| !TEST_ptr(zero = BN_new()))
crypto/openssl/test/bntest.c
1542
|| !TEST_ptr(ret = BN_new())
crypto/openssl/test/bntest.c
1543
|| !TEST_ptr(ret2 = BN_new())
crypto/openssl/test/bntest.c
1544
|| !TEST_ptr(nnmod = BN_new()))
crypto/openssl/test/bntest.c
156
if (!TEST_ptr(a = BN_new())
crypto/openssl/test/bntest.c
157
|| !TEST_ptr(b = BN_new())
crypto/openssl/test/bntest.c
158
|| !TEST_ptr(c = BN_new())
crypto/openssl/test/bntest.c
159
|| !TEST_ptr(d = BN_new()))
crypto/openssl/test/bntest.c
1624
|| !TEST_ptr(ret = BN_new()))
crypto/openssl/test/bntest.c
1634
BIGNUM *a_tmp = BN_new();
crypto/openssl/test/bntest.c
1635
BIGNUM *b_tmp = BN_new();
crypto/openssl/test/bntest.c
1675
|| !TEST_ptr(ret = BN_new()))
crypto/openssl/test/bntest.c
1685
BIGNUM *a_tmp = BN_new();
crypto/openssl/test/bntest.c
1723
|| !TEST_ptr(ret = BN_new())
crypto/openssl/test/bntest.c
1724
|| !TEST_ptr(d = BN_new()))
crypto/openssl/test/bntest.c
1776
|| !TEST_ptr(ret = BN_new()))
crypto/openssl/test/bntest.c
1800
|| !TEST_ptr(ret = BN_new())
crypto/openssl/test/bntest.c
1801
|| !TEST_ptr(ret2 = BN_new()))
crypto/openssl/test/bntest.c
1841
|| !TEST_ptr(ret = BN_new()))
crypto/openssl/test/bntest.c
1865
if (!TEST_ptr((n = BN_new())))
crypto/openssl/test/bntest.c
1984
if (!TEST_ptr(bn = BN_new())
crypto/openssl/test/bntest.c
2186
if (!TEST_ptr(bn = BN_new()))
crypto/openssl/test/bntest.c
2253
if (!TEST_ptr(bn = BN_new())
crypto/openssl/test/bntest.c
2285
if (!TEST_ptr(zbn = BN_new()))
crypto/openssl/test/bntest.c
2316
if (!TEST_ptr(bn_be = BN_new())
crypto/openssl/test/bntest.c
2317
|| !TEST_ptr(bn_expected_be = BN_new())
crypto/openssl/test/bntest.c
2319
|| !TEST_ptr(bn_le = BN_new())
crypto/openssl/test/bntest.c
2320
|| !TEST_ptr(bn_expected_le = BN_new())
crypto/openssl/test/bntest.c
2352
if (!TEST_ptr(bn = BN_new()))
crypto/openssl/test/bntest.c
2408
|| !TEST_ptr(rng = BN_new())
crypto/openssl/test/bntest.c
2409
|| !TEST_ptr(val = BN_new())
crypto/openssl/test/bntest.c
244
if (!TEST_ptr(a = BN_new())
crypto/openssl/test/bntest.c
245
|| !TEST_ptr(b = BN_new())
crypto/openssl/test/bntest.c
2459
if (!TEST_ptr(a = BN_new())
crypto/openssl/test/bntest.c
246
|| !TEST_ptr(c = BN_new()))
crypto/openssl/test/bntest.c
2460
|| !TEST_ptr(b = BN_new())
crypto/openssl/test/bntest.c
2461
|| !TEST_ptr(c = BN_new())
crypto/openssl/test/bntest.c
2462
|| !TEST_ptr(d = BN_new()))
crypto/openssl/test/bntest.c
2477
if (!TEST_ptr(numerator = BN_new())
crypto/openssl/test/bntest.c
2478
|| !TEST_ptr(denominator = BN_new()))
crypto/openssl/test/bntest.c
2528
if (!TEST_ptr(a = BN_new())
crypto/openssl/test/bntest.c
2529
|| !TEST_ptr(b = BN_new())
crypto/openssl/test/bntest.c
2530
|| !TEST_ptr(zero = BN_new())
crypto/openssl/test/bntest.c
2593
if (!TEST_ptr(zero = BN_new())
crypto/openssl/test/bntest.c
2594
|| !TEST_ptr(a = BN_new())
crypto/openssl/test/bntest.c
2595
|| !TEST_ptr(r = BN_new()))
crypto/openssl/test/bntest.c
2624
BIGNUM *r = BN_new();
crypto/openssl/test/bntest.c
2625
BIGNUM *a = BN_new();
crypto/openssl/test/bntest.c
2626
BIGNUM *p = BN_new();
crypto/openssl/test/bntest.c
2627
BIGNUM *m = BN_new();
crypto/openssl/test/bntest.c
2673
if (!TEST_ptr(r = BN_new()))
crypto/openssl/test/bntest.c
2698
if (!TEST_ptr(r = BN_new()))
crypto/openssl/test/bntest.c
2726
if (!TEST_ptr(r = BN_new()))
crypto/openssl/test/bntest.c
2750
if (!TEST_ptr(r = BN_new()))
crypto/openssl/test/bntest.c
282
if (!TEST_ptr(a = BN_new())
crypto/openssl/test/bntest.c
283
|| !TEST_ptr(b = BN_new())
crypto/openssl/test/bntest.c
284
|| !TEST_ptr(c = BN_new())
crypto/openssl/test/bntest.c
285
|| !TEST_ptr(d = BN_new())
crypto/openssl/test/bntest.c
2856
ret = TEST_ptr(a = BN_new())
crypto/openssl/test/bntest.c
2857
&& TEST_ptr(b = BN_new())
crypto/openssl/test/bntest.c
286
|| !TEST_ptr(e = BN_new())
crypto/openssl/test/bntest.c
2875
if (!TEST_ptr(a = BN_new())
crypto/openssl/test/bntest.c
2876
|| !TEST_ptr(b = BN_new())
crypto/openssl/test/bntest.c
2877
|| !TEST_ptr(gcd = BN_new()))
crypto/openssl/test/bntest.c
3099
if (!TEST_ptr(result = BN_new())
crypto/openssl/test/bntest.c
3133
if (!TEST_ptr(result = BN_new())
crypto/openssl/test/bntest.c
3174
if (!TEST_ptr(exp_result = BN_new())
crypto/openssl/test/bntest.c
3175
|| !TEST_ptr(exp_a1 = BN_new())
crypto/openssl/test/bntest.c
3176
|| !TEST_ptr(exp_p1 = BN_new())
crypto/openssl/test/bntest.c
3177
|| !TEST_ptr(exp_a2 = BN_new())
crypto/openssl/test/bntest.c
3178
|| !TEST_ptr(exp_p2 = BN_new())
crypto/openssl/test/bntest.c
3179
|| !TEST_ptr(exp_m = BN_new()))
crypto/openssl/test/bntest.c
3220
if (!TEST_ptr(r = BN_new()))
crypto/openssl/test/bntest.c
3258
if (!TEST_ptr(r = BN_new()))
crypto/openssl/test/bntest.c
333
BIGNUM *bn = BN_new();
crypto/openssl/test/bntest.c
396
if (!TEST_ptr(a = BN_new())
crypto/openssl/test/bntest.c
397
|| !TEST_ptr(b = BN_new())
crypto/openssl/test/bntest.c
398
|| !TEST_ptr(c = BN_new())
crypto/openssl/test/bntest.c
399
|| !TEST_ptr(d = BN_new())
crypto/openssl/test/bntest.c
400
|| !TEST_ptr(e = BN_new()))
crypto/openssl/test/bntest.c
479
if (!TEST_ptr(a = BN_new())
crypto/openssl/test/bntest.c
480
|| !TEST_ptr(p = BN_new())
crypto/openssl/test/bntest.c
481
|| !TEST_ptr(m = BN_new())
crypto/openssl/test/bntest.c
482
|| !TEST_ptr(d = BN_new())
crypto/openssl/test/bntest.c
483
|| !TEST_ptr(e = BN_new())
crypto/openssl/test/bntest.c
484
|| !TEST_ptr(b = BN_new())
crypto/openssl/test/bntest.c
485
|| !TEST_ptr(n = BN_new())
crypto/openssl/test/bntest.c
486
|| !TEST_ptr(c = BN_new())
crypto/openssl/test/bntest.c
743
if (!TEST_ptr(a = BN_new())
crypto/openssl/test/bntest.c
744
|| !TEST_ptr(b = BN_new())
crypto/openssl/test/bntest.c
745
|| !TEST_ptr(c = BN_new()))
crypto/openssl/test/bntest.c
777
if (!TEST_ptr(a = BN_new())
crypto/openssl/test/bntest.c
778
|| !TEST_ptr(b[0] = BN_new())
crypto/openssl/test/bntest.c
779
|| !TEST_ptr(b[1] = BN_new())
crypto/openssl/test/bntest.c
780
|| !TEST_ptr(c = BN_new())
crypto/openssl/test/bntest.c
781
|| !TEST_ptr(d = BN_new())
crypto/openssl/test/bntest.c
782
|| !TEST_ptr(e = BN_new()))
crypto/openssl/test/bntest.c
818
if (!TEST_ptr(a = BN_new())
crypto/openssl/test/bntest.c
819
|| !TEST_ptr(b[0] = BN_new())
crypto/openssl/test/bntest.c
820
|| !TEST_ptr(b[1] = BN_new())
crypto/openssl/test/bntest.c
821
|| !TEST_ptr(c = BN_new())
crypto/openssl/test/bntest.c
822
|| !TEST_ptr(d = BN_new())
crypto/openssl/test/bntest.c
823
|| !TEST_ptr(e = BN_new())
crypto/openssl/test/bntest.c
824
|| !TEST_ptr(f = BN_new())
crypto/openssl/test/bntest.c
825
|| !TEST_ptr(g = BN_new())
crypto/openssl/test/bntest.c
826
|| !TEST_ptr(h = BN_new()))
crypto/openssl/test/bntest.c
870
if (!TEST_ptr(a = BN_new())
crypto/openssl/test/bntest.c
871
|| !TEST_ptr(b[0] = BN_new())
crypto/openssl/test/bntest.c
872
|| !TEST_ptr(b[1] = BN_new())
crypto/openssl/test/bntest.c
873
|| !TEST_ptr(c = BN_new())
crypto/openssl/test/bntest.c
874
|| !TEST_ptr(d = BN_new()))
crypto/openssl/test/bntest.c
909
if (!TEST_ptr(a = BN_new())
crypto/openssl/test/bntest.c
910
|| !TEST_ptr(b[0] = BN_new())
crypto/openssl/test/bntest.c
911
|| !TEST_ptr(b[1] = BN_new())
crypto/openssl/test/bntest.c
912
|| !TEST_ptr(c = BN_new())
crypto/openssl/test/bntest.c
913
|| !TEST_ptr(d = BN_new()))
crypto/openssl/test/bntest.c
955
if (!TEST_ptr(a = BN_new())
crypto/openssl/test/bntest.c
956
|| !TEST_ptr(b[0] = BN_new())
crypto/openssl/test/bntest.c
957
|| !TEST_ptr(b[1] = BN_new())
crypto/openssl/test/bntest.c
958
|| !TEST_ptr(c = BN_new())
crypto/openssl/test/bntest.c
959
|| !TEST_ptr(d = BN_new())
crypto/openssl/test/bntest.c
960
|| !TEST_ptr(e = BN_new())
crypto/openssl/test/bntest.c
961
|| !TEST_ptr(f = BN_new()))
crypto/openssl/test/bntest.c
999
if (!TEST_ptr(a = BN_new())
crypto/openssl/test/dhtest.c
279
|| !TEST_ptr(pub = BN_new())
crypto/openssl/test/dhtest.c
280
|| !TEST_ptr(priv = BN_new()))
crypto/openssl/test/dhtest.c
58
|| !TEST_ptr(p = BN_new())
crypto/openssl/test/dhtest.c
59
|| !TEST_ptr(q = BN_new())
crypto/openssl/test/dhtest.c
60
|| !TEST_ptr(g = BN_new())
crypto/openssl/test/dhtest.c
61
|| !TEST_ptr(priv_key = BN_new()))
crypto/openssl/test/dsatest.c
506
|| !TEST_ptr(badq = BN_new())
crypto/openssl/test/dsatest.c
508
|| !TEST_ptr(badpriv = BN_new())
crypto/openssl/test/ecdsatest.c
113
|| !TEST_ptr(r = BN_new())
crypto/openssl/test/ecdsatest.c
114
|| !TEST_ptr(s = BN_new())
crypto/openssl/test/ecdsatest.c
44
if (!TEST_ptr(tmp = BN_new())
crypto/openssl/test/ecstresstest.c
47
if (!TEST_ptr(scalar = BN_new())
crypto/openssl/test/ectest.c
1300
|| !TEST_ptr(p = BN_new())
crypto/openssl/test/ectest.c
1301
|| !TEST_ptr(a = BN_new())
crypto/openssl/test/ectest.c
1302
|| !TEST_ptr(b = BN_new())
crypto/openssl/test/ectest.c
1303
|| !TEST_ptr(x = BN_new())
crypto/openssl/test/ectest.c
1304
|| !TEST_ptr(y = BN_new())
crypto/openssl/test/ectest.c
1305
|| !TEST_ptr(m = BN_new())
crypto/openssl/test/ectest.c
1306
|| !TEST_ptr(n = BN_new())
crypto/openssl/test/ectest.c
1307
|| !TEST_ptr(order = BN_new())
crypto/openssl/test/ectest.c
1308
|| !TEST_ptr(yplusone = BN_new())
crypto/openssl/test/ectest.c
174
|| !TEST_ptr(p = BN_new())
crypto/openssl/test/ectest.c
175
|| !TEST_ptr(a = BN_new())
crypto/openssl/test/ectest.c
176
|| !TEST_ptr(b = BN_new())
crypto/openssl/test/ectest.c
1916
|| !TEST_ptr(group_p = BN_new())
crypto/openssl/test/ectest.c
1917
|| !TEST_ptr(group_a = BN_new())
crypto/openssl/test/ectest.c
1918
|| !TEST_ptr(group_b = BN_new())
crypto/openssl/test/ectest.c
1919
|| !TEST_ptr(group_cofactor = BN_new())
crypto/openssl/test/ectest.c
199
|| !TEST_ptr(x = BN_new())
crypto/openssl/test/ectest.c
200
|| !TEST_ptr(y = BN_new())
crypto/openssl/test/ectest.c
201
|| !TEST_ptr(z = BN_new())
crypto/openssl/test/ectest.c
202
|| !TEST_ptr(yplusone = BN_new())
crypto/openssl/test/ectest.c
2734
if (!TEST_ptr(x = BN_new())
crypto/openssl/test/ectest.c
2735
|| !TEST_ptr(y = BN_new())
crypto/openssl/test/ectest.c
47
if (!TEST_ptr(n1 = BN_new())
crypto/openssl/test/ectest.c
48
|| !TEST_ptr(n2 = BN_new())
crypto/openssl/test/ectest.c
49
|| !TEST_ptr(order = BN_new())
crypto/openssl/test/ectest.c
577
if (!TEST_ptr(scalar3 = BN_new()))
crypto/openssl/test/ectest.c
782
|| !TEST_ptr(p = BN_new())
crypto/openssl/test/ectest.c
783
|| !TEST_ptr(a = BN_new())
crypto/openssl/test/ectest.c
784
|| !TEST_ptr(b = BN_new())
crypto/openssl/test/ectest.c
785
|| !TEST_ptr(x = BN_new())
crypto/openssl/test/ectest.c
786
|| !TEST_ptr(y = BN_new())
crypto/openssl/test/ectest.c
787
|| !TEST_ptr(z = BN_new())
crypto/openssl/test/ectest.c
788
|| !TEST_ptr(yplusone = BN_new())
crypto/openssl/test/ectest.c
934
|| !TEST_ptr(p = BN_new())
crypto/openssl/test/ectest.c
935
|| !TEST_ptr(a = BN_new())
crypto/openssl/test/ectest.c
936
|| !TEST_ptr(b = BN_new())
crypto/openssl/test/ectest.c
963
|| !TEST_ptr(x = BN_new())
crypto/openssl/test/ectest.c
964
|| !TEST_ptr(y = BN_new())
crypto/openssl/test/ectest.c
965
|| !TEST_ptr(z = BN_new())
crypto/openssl/test/ectest.c
966
|| !TEST_ptr(cof = BN_new())
crypto/openssl/test/ectest.c
967
|| !TEST_ptr(yplusone = BN_new())
crypto/openssl/test/evp_extra_test.c
1148
if (!TEST_ptr(p = BN_new())
crypto/openssl/test/evp_extra_test.c
1149
|| !TEST_ptr(q = BN_new())
crypto/openssl/test/evp_extra_test.c
1150
|| !TEST_ptr(g = BN_new())
crypto/openssl/test/evp_extra_test.c
1151
|| !TEST_ptr(pub = BN_new())
crypto/openssl/test/evp_extra_test.c
1152
|| !TEST_ptr(priv = BN_new()))
crypto/openssl/test/evp_extra_test.c
3792
|| !TEST_ptr(p = BN_new())
crypto/openssl/test/evp_extra_test.c
3793
|| !TEST_ptr(q = BN_new())
crypto/openssl/test/evp_extra_test.c
3794
|| !TEST_ptr(g = BN_new())
crypto/openssl/test/evp_extra_test.c
3795
|| !TEST_ptr(pub = BN_new())
crypto/openssl/test/evp_extra_test.c
3796
|| !TEST_ptr(priv = BN_new()))
crypto/openssl/test/evp_extra_test.c
3860
|| !TEST_ptr(n = BN_new())
crypto/openssl/test/evp_extra_test.c
3861
|| !TEST_ptr(e = BN_new())
crypto/openssl/test/evp_extra_test.c
3862
|| !TEST_ptr(d = BN_new()))
crypto/openssl/test/evp_extra_test.c
4174
if (!TEST_ptr(p = BN_new())
crypto/openssl/test/evp_extra_test.c
4175
|| !TEST_ptr(g = BN_new())
crypto/openssl/test/evp_extra_test.c
4176
|| !TEST_ptr(pubkey = BN_new())
crypto/openssl/test/evp_extra_test.c
4183
|| !TEST_ptr(pubkey = BN_new())
crypto/openssl/test/evp_extra_test.c
942
|| !TEST_ptr(n = BN_new())
crypto/openssl/test/evp_extra_test.c
943
|| !TEST_ptr(e = BN_new())
crypto/openssl/test/evp_pkey_provided_test.c
1723
|| !TEST_ptr(group_p = BN_new())
crypto/openssl/test/evp_pkey_provided_test.c
1724
|| !TEST_ptr(group_a = BN_new())
crypto/openssl/test/evp_pkey_provided_test.c
1725
|| !TEST_ptr(group_b = BN_new())
crypto/openssl/test/evp_pkey_provided_test.c
381
BIGNUM *bn = BN_new();
crypto/openssl/test/evp_pkey_provided_test.c
382
BIGNUM *bn_from = BN_new();
crypto/openssl/test/exptest.c
167
if (!TEST_ptr(r_mont = BN_new())
crypto/openssl/test/exptest.c
168
|| !TEST_ptr(r_mont_const = BN_new())
crypto/openssl/test/exptest.c
169
|| !TEST_ptr(r_recp = BN_new())
crypto/openssl/test/exptest.c
170
|| !TEST_ptr(r_simple = BN_new())
crypto/openssl/test/exptest.c
171
|| !TEST_ptr(a = BN_new())
crypto/openssl/test/exptest.c
172
|| !TEST_ptr(b = BN_new())
crypto/openssl/test/exptest.c
173
|| !TEST_ptr(m = BN_new()))
crypto/openssl/test/exptest.c
265
if (!TEST_ptr(r_mont_const_x2_1 = BN_new())
crypto/openssl/test/exptest.c
266
|| !TEST_ptr(r_mont_const_x2_2 = BN_new())
crypto/openssl/test/exptest.c
267
|| !TEST_ptr(r_simple1 = BN_new())
crypto/openssl/test/exptest.c
268
|| !TEST_ptr(r_simple2 = BN_new())
crypto/openssl/test/exptest.c
269
|| !TEST_ptr(a1 = BN_new())
crypto/openssl/test/exptest.c
270
|| !TEST_ptr(b1 = BN_new())
crypto/openssl/test/exptest.c
271
|| !TEST_ptr(m1 = BN_new())
crypto/openssl/test/exptest.c
272
|| !TEST_ptr(a2 = BN_new())
crypto/openssl/test/exptest.c
273
|| !TEST_ptr(b2 = BN_new())
crypto/openssl/test/exptest.c
274
|| !TEST_ptr(m2 = BN_new()))
crypto/openssl/test/exptest.c
55
if (!TEST_ptr(m = BN_new())
crypto/openssl/test/exptest.c
56
|| !TEST_ptr(a = BN_new())
crypto/openssl/test/exptest.c
57
|| !TEST_ptr(p = BN_new())
crypto/openssl/test/exptest.c
58
|| !TEST_ptr(r = BN_new()))
crypto/openssl/test/ffc_internal_test.c
398
if (!TEST_ptr(bn = BN_new()))
crypto/openssl/test/ffc_internal_test.c
448
if (!TEST_ptr(pub = BN_new()))
crypto/openssl/test/ffc_internal_test.c
546
if (!TEST_ptr(priv = BN_new()))
crypto/openssl/test/ffc_internal_test.c
617
if (!TEST_ptr(priv = BN_new()))
crypto/openssl/test/helpers/predefined_dhparams.c
586
g = BN_new();
crypto/openssl/test/helpers/predefined_dhparams.c
607
g = BN_new();
crypto/openssl/test/keymgmt_internal_test.c
182
if (!TEST_ptr(bn1 = BN_new())
crypto/openssl/test/keymgmt_internal_test.c
184
|| !TEST_ptr(bn2 = BN_new())
crypto/openssl/test/keymgmt_internal_test.c
186
|| !TEST_ptr(bn3 = BN_new())
crypto/openssl/test/keymgmt_internal_test.c
191
if (!TEST_ptr(bn1 = BN_new())
crypto/openssl/test/keymgmt_internal_test.c
193
|| !TEST_ptr(bn2 = BN_new())
crypto/openssl/test/keymgmt_internal_test.c
198
if (!TEST_ptr(bn1 = BN_new())
crypto/openssl/test/keymgmt_internal_test.c
200
|| !TEST_ptr(bn2 = BN_new())
crypto/openssl/test/keymgmt_internal_test.c
202
|| !TEST_ptr(bn3 = BN_new())
crypto/openssl/test/keymgmt_internal_test.c
208
if (!TEST_ptr(bn_primes[0] = BN_new())
crypto/openssl/test/keymgmt_internal_test.c
210
|| !TEST_ptr(bn_exps[0] = BN_new())
crypto/openssl/test/keymgmt_internal_test.c
212
|| !TEST_ptr(bn_coeffs[0] = BN_new())
crypto/openssl/test/param_build_test.c
109
|| !TEST_ptr(zbn = BN_new())
crypto/openssl/test/param_build_test.c
111
|| !TEST_ptr(pbn = BN_new())
crypto/openssl/test/param_build_test.c
27
|| !TEST_ptr(zbn = BN_new())
crypto/openssl/test/param_build_test.c
475
|| !TEST_ptr(bn_pub = BN_new())
crypto/openssl/test/rsa_mp_test.c
293
if (!TEST_ptr(ebn = BN_new()))
crypto/openssl/test/rsa_sp800_56b_test.c
101
BIGNUM *ret = BN_new();
crypto/openssl/test/rsa_sp800_56b_test.c
113
ret = TEST_ptr(e = BN_new())
crypto/openssl/test/rsa_sp800_56b_test.c
151
ret = TEST_ptr(p = BN_new())
crypto/openssl/test/rsa_sp800_56b_test.c
193
ret = TEST_ptr(p = BN_new())
crypto/openssl/test/rsa_sp800_56b_test.c
197
&& TEST_ptr(e = BN_new())
crypto/openssl/test/rsa_sp800_56b_test.c
230
&& TEST_ptr(p = BN_new())
crypto/openssl/test/rsa_sp800_56b_test.c
231
&& TEST_ptr(q = BN_new())
crypto/openssl/test/rsa_sp800_56b_test.c
242
ret = TEST_ptr(e = BN_new())
crypto/openssl/test/rsa_sp800_56b_test.c
243
&& TEST_ptr(d = BN_new())
crypto/openssl/test/rsa_sp800_56b_test.c
244
&& TEST_ptr(n = BN_new())
crypto/openssl/test/rsa_sp800_56b_test.c
291
&& TEST_ptr(p = BN_new())
crypto/openssl/test/rsa_sp800_56b_test.c
292
&& TEST_ptr(q = BN_new())
crypto/openssl/test/rsa_sp800_56b_test.c
293
&& TEST_ptr(e = BN_new())
crypto/openssl/test/rsa_sp800_56b_test.c
365
&& TEST_ptr(p = BN_new())
crypto/openssl/test/rsa_sp800_56b_test.c
366
&& TEST_ptr(q = BN_new())
crypto/openssl/test/rsa_sp800_56b_test.c
367
&& TEST_ptr(e = BN_new())
crypto/openssl/test/rsa_sp800_56b_test.c
391
ret = TEST_ptr(tmp = BN_new())
crypto/openssl/test/rsa_sp800_56b_test.c
392
&& TEST_ptr(p = BN_new())
crypto/openssl/test/rsa_sp800_56b_test.c
393
&& TEST_ptr(q = BN_new())
crypto/openssl/test/rsa_x931_test.c
27
&& TEST_ptr(e = BN_new())
crypto/openssl/test/testutil/tests.c
420
if ((bw = BN_new()) != NULL)
crypto/openssl/test/testutil/tests.c
436
if ((bw = BN_new()) != NULL)
lib/libmp/mpasbn.c
132
mp->bn = BN_new();
lib/libmp/mpasbn.c
151
b = BN_new();
lib/libmp/mpasbn.c
192
b = BN_new();
lib/libmp/mpasbn.c
237
r = BN_new();
lib/libmp/mpasbn.c
239
q = BN_new();
lib/libmp/mpasbn.c
413
b = BN_new();
lib/libmp/mpasbn.c
494
b = BN_new();
lib/libmp/mpasbn.c
527
b = BN_new();
lib/libmp/mpasbn.c
549
b = BN_new();
lib/libmp/mpasbn.c
572
q = BN_new();
lib/libmp/mpasbn.c
574
r = BN_new();
lib/libmp/mpasbn.c
617
mp->bn = BN_new();
usr.bin/factor/factor.c
117
val = BN_new();
usr.bin/factor/factor.c
198
bnfact = BN_new();
usr.bin/factor/factor.c
252
base = BN_new();
usr.bin/factor/factor.c
253
rbase = BN_new();
usr.bin/factor/factor.c
254
num = BN_new();
usr.bin/factor/factor.c
255
i = BN_new();
usr.bin/factor/factor.c
256
x = BN_new();