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

/asus-wl-520gu-7.0.1.45/src/router/shared/bcmcrypto/
H A Dbn.h239 #ifdef BIGNUM
240 #undef BIGNUM macro
259 } BIGNUM; typedef in typeref:struct:bignum_st
267 BIGNUM *A;
268 BIGNUM *Ai;
269 BIGNUM *mod; /* just a reference */
278 BIGNUM RR; /* used to convert to montgomery form */
279 BIGNUM N; /* The modulus */
280 BIGNUM Ni; /* R*(1/R mod N) - N*Ni = 1
291 BIGNUM
[all...]
H A Ddh.h83 BIGNUM *p;
84 BIGNUM *g;
86 BIGNUM *pub_key; /* g^x */
87 BIGNUM *priv_key; /* x */
92 BIGNUM *q;
93 BIGNUM *j;
96 BIGNUM *counter;
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/bcmcrypto/
H A Dbn.h239 #ifdef BIGNUM
240 #undef BIGNUM macro
259 } BIGNUM; typedef in typeref:struct:bignum_st
267 BIGNUM *A;
268 BIGNUM *Ai;
269 BIGNUM *mod; /* just a reference */
278 BIGNUM RR; /* used to convert to montgomery form */
279 BIGNUM N; /* The modulus */
280 BIGNUM Ni; /* R*(1/R mod N) - N*Ni = 1
291 BIGNUM
[all...]
H A Ddh.h83 BIGNUM *p;
84 BIGNUM *g;
86 BIGNUM *pub_key; /* g^x */
87 BIGNUM *priv_key; /* x */
92 BIGNUM *q;
93 BIGNUM *j;
96 BIGNUM *counter;
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Dbn.h222 #ifdef BIGNUM
223 #undef BIGNUM macro
240 } BIGNUM; typedef in typeref:struct:bignum_st
248 BIGNUM *A;
249 BIGNUM *Ai;
250 BIGNUM *mod; /* just a reference */
257 BIGNUM RR; /* used to convert to montgomery form */
258 BIGNUM N; /* The modulus */
259 BIGNUM Ni; /* R*(1/R mod N) - N*Ni = 1
270 BIGNUM
[all...]
H A Ddsa.h92 BIGNUM *r;
93 BIGNUM *s;
99 int (*dsa_sign_setup)(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp,
100 BIGNUM **rp);
103 int (*dsa_mod_exp)(DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1,
104 BIGNUM *a2, BIGNUM *p2, BIGNUM *
[all...]
H A Ddh.h85 int (*compute_key)(unsigned char *key,const BIGNUM *pub_key,DH *dh);
86 int (*bn_mod_exp)(const DH *dh, BIGNUM *r, const BIGNUM *a,
87 const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx,
102 BIGNUM *p;
103 BIGNUM *g;
105 BIGNUM *pub_key; /* g^x */
106 BIGNUM *priv_key; /* x */
111 //BIGNUM *
[all...]
H A Drsa.h96 int (*rsa_mod_exp)(BIGNUM *r0,const BIGNUM *I,RSA *rsa); /* Can be null */
97 int (*bn_mod_exp)(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
98 const BIGNUM *m, BN_CTX *ctx,
129 BIGNUM *n;
130 BIGNUM *e;
131 BIGNUM *d;
132 BIGNUM *
[all...]
H A Dasn1.h822 ASN1_INTEGER *BN_to_ASN1_INTEGER(BIGNUM *bn, ASN1_INTEGER *ai);
823 BIGNUM *ASN1_INTEGER_to_BN(ASN1_INTEGER *ai,BIGNUM *bn);
827 ASN1_ENUMERATED *BN_to_ASN1_ENUMERATED(BIGNUM *bn, ASN1_ENUMERATED *ai);
828 BIGNUM *ASN1_ENUMERATED_to_BN(ASN1_ENUMERATED *ai,BIGNUM *bn);
H A Dasn1t.h804 DECLARE_ASN1_ITEM(BIGNUM)
/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Dbn.h256 /* get a clone of a BIGNUM with changed flags, for *temporary* use only
283 BIGNUM RR; /* used to convert to montgomery form */
284 BIGNUM N; /* The modulus */
285 BIGNUM Ni; /* R*(1/R mod N) - N*Ni = 1
296 BIGNUM N; /* the divisor */
297 BIGNUM Nr; /* the reciprocal */
365 BIGNUM *_tmp_bn = (a); \
375 const BIGNUM *BN_value_one2(void);
383 BIGNUM *BN_CTX_get2(BN_CTX *ctx);
385 int BN_rand2(BIGNUM *rn
[all...]
H A Dec.h141 int EC_GROUP_set_generator(EC_GROUP *, const EC_POINT *generator, const BIGNUM *order, const BIGNUM *cofactor);
143 int EC_GROUP_get_order(const EC_GROUP *, BIGNUM *order, BN_CTX *);
144 int EC_GROUP_get_cofactor(const EC_GROUP *, BIGNUM *cofactor, BN_CTX *);
159 int EC_GROUP_set_curve_GFp(EC_GROUP *, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *);
160 int EC_GROUP_get_curve_GFp(const EC_GROUP *, BIGNUM *p, BIGNUM *a, BIGNUM *
[all...]
H A Decdsa.h80 BIGNUM *r;
81 BIGNUM *s;
137 const BIGNUM *kinv, const BIGNUM *rp, EC_KEY *eckey);
184 * \param kinv pointer to a BIGNUM pointer for the inverse of k
185 * \param rp pointer to a BIGNUM pointer for x coordinate of k * generator
188 int ECDSA_sign_setup(EC_KEY *eckey, BN_CTX *ctx, BIGNUM **kinv,
189 BIGNUM **rp);
221 unsigned char *sig, unsigned int *siglen, const BIGNUM *kinv,
222 const BIGNUM *r
[all...]
H A Ddsa.h106 BIGNUM *r;
107 BIGNUM *s;
114 int (*dsa_sign_setup)(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp,
115 BIGNUM **rp);
118 int (*dsa_mod_exp)(DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1,
119 BIGNUM *a2, BIGNUM *p2, BIGNUM *
[all...]
H A Ddh.h98 int (*compute_key)(unsigned char *key,const BIGNUM *pub_key,DH *dh);
99 int (*bn_mod_exp)(const DH *dh, BIGNUM *r, const BIGNUM *a,
100 const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx,
117 BIGNUM *p;
118 BIGNUM *g;
120 BIGNUM *pub_key; /* g^x */
121 BIGNUM *priv_key; /* x */
126 BIGNUM *
[all...]
H A Drsa.h100 int (*rsa_mod_exp)(BIGNUM *r0,const BIGNUM *I,RSA *rsa,BN_CTX *ctx); /* Can be null */
101 int (*bn_mod_exp)(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
102 const BIGNUM *m, BN_CTX *ctx,
125 int (*rsa_keygen)(RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb);
137 BIGNUM *n;
138 BIGNUM *e;
139 BIGNUM *
[all...]
H A Dossl_typ.h104 #ifdef BIGNUM
105 #undef BIGNUM macro
107 typedef struct bignum_st BIGNUM; typedef in typeref:struct:bignum_st
H A Dstore.h132 STORE_OBJECT_TYPE_NUMBER= 0x05, /* BIGNUM * */
169 STORE_ATTR_SERIAL= 0x07, /* BIGNUM * */
209 BIGNUM *number;
287 int STORE_store_number(STORE *e, BIGNUM *data, OPENSSL_ITEM attributes[],
292 BIGNUM *STORE_get_number(STORE *e, OPENSSL_ITEM attributes[],
382 BIGNUM *STORE_ATTR_INFO_get0_number(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code);
390 BIGNUM *number);
398 BIGNUM *number);
H A Dpq_compat.h68 * BIGNUM. We may need to fine tune the conditions for systems that
80 #define PQ_64BIT BIGNUM
H A Dasn1.h866 ASN1_INTEGER *BN_to_ASN1_INTEGER(BIGNUM *bn, ASN1_INTEGER *ai);
867 BIGNUM *ASN1_INTEGER_to_BN(ASN1_INTEGER *ai,BIGNUM *bn);
871 ASN1_ENUMERATED *BN_to_ASN1_ENUMERATED(BIGNUM *bn, ASN1_ENUMERATED *ai);
872 BIGNUM *ASN1_ENUMERATED_to_BN(ASN1_ENUMERATED *ai,BIGNUM *bn);
H A Dasn1t.h844 DECLARE_ASN1_ITEM(BIGNUM)
/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Dcrypto.c228 static int bn_print(const BIGNUM *a)
/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A Dcrypto.c228 static int bn_print(const BIGNUM *a)

Completed in 190 milliseconds