Searched refs:BIGNUM (Results 1 - 25 of 469) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/srp/
H A Dsrp.h78 BIGNUM *bn;
87 BIGNUM *s;
88 BIGNUM *v;
90 const BIGNUM *g;
91 const BIGNUM *N;
105 BIGNUM *default_g;
106 BIGNUM *default_N;
114 BIGNUM *g;
115 BIGNUM *N;
131 int SRP_create_verifier_BN(const char *user, const char *pass, BIGNUM **sal
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/srp/
H A Dsrp.h78 BIGNUM *bn;
87 BIGNUM *s;
88 BIGNUM *v;
90 const BIGNUM *g;
91 const BIGNUM *N;
105 BIGNUM *default_g;
106 BIGNUM *default_N;
114 BIGNUM *g;
115 BIGNUM *N;
131 int SRP_create_verifier_BN(const char *user, const char *pass, BIGNUM **sal
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn.h290 * get a clone of a BIGNUM with changed flags, for *temporary* use only (the
304 typedef struct bignum_st BIGNUM;
326 BIGNUM RR; /* used to convert to montgomery form */
327 BIGNUM N; /* The modulus */
328 BIGNUM Ni; /* R*(1/R mod N) - N*Ni = 1 (Ni is only
341 BIGNUM N; /* the divisor */
342 BIGNUM Nr; /* the reciprocal */
411 BIGNUM *_tmp_bn = (a); \
421 const BIGNUM *BN_value_one(void);
429 BIGNUM *BN_CTX_ge
[all...]
H A Dbn_mod.c120 int BN_mod(BIGNUM *rem, const BIGNUM *m, const BIGNUM *d, BN_CTX *ctx)
127 int BN_nnmod(BIGNUM *r, const BIGNUM *m, const BIGNUM *d, BN_CTX *ctx)
142 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *
[all...]
H A Dbn_x931p.c70 static int bn_x931_derive_pi(BIGNUM *pi, const BIGNUM *Xpi, BN_CTX *ctx,
97 int BN_X931_derive_prime_ex(BIGNUM *p, BIGNUM *p1, BIGNUM *p2,
98 const BIGNUM *Xp, const BIGNUM *Xp1,
99 const BIGNUM *Xp2, const BIGNUM *e, BN_CTX *ctx,
104 BIGNUM *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn.h290 * get a clone of a BIGNUM with changed flags, for *temporary* use only (the
304 typedef struct bignum_st BIGNUM;
326 BIGNUM RR; /* used to convert to montgomery form */
327 BIGNUM N; /* The modulus */
328 BIGNUM Ni; /* R*(1/R mod N) - N*Ni = 1 (Ni is only
341 BIGNUM N; /* the divisor */
342 BIGNUM Nr; /* the reciprocal */
411 BIGNUM *_tmp_bn = (a); \
421 const BIGNUM *BN_value_one(void);
429 BIGNUM *BN_CTX_ge
[all...]
H A Dbn_mod.c120 int BN_mod(BIGNUM *rem, const BIGNUM *m, const BIGNUM *d, BN_CTX *ctx)
127 int BN_nnmod(BIGNUM *r, const BIGNUM *m, const BIGNUM *d, BN_CTX *ctx)
142 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *
[all...]
H A Dbn_x931p.c70 static int bn_x931_derive_pi(BIGNUM *pi, const BIGNUM *Xpi, BN_CTX *ctx,
97 int BN_X931_derive_prime_ex(BIGNUM *p, BIGNUM *p1, BIGNUM *p2,
98 const BIGNUM *Xp, const BIGNUM *Xp1,
99 const BIGNUM *Xp2, const BIGNUM *e, BN_CTX *ctx,
104 BIGNUM *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/include/bcmcrypto/
H A Dbn.h253 #ifdef BIGNUM
254 #undef BIGNUM macro
273 } BIGNUM; typedef in typeref:struct:bignum_st
281 BIGNUM *A;
282 BIGNUM *Ai;
283 BIGNUM *mod; /* just a reference */
293 BIGNUM RR; /* used to convert to montgomery form */
294 BIGNUM N; /* The modulus */
295 BIGNUM Ni; /* R*(1/R mod N) - N*Ni = 1
307 BIGNUM
[all...]
H A Ddh.h89 BIGNUM *p;
90 BIGNUM *g;
92 BIGNUM *pub_key; /* g^x */
93 BIGNUM *priv_key; /* x */
98 BIGNUM *q;
99 BIGNUM *j;
102 BIGNUM *counter;
125 int DH_compute_key_bn(unsigned char *key, BIGNUM *peer_key, DH *dh);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dbn.h256 /* get a clone of a BIGNUM with changed flags, for *temporary* use only
269 typedef struct bignum_st BIGNUM;
292 BIGNUM RR; /* used to convert to montgomery form */
293 BIGNUM N; /* The modulus */
294 BIGNUM Ni; /* R*(1/R mod N) - N*Ni = 1
305 BIGNUM N; /* the divisor */
306 BIGNUM Nr; /* the reciprocal */
374 BIGNUM *_tmp_bn = (a); \
384 const BIGNUM *BN_value_one(void);
392 BIGNUM *BN_CTX_ge
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn.h256 /* get a clone of a BIGNUM with changed flags, for *temporary* use only
269 typedef struct bignum_st BIGNUM;
292 BIGNUM RR; /* used to convert to montgomery form */
293 BIGNUM N; /* The modulus */
294 BIGNUM Ni; /* R*(1/R mod N) - N*Ni = 1
305 BIGNUM N; /* the divisor */
306 BIGNUM Nr; /* the reciprocal */
374 BIGNUM *_tmp_bn = (a); \
384 const BIGNUM *BN_value_one(void);
392 BIGNUM *BN_CTX_ge
[all...]
H A Dbn_mod.c119 int BN_mod(BIGNUM *rem, const BIGNUM *m, const BIGNUM *d, BN_CTX *ctx)
127 int BN_nnmod(BIGNUM *r, const BIGNUM *m, const BIGNUM *d, BN_CTX *ctx)
141 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Dec_lcl.h100 int (*group_set_curve)(EC_GROUP *, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *);
101 int (*group_get_curve)(const EC_GROUP *, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *);
124 const BIGNUM *x, const BIGNUM *y, const BIGNUM *z, BN_CTX *);
126 BIGNUM *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Dec_lcl.h107 int (*group_set_curve) (EC_GROUP *, const BIGNUM *p, const BIGNUM *a,
108 const BIGNUM *b, BN_CTX *);
109 int (*group_get_curve) (const EC_GROUP *, BIGNUM *p, BIGNUM *a, BIGNUM *b,
133 EC_POINT *, const BIGNUM *x,
134 const BIGNUM *y,
135 const BIGNUM *z, BN_CTX *);
137 const EC_POINT *, BIGNUM *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Dec_lcl.h107 int (*group_set_curve) (EC_GROUP *, const BIGNUM *p, const BIGNUM *a,
108 const BIGNUM *b, BN_CTX *);
109 int (*group_get_curve) (const EC_GROUP *, BIGNUM *p, BIGNUM *a, BIGNUM *b,
133 EC_POINT *, const BIGNUM *x,
134 const BIGNUM *y,
135 const BIGNUM *z, BN_CTX *);
137 const EC_POINT *, BIGNUM *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/engines/cluster_labs/
H A Dcluster_labs.h2 typedef int cl_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
3 const BIGNUM *m, BN_CTX *cgx);
4 typedef int cl_mod_exp_crt(BIGNUM *r, BIGNUM *a, const BIGNUM *p,
5 const BIGNUM *q, const BIGNUM *dmp1,
6 const BIGNUM *dmq
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/cluster_labs/
H A Dcluster_labs.h2 typedef int cl_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
3 const BIGNUM *m, BN_CTX *cgx);
4 typedef int cl_mod_exp_crt(BIGNUM *r, BIGNUM *a, const BIGNUM *p,
5 const BIGNUM *q, const BIGNUM *dmp1, const BIGNUM *dmq
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/engines/cluster_labs/
H A Dcluster_labs.h2 typedef int cl_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
3 const BIGNUM *m, BN_CTX *cgx);
4 typedef int cl_mod_exp_crt(BIGNUM *r, BIGNUM *a, const BIGNUM *p,
5 const BIGNUM *q, const BIGNUM *dmp1,
6 const BIGNUM *dmq
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rsa/
H A Drsa_asn1.c93 ASN1_SIMPLE(RSA, n, BIGNUM),
94 ASN1_SIMPLE(RSA, e, BIGNUM),
95 ASN1_SIMPLE(RSA, d, BIGNUM),
96 ASN1_SIMPLE(RSA, p, BIGNUM),
97 ASN1_SIMPLE(RSA, q, BIGNUM),
98 ASN1_SIMPLE(RSA, dmp1, BIGNUM),
99 ASN1_SIMPLE(RSA, dmq1, BIGNUM),
100 ASN1_SIMPLE(RSA, iqmp, BIGNUM)
105 ASN1_SIMPLE(RSA, n, BIGNUM),
106 ASN1_SIMPLE(RSA, e, BIGNUM),
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/dsa/
H A Ddsa_asn1.c105 ASN1_SIMPLE(DSA, p, BIGNUM),
106 ASN1_SIMPLE(DSA, q, BIGNUM),
107 ASN1_SIMPLE(DSA, g, BIGNUM),
108 ASN1_SIMPLE(DSA, pub_key, BIGNUM),
109 ASN1_SIMPLE(DSA, priv_key, BIGNUM)
115 ASN1_SIMPLE(DSA, p, BIGNUM),
116 ASN1_SIMPLE(DSA, q, BIGNUM),
117 ASN1_SIMPLE(DSA, g, BIGNUM),
129 ASN1_SIMPLE(DSA, pub_key, BIGNUM),
130 ASN1_SIMPLE(DSA, p, BIGNUM),
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rsa/
H A Drsa_asn1.c86 ASN1_SIMPLE(RSA, n, BIGNUM),
87 ASN1_SIMPLE(RSA, e, BIGNUM),
88 ASN1_SIMPLE(RSA, d, BIGNUM),
89 ASN1_SIMPLE(RSA, p, BIGNUM),
90 ASN1_SIMPLE(RSA, q, BIGNUM),
91 ASN1_SIMPLE(RSA, dmp1, BIGNUM),
92 ASN1_SIMPLE(RSA, dmq1, BIGNUM),
93 ASN1_SIMPLE(RSA, iqmp, BIGNUM)
98 ASN1_SIMPLE(RSA, n, BIGNUM),
99 ASN1_SIMPLE(RSA, e, BIGNUM),
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rsa/
H A Drsa_asn1.c86 ASN1_SIMPLE(RSA, n, BIGNUM),
87 ASN1_SIMPLE(RSA, e, BIGNUM),
88 ASN1_SIMPLE(RSA, d, BIGNUM),
89 ASN1_SIMPLE(RSA, p, BIGNUM),
90 ASN1_SIMPLE(RSA, q, BIGNUM),
91 ASN1_SIMPLE(RSA, dmp1, BIGNUM),
92 ASN1_SIMPLE(RSA, dmq1, BIGNUM),
93 ASN1_SIMPLE(RSA, iqmp, BIGNUM)
98 ASN1_SIMPLE(RSA, n, BIGNUM),
99 ASN1_SIMPLE(RSA, e, BIGNUM),
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/
H A De_atalla.c94 /* BIGNUM stuff */
95 static int atalla_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
96 const BIGNUM *m, BN_CTX *ctx);
100 static int atalla_rsa_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa,
103 static int atalla_mod_exp_mont(BIGNUM *r, const BIGNUM *a, const BIGNUM *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A De_atalla.c93 /* BIGNUM stuff */
94 static int atalla_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
95 const BIGNUM *m, BN_CTX *ctx);
99 static int atalla_rsa_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx);
101 static int atalla_mod_exp_mont(BIGNUM *r, const BIGNUM *a, const BIGNUM *
[all...]

Completed in 158 milliseconds

1234567891011>>