Home
last modified time | relevance | path

Searched refs:BIGNUM (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/openssl/include/openssl/
H A Dbn.h241 BIGNUM *BN_copy(BIGNUM *a, const BIGNUM *b);
258 int BN_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b);
259 int BN_usub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b);
260 int BN_uadd(BIGNUM *r, const BIGNUM *a, const BIGNUM *b);
261 int BN_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b);
275 int BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, const BIGNUM *d,
279 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m,
283 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m,
287 int BN_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m,
403 int BN_X931_generate_prime_ex(BIGNUM *p, BIGNUM *p1, BIGNUM *p2, BIGNUM *Xp1,
[all …]
H A Dsrp.h.in56 BIGNUM *s;
163 BIGNUM *SRP_Calc_server_key(const BIGNUM *A, const BIGNUM *v, const BIGNUM *u,
166 BIGNUM *SRP_Calc_B_ex(const BIGNUM *b, const BIGNUM *N, const BIGNUM *g,
169 BIGNUM *SRP_Calc_B(const BIGNUM *b, const BIGNUM *N, const BIGNUM *g,
175 BIGNUM *SRP_Calc_u_ex(const BIGNUM *A, const BIGNUM *B, const BIGNUM *N,
178 BIGNUM *SRP_Calc_u(const BIGNUM *A, const BIGNUM *B, const BIGNUM *N);
188 BIGNUM *SRP_Calc_A(const BIGNUM *a, const BIGNUM *N, const BIGNUM *g);
190 BIGNUM *SRP_Calc_client_key_ex(const BIGNUM *N, const BIGNUM *B, const BIGNUM *g,
191 const BIGNUM *x, const BIGNUM *a, const BIGNUM *u,
194 BIGNUM *SRP_Calc_client_key(const BIGNUM *N, const BIGNUM *B, const BIGNUM *g,
[all …]
H A Ddsa.h71 int DSA_SIG_set0(DSA_SIG *sig, BIGNUM *r, BIGNUM *s);
140 BIGNUM **kinvp, BIGNUM **rp);
208 OSSL_DEPRECATEDIN_3_0 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g);
239 (DSA *, BN_CTX *, BIGNUM **, BIGNUM **);
241 int (*sign_setup) (DSA *, BN_CTX *, BIGNUM **, BIGNUM **));
247 (DSA *, BIGNUM *, const BIGNUM *, const BIGNUM *, const BIGNUM *,
248 const BIGNUM *, const BIGNUM *, BN_CTX *, BN_MONT_CTX *);
250 int (*mod_exp) (DSA *, BIGNUM *, const BIGNUM *, const BIGNUM *,
251 const BIGNUM *, const BIGNUM *, const BIGNUM *, BN_CTX *,
254 (DSA *, BIGNUM *, const BIGNUM *, const BIGNUM *, const BIGNUM *,
[all …]
H A Dec.h222 const BIGNUM *order, const BIGNUM *cofactor);
329 int EC_GROUP_get_curve(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b,
359 BIGNUM *a, BIGNUM *b,
435 EC_GROUP *EC_GROUP_new_curve_GFp(const BIGNUM *p, const BIGNUM *a,
446 EC_GROUP *EC_GROUP_new_curve_GF2m(const BIGNUM *p, const BIGNUM *a,
615 const BIGNUM *x, const BIGNUM *y, const BIGNUM *z,
629 BIGNUM *x, BIGNUM *y, BIGNUM *z, BN_CTX *ctx);
641 const BIGNUM *x, const BIGNUM *y,
680 BIGNUM *x, BIGNUM *y, BN_CTX *ctx);
733 BIGNUM *x, BIGNUM *y, BN_CTX *ctx);
[all …]
H A Drsa.h218 OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d);
219 OSSL_DEPRECATEDIN_3_0 int RSA_set0_factors(RSA *r, BIGNUM *p, BIGNUM *q);
221 BIGNUM *dmp1, BIGNUM *dmq1,
229 const BIGNUM **n, const BIGNUM **e,
232 const BIGNUM **p, const BIGNUM **q);
279 int RSA_X931_derive_ex(RSA *rsa, BIGNUM *p1, BIGNUM *p2,
280 BIGNUM *q1, BIGNUM *q2,
281 const BIGNUM *Xp1, const BIGNUM *Xp2,
282 const BIGNUM *Xp, const BIGNUM *Xq1,
283 const BIGNUM *Xq2, const BIGNUM *Xq,
[all …]
H A Ddh.h265 const BIGNUM **q, const BIGNUM **g);
266 OSSL_DEPRECATEDIN_3_0 int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g);
268 const BIGNUM **priv_key);
269 OSSL_DEPRECATEDIN_3_0 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key);
270 OSSL_DEPRECATEDIN_3_0 const BIGNUM *DH_get0_p(const DH *dh);
271 OSSL_DEPRECATEDIN_3_0 const BIGNUM *DH_get0_q(const DH *dh);
272 OSSL_DEPRECATEDIN_3_0 const BIGNUM *DH_get0_g(const DH *dh);
273 OSSL_DEPRECATEDIN_3_0 const BIGNUM *DH_get0_priv_key(const DH *dh);
274 OSSL_DEPRECATEDIN_3_0 const BIGNUM *DH_get0_pub_key(const DH *dh);
305 const BIGNUM *,
[all …]
/openssl/include/crypto/
H A Dbn.h17 BIGNUM *bn_wexpand(BIGNUM *a, int words);
18 BIGNUM *bn_expand2(BIGNUM *a, int words);
74 int bn_mul_mont_fixed_top(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
80 int bn_mod_add_fixed_top(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
82 int bn_mod_sub_fixed_top(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
84 int bn_mul_fixed_top(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
88 int bn_div_fixed_top(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m,
118 int ossl_bn_rsa_fips186_4_derive_prime(BIGNUM *Y, BIGNUM *X, const BIGNUM *Xin,
132 int s390x_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
134 int s390x_crt(BIGNUM *r, const BIGNUM *i, const BIGNUM *p, const BIGNUM *q,
[all …]
H A Dbn_dh.h19 extern const BIGNUM ossl_bignum_const_2;
21 extern const BIGNUM ossl_bignum_ffdhe2048_p;
22 extern const BIGNUM ossl_bignum_ffdhe3072_p;
23 extern const BIGNUM ossl_bignum_ffdhe4096_p;
24 extern const BIGNUM ossl_bignum_ffdhe6144_p;
25 extern const BIGNUM ossl_bignum_ffdhe8192_p;
26 extern const BIGNUM ossl_bignum_ffdhe2048_q;
27 extern const BIGNUM ossl_bignum_ffdhe3072_q;
28 extern const BIGNUM ossl_bignum_ffdhe4096_q;
29 extern const BIGNUM ossl_bignum_ffdhe6144_q;
[all …]
H A Dbn_srp.h12 extern const BIGNUM ossl_bn_group_1024;
14 extern const BIGNUM ossl_bn_group_1536;
16 extern const BIGNUM ossl_bn_group_2048;
18 extern const BIGNUM ossl_bn_group_3072;
20 extern const BIGNUM ossl_bn_group_4096;
22 extern const BIGNUM ossl_bn_group_6144;
24 extern const BIGNUM ossl_bn_group_8192;
26 extern const BIGNUM ossl_bn_generator_19;
28 extern const BIGNUM ossl_bn_generator_5;
30 extern const BIGNUM ossl_bn_generator_2;
/openssl/crypto/ec/
H A Dec_local.h57 int (*group_set_curve) (EC_GROUP *, const BIGNUM *p, const BIGNUM *a,
59 int (*group_get_curve) (const EC_GROUP *, BIGNUM *p, BIGNUM *a, BIGNUM *b,
147 int (*field_mul) (const EC_GROUP *, BIGNUM *r, const BIGNUM *a,
150 int (*field_div) (const EC_GROUP *, BIGNUM *r, const BIGNUM *a,
233 BIGNUM *field;
249 BIGNUM *a, *b;
257 int (*field_mod_func) (BIGNUM *, const BIGNUM *, const BIGNUM *,
319 BIGNUM *X;
320 BIGNUM *Y;
705 BIGNUM *r;
[all …]
/openssl/crypto/rsa/
H A Drsa_local.h19 BIGNUM *r;
20 BIGNUM *d;
21 BIGNUM *t;
23 BIGNUM *pp;
37 BIGNUM *Xp;
38 BIGNUM *Xq;
62 BIGNUM *n;
63 BIGNUM *e;
116 int (*bn_mod_exp) (BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
170 int ossl_rsa_check_pminusq_diff(BIGNUM *diff, const BIGNUM *p, const BIGNUM *q,
[all …]
/openssl/crypto/srp/
H A Dsrp_lib.c26 static BIGNUM *srp_Calc_xy(const BIGNUM *x, const BIGNUM *y, const BIGNUM *N, in srp_Calc_xy()
55 static BIGNUM *srp_Calc_k(const BIGNUM *N, const BIGNUM *g, in srp_Calc_k()
63 BIGNUM *SRP_Calc_u_ex(const BIGNUM *A, const BIGNUM *B, const BIGNUM *N, in SRP_Calc_u_ex()
70 BIGNUM *SRP_Calc_u(const BIGNUM *A, const BIGNUM *B, const BIGNUM *N) in SRP_Calc_u()
76 BIGNUM *SRP_Calc_server_key(const BIGNUM *A, const BIGNUM *v, const BIGNUM *u, in SRP_Calc_server_key()
106 BIGNUM *SRP_Calc_B_ex(const BIGNUM *b, const BIGNUM *N, const BIGNUM *g, in SRP_Calc_B_ex()
138 BIGNUM *SRP_Calc_B(const BIGNUM *b, const BIGNUM *N, const BIGNUM *g, in SRP_Calc_B()
196 BIGNUM *SRP_Calc_A(const BIGNUM *a, const BIGNUM *N, const BIGNUM *g) in SRP_Calc_A()
212 BIGNUM *SRP_Calc_client_key_ex(const BIGNUM *N, const BIGNUM *B, const BIGNUM *g, in SRP_Calc_client_key_ex()
213 const BIGNUM *x, const BIGNUM *a, const BIGNUM *u, in SRP_Calc_client_key_ex()
[all …]
/openssl/doc/man3/
H A DSRP_Calc_B.pod26 BIGNUM *SRP_Calc_server_key(const BIGNUM *A, const BIGNUM *v, const BIGNUM *u,
27 const BIGNUM *b, const BIGNUM *N);
28 BIGNUM *SRP_Calc_B_ex(const BIGNUM *b, const BIGNUM *N, const BIGNUM *g,
30 BIGNUM *SRP_Calc_B(const BIGNUM *b, const BIGNUM *N, const BIGNUM *g,
33 BIGNUM *SRP_Calc_u_ex(const BIGNUM *A, const BIGNUM *B, const BIGNUM *N,
35 BIGNUM *SRP_Calc_u(const BIGNUM *A, const BIGNUM *B, const BIGNUM *N);
38 BIGNUM *SRP_Calc_client_key_ex(const BIGNUM *N, const BIGNUM *B, const BIGNUM *g,
39 const BIGNUM *x, const BIGNUM *a, const BIGNUM *u,
41 BIGNUM *SRP_Calc_client_key(const BIGNUM *N, const BIGNUM *B, const BIGNUM *g,
42 const BIGNUM *x, const BIGNUM *a, const BIGNUM *u);
[all …]
H A DBN_add.pod13 int BN_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b);
15 int BN_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b);
17 int BN_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
21 int BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *a, const BIGNUM *d,
24 int BN_mod(BIGNUM *rem, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx);
26 int BN_nnmod(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx);
28 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m,
31 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m,
34 int BN_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m,
39 BIGNUM *BN_mod_sqrt(BIGNUM *in, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx);
[all …]
H A DDH_get_1024_160.pod27 const BIGNUM *BN_get0_nist_prime_192(void);
28 const BIGNUM *BN_get0_nist_prime_224(void);
29 const BIGNUM *BN_get0_nist_prime_256(void);
33 BIGNUM *BN_get_rfc2409_prime_768(BIGNUM *bn);
34 BIGNUM *BN_get_rfc2409_prime_1024(BIGNUM *bn);
35 BIGNUM *BN_get_rfc3526_prime_1536(BIGNUM *bn);
36 BIGNUM *BN_get_rfc3526_prime_2048(BIGNUM *bn);
37 BIGNUM *BN_get_rfc3526_prime_3072(BIGNUM *bn);
38 BIGNUM *BN_get_rfc3526_prime_4096(BIGNUM *bn);
39 BIGNUM *BN_get_rfc3526_prime_6144(BIGNUM *bn);
[all …]
/openssl/crypto/bn/
H A Dbn_mod.c14 int BN_nnmod(BIGNUM *r, const BIGNUM *m, const BIGNUM *d, BN_CTX *ctx) in BN_nnmod()
34 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_add()
54 int bn_mod_add_fixed_top(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, in bn_mod_add_fixed_top()
103 int BN_mod_add_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, in BN_mod_add_quick()
114 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_sub()
136 int bn_mod_sub_fixed_top(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, in bn_mod_sub_fixed_top()
190 int BN_mod_sub_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, in BN_mod_sub_quick()
206 int BN_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_mul()
235 int BN_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx) in BN_mod_sqr()
255 int BN_mod_lshift1_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *m) in BN_mod_lshift1_quick()
[all …]
H A Dbn_const.c25 BIGNUM *BN_get_rfc2409_prime_768(BIGNUM *bn) in BN_get_rfc2409_prime_768()
53 BIGNUM *BN_get_rfc2409_prime_1024(BIGNUM *bn) in BN_get_rfc2409_prime_1024()
85 BIGNUM *BN_get_rfc3526_prime_1536(BIGNUM *bn) in BN_get_rfc3526_prime_1536()
98 BIGNUM *BN_get_rfc3526_prime_2048(BIGNUM *bn) in BN_get_rfc3526_prime_2048()
111 BIGNUM *BN_get_rfc3526_prime_3072(BIGNUM *bn) in BN_get_rfc3526_prime_3072()
124 BIGNUM *BN_get_rfc3526_prime_4096(BIGNUM *bn) in BN_get_rfc3526_prime_4096()
137 BIGNUM *BN_get_rfc3526_prime_6144(BIGNUM *bn) in BN_get_rfc3526_prime_6144()
150 BIGNUM *BN_get_rfc3526_prime_8192(BIGNUM *bn) in BN_get_rfc3526_prime_8192()
H A Dbn_s390x.c23 static int s390x_mod_exp_hw(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, in s390x_mod_exp_hw()
24 const BIGNUM *m) in s390x_mod_exp_hw()
62 int s390x_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, in s390x_mod_exp()
63 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) in s390x_mod_exp()
70 int s390x_crt(BIGNUM *r, const BIGNUM *i, const BIGNUM *p, const BIGNUM *q, in s390x_crt()
71 const BIGNUM *dmp, const BIGNUM *dmq, const BIGNUM *iqmp) in s390x_crt()
131 int s390x_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, in s390x_mod_exp()
132 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) in s390x_mod_exp()
137 int s390x_crt(BIGNUM *r, const BIGNUM *i, const BIGNUM *p, const BIGNUM *q, in s390x_crt()
138 const BIGNUM *dmp, const BIGNUM *dmq, const BIGNUM *iqmp) in s390x_crt()
H A Dbn_lib.c246 BIGNUM *ret; in BN_new()
299 BIGNUM *bn_expand2(BIGNUM *b, int words) in bn_expand2()
314 BIGNUM *BN_dup(const BIGNUM *a) in BN_dup()
316 BIGNUM *t; in BN_dup()
333 BIGNUM *BN_copy(BIGNUM *a, const BIGNUM *b) in BN_copy()
362 void BN_swap(BIGNUM *a, BIGNUM *b) in BN_swap()
535 BIGNUM *BN_bin2bn(const unsigned char *s, int len, BIGNUM *ret) in BN_bin2bn()
707 int BN_ucmp(const BIGNUM *a, const BIGNUM *b) in BN_ucmp()
744 int BN_cmp(const BIGNUM *a, const BIGNUM *b) in BN_cmp()
1083 void BN_with_flags(BIGNUM *dest, const BIGNUM *b, int flags) in BN_with_flags()
[all …]
H A Dbn_x931p.c23 static int bn_x931_derive_pi(BIGNUM *pi, const BIGNUM *Xpi, BN_CTX *ctx, in bn_x931_derive_pi()
53 int BN_X931_derive_prime_ex(BIGNUM *p, BIGNUM *p1, BIGNUM *p2, in BN_X931_derive_prime_ex()
54 const BIGNUM *Xp, const BIGNUM *Xp1, in BN_X931_derive_prime_ex()
55 const BIGNUM *Xp2, const BIGNUM *e, BN_CTX *ctx, in BN_X931_derive_prime_ex()
60 BIGNUM *t, *p1p2, *pm1; in BN_X931_derive_prime_ex()
162 int BN_X931_generate_Xpq(BIGNUM *Xp, BIGNUM *Xq, int nbits, BN_CTX *ctx) in BN_X931_generate_Xpq()
164 BIGNUM *t; in BN_X931_generate_Xpq()
219 int BN_X931_generate_prime_ex(BIGNUM *p, BIGNUM *p1, BIGNUM *p2, in BN_X931_generate_prime_ex()
220 BIGNUM *Xp1, BIGNUM *Xp2, in BN_X931_generate_prime_ex()
221 const BIGNUM *Xp, in BN_X931_generate_prime_ex()
[all …]
H A Dbn_rand.c106 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_rand()
131 static int bnrand_range(BNRAND_FLAG flag, BIGNUM *r, const BIGNUM *range, in bnrand_range()
203 int BN_rand_range_ex(BIGNUM *r, const BIGNUM *range, unsigned int strength, in BN_rand_range_ex()
210 int BN_rand_range(BIGNUM *r, const BIGNUM *range) in BN_rand_range()
216 int BN_priv_rand_range_ex(BIGNUM *r, const BIGNUM *range, unsigned int strength, in BN_priv_rand_range_ex()
223 int BN_priv_rand_range(BIGNUM *r, const BIGNUM *range) in BN_priv_rand_range()
234 int BN_pseudo_rand_range(BIGNUM *r, const BIGNUM *range) in BN_pseudo_rand_range()
241 int ossl_bn_priv_rand_range_fixed_top(BIGNUM *r, const BIGNUM *range, in ossl_bn_priv_rand_range_fixed_top()
294 int ossl_bn_gen_dsa_nonce_fixed_top(BIGNUM *out, const BIGNUM *range, in ossl_bn_gen_dsa_nonce_fixed_top()
295 const BIGNUM *priv, in ossl_bn_gen_dsa_nonce_fixed_top()
[all …]
/openssl/crypto/dsa/
H A Ddsa_meth.c117 (DSA *, BN_CTX *, BIGNUM **, BIGNUM **) in DSA_meth_get_sign_setup()
123 int (*sign_setup) (DSA *, BN_CTX *, BIGNUM **, BIGNUM **)) in DSA_meth_set_sign_setup() argument
143 (DSA *, BIGNUM *, const BIGNUM *, const BIGNUM *, const BIGNUM *, in DSA_meth_get_mod_exp()
144 const BIGNUM *, const BIGNUM *, BN_CTX *, BN_MONT_CTX *) in DSA_meth_get_mod_exp()
150 int (*mod_exp) (DSA *, BIGNUM *, const BIGNUM *, const BIGNUM *, in DSA_meth_set_mod_exp() argument
151 const BIGNUM *, const BIGNUM *, const BIGNUM *, BN_CTX *, in DSA_meth_set_mod_exp()
159 (DSA *, BIGNUM *, const BIGNUM *, const BIGNUM *, const BIGNUM *, BN_CTX *, in DSA_meth_get_bn_mod_exp()
166 int (*bn_mod_exp) (DSA *, BIGNUM *, const BIGNUM *, const BIGNUM *, in DSA_meth_set_bn_mod_exp() argument
167 const BIGNUM *, BN_CTX *, BN_MONT_CTX *)) in DSA_meth_set_bn_mod_exp()
H A Ddsa_local.h22 BIGNUM *pub_key; /* y public key */
23 BIGNUM *priv_key; /* x private key */
42 BIGNUM *r;
43 BIGNUM *s;
49 int (*dsa_sign_setup) (DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp,
50 BIGNUM **rp);
53 int (*dsa_mod_exp) (DSA *dsa, BIGNUM *rr, const BIGNUM *a1,
54 const BIGNUM *p1, const BIGNUM *a2, const BIGNUM *p2,
55 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont);
57 int (*bn_mod_exp) (DSA *dsa, BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
[all …]
/openssl/include/internal/
H A Dffc.h92 BIGNUM *p;
93 BIGNUM *q;
95 BIGNUM *g;
97 BIGNUM *j;
127 void ossl_ffc_params_set0_pqg(FFC_PARAMS *params, BIGNUM *p, BIGNUM *q,
128 BIGNUM *g);
130 const BIGNUM **q, const BIGNUM **g);
131 void ossl_ffc_params_set0_j(FFC_PARAMS *d, BIGNUM *j);
190 const BIGNUM *p, const BIGNUM *q,
191 const BIGNUM *g, BIGNUM *tmp,
[all …]
/openssl/test/
H A Dsrptest.c33 BIGNUM *s = NULL; in run_srp()
34 BIGNUM *v = NULL; in run_srp()
35 BIGNUM *a = NULL; in run_srp()
36 BIGNUM *b = NULL; in run_srp()
37 BIGNUM *u = NULL; in run_srp()
38 BIGNUM *x = NULL; in run_srp()
139 BIGNUM *s = NULL; in run_srp_kat()
140 BIGNUM *v = NULL; in run_srp_kat()
141 BIGNUM *a = NULL; in run_srp_kat()
142 BIGNUM *b = NULL; in run_srp_kat()
[all …]

Completed in 63 milliseconds

12345678910>>...13