Searched refs:BN_new (Results 1 - 25 of 70) sorted by relevance

123

/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bn/
H A Ddivtest.c23 BIGNUM *a=BN_new(), *b=BN_new(), *c=BN_new(), *d=BN_new(),
24 *C=BN_new(), *D=BN_new();
H A Dbntest.c801 a=BN_new();
802 b=BN_new();
803 c=BN_new();
804 d=BN_new();
805 e=BN_new();
847 a=BN_new();
848 b=BN_new();
849 c=BN_new();
850 d=BN_new();
851 e=BN_new();
[all...]
H A Dexptest.c90 r_mont=BN_new();
91 r_mont_const=BN_new();
92 r_recp=BN_new();
93 r_simple=BN_new();
94 a=BN_new();
95 b=BN_new();
96 m=BN_new();
H A Dbn_depr.c80 if ((rnd=BN_new()) == NULL) goto err;
H A Dbn_mpi.c108 if (a == NULL) a=BN_new();
H A Dexpspeed.c213 a=BN_new();
214 b=BN_new();
215 c=BN_new();
216 r=BN_new();
/barrelfish-2018-10-04/lib/openssl-1.0.0d/test/
H A Dbntest.c801 a=BN_new();
802 b=BN_new();
803 c=BN_new();
804 d=BN_new();
805 e=BN_new();
847 a=BN_new();
848 b=BN_new();
849 c=BN_new();
850 d=BN_new();
851 e=BN_new();
[all...]
H A Dexptest.c90 r_mont=BN_new();
91 r_mont_const=BN_new();
92 r_recp=BN_new();
93 r_simple=BN_new();
94 a=BN_new();
95 b=BN_new();
96 m=BN_new();
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/jpake/
H A Djpake.c36 zkp->gr = BN_new();
37 zkp->b = BN_new();
52 p->gx = BN_new();
86 ctx->p.gxc = BN_new();
87 ctx->p.gxd = BN_new();
89 ctx->xa = BN_new();
90 ctx->xb = BN_new();
91 ctx->key = BN_new();
189 BIGNUM *r = BN_new();
190 BIGNUM *h = BN_new();
[all...]
H A Djpaketest.c120 BIGNUM *secret = BN_new();
137 p = BN_new();
143 g = BN_new();
146 q = BN_new();
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/rsa/
H A Drsa_gen.c106 if(!rsa->n && ((rsa->n=BN_new()) == NULL)) goto err;
107 if(!rsa->d && ((rsa->d=BN_new()) == NULL)) goto err;
108 if(!rsa->e && ((rsa->e=BN_new()) == NULL)) goto err;
109 if(!rsa->p && ((rsa->p=BN_new()) == NULL)) goto err;
110 if(!rsa->q && ((rsa->q=BN_new()) == NULL)) goto err;
111 if(!rsa->dmp1 && ((rsa->dmp1=BN_new()) == NULL)) goto err;
112 if(!rsa->dmq1 && ((rsa->dmq1=BN_new()) == NULL)) goto err;
113 if(!rsa->iqmp && ((rsa->iqmp=BN_new()) == NULL)) goto err;
H A Drsa_chk.c63 i = BN_new();
64 j = BN_new();
65 k = BN_new();
66 l = BN_new();
67 m = BN_new();
H A Drsa_depr.c77 BIGNUM *e = BN_new();
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/dh/
H A Dp192.c77 dh->g=BN_new();
H A Ddh_check.c83 q=BN_new();
128 q=BN_new();
H A Ddh_gen.c117 if(!ret->p && ((ret->p = BN_new()) == NULL)) goto err;
118 if(!ret->g && ((ret->g = BN_new()) == NULL)) goto err;
H A Dp512.c82 dh->g=BN_new();
H A Dp1024.c89 dh->g=BN_new();
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/dsa/
H A Ddsa_key.c86 if ((priv_key=BN_new()) == NULL) goto err;
97 if ((pub_key=BN_new()) == NULL) goto err;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/ecdsa/
H A Decs_ossl.c115 k = BN_new(); /* this value is later returned in *kinvp */
116 r = BN_new(); /* this value is later returned in *rp */
117 order = BN_new();
118 X = BN_new();
242 if ((ctx = BN_CTX_new()) == NULL || (order = BN_new()) == NULL ||
243 (tmp = BN_new()) == NULL || (m = BN_new()) == NULL)
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/ec/
H A Deck_prn.c203 if ((p = BN_new()) == NULL || (a = BN_new()) == NULL ||
204 (b = BN_new()) == NULL || (order = BN_new()) == NULL ||
205 (cofactor = BN_new()) == NULL)
/barrelfish-2018-10-04/lib/openssl-1.0.0d/engines/ccgost/
H A Dgost_sign.c80 if (!(newsig->r)) newsig->r=BN_new();
87 if (!newsig->s) newsig->s=BN_new();
204 dsa->pub_key=BN_new();
244 dsa->priv_key = BN_new();
306 BIGNUM *b=BN_new();
/barrelfish-2018-10-04/lib/openssl-1.0.0d/apps/
H A Decparam.c484 if ((ec_p = BN_new()) == NULL || (ec_a = BN_new()) == NULL ||
485 (ec_b = BN_new()) == NULL || (ec_gen = BN_new()) == NULL ||
486 (ec_order = BN_new()) == NULL ||
487 (ec_cofactor = BN_new()) == NULL )
H A Dprime.c132 bn=BN_new();
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/asn1/
H A Dx_bignum.c97 *pval = (ASN1_VALUE *)BN_new();

Completed in 147 milliseconds

123