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

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/srp/
H A Dsrp.h78 BIGNUM *bn;
86 BIGNUM *s;
87 BIGNUM *v;
88 const BIGNUM *g;
89 const BIGNUM *N;
100 BIGNUM *default_g;
101 BIGNUM *default_N;
109 BIGNUM *g;
110 BIGNUM *N;
121 int SRP_create_verifier_BN(const char *user, const char *pass, BIGNUM **sal
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/include/openssl/
H A Dsrp.h78 BIGNUM *bn;
86 BIGNUM *s;
87 BIGNUM *v;
88 const BIGNUM *g;
89 const BIGNUM *N;
100 BIGNUM *default_g;
101 BIGNUM *default_N;
109 BIGNUM *g;
110 BIGNUM *N;
121 int SRP_create_verifier_BN(const char *user, const char *pass, BIGNUM **sal
[all...]
H A Dbn.h289 * get a clone of a BIGNUM with changed flags, for *temporary* use only (the
303 typedef struct bignum_st BIGNUM;
325 BIGNUM RR; /* used to convert to montgomery form */
326 BIGNUM N; /* The modulus */
327 BIGNUM Ni; /* R*(1/R mod N) - N*Ni = 1 (Ni is only
340 BIGNUM N; /* the divisor */
341 BIGNUM Nr; /* the reciprocal */
410 BIGNUM *_tmp_bn = (a); \
420 const BIGNUM *BN_value_one(void);
428 BIGNUM *BN_CTX_ge
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/srp/
H A Dsrp.h78 BIGNUM *bn;
86 BIGNUM *s;
87 BIGNUM *v;
88 const BIGNUM *g;
89 const BIGNUM *N;
100 BIGNUM *default_g;
101 BIGNUM *default_N;
109 BIGNUM *g;
110 BIGNUM *N;
121 int SRP_create_verifier_BN(const char *user, const char *pass, BIGNUM **sal
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/include/openssl/
H A Dsrp.h78 BIGNUM *bn;
86 BIGNUM *s;
87 BIGNUM *v;
88 const BIGNUM *g;
89 const BIGNUM *N;
100 BIGNUM *default_g;
101 BIGNUM *default_N;
109 BIGNUM *g;
110 BIGNUM *N;
121 int SRP_create_verifier_BN(const char *user, const char *pass, BIGNUM **sal
[all...]
H A Dbn.h289 * get a clone of a BIGNUM with changed flags, for *temporary* use only (the
303 typedef struct bignum_st BIGNUM;
325 BIGNUM RR; /* used to convert to montgomery form */
326 BIGNUM N; /* The modulus */
327 BIGNUM Ni; /* R*(1/R mod N) - N*Ni = 1 (Ni is only
340 BIGNUM N; /* the divisor */
341 BIGNUM Nr; /* the reciprocal */
410 BIGNUM *_tmp_bn = (a); \
420 const BIGNUM *BN_value_one(void);
428 BIGNUM *BN_CTX_ge
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/srp/
H A Dsrp.h78 BIGNUM *bn;
86 BIGNUM *s;
87 BIGNUM *v;
88 const BIGNUM *g;
89 const BIGNUM *N;
100 BIGNUM *default_g;
101 BIGNUM *default_N;
109 BIGNUM *g;
110 BIGNUM *N;
121 int SRP_create_verifier_BN(const char *user, const char *pass, BIGNUM **sal
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/include/openssl/
H A Dsrp.h78 BIGNUM *bn;
86 BIGNUM *s;
87 BIGNUM *v;
88 const BIGNUM *g;
89 const BIGNUM *N;
100 BIGNUM *default_g;
101 BIGNUM *default_N;
109 BIGNUM *g;
110 BIGNUM *N;
121 int SRP_create_verifier_BN(const char *user, const char *pass, BIGNUM **sal
[all...]
H A Dbn.h289 * get a clone of a BIGNUM with changed flags, for *temporary* use only (the
303 typedef struct bignum_st BIGNUM;
325 BIGNUM RR; /* used to convert to montgomery form */
326 BIGNUM N; /* The modulus */
327 BIGNUM Ni; /* R*(1/R mod N) - N*Ni = 1 (Ni is only
340 BIGNUM N; /* the divisor */
341 BIGNUM Nr; /* the reciprocal */
410 BIGNUM *_tmp_bn = (a); \
420 const BIGNUM *BN_value_one(void);
428 BIGNUM *BN_CTX_ge
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/hcrypto/
H A Dbn.h75 typedef struct BIGNUM BIGNUM; typedef in typeref:struct:BIGNUM
93 BIGNUM *BN_new(void);
94 void BN_free(BIGNUM *);
95 void BN_clear_free(BIGNUM *);
96 void BN_clear(BIGNUM *);
97 BIGNUM *BN_dup(const BIGNUM *);
99 int BN_num_bits(const BIGNUM *);
100 int BN_num_bytes(const BIGNUM *);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/hcrypto/
H A Dbn.h75 typedef struct BIGNUM BIGNUM; typedef in typeref:struct:BIGNUM
93 BIGNUM *BN_new(void);
94 void BN_free(BIGNUM *);
95 void BN_clear_free(BIGNUM *);
96 void BN_clear(BIGNUM *);
97 BIGNUM *BN_dup(const BIGNUM *);
99 int BN_num_bits(const BIGNUM *);
100 int BN_num_bytes(const BIGNUM *);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal/lib/hcrypto/
H A Dbn.h75 typedef struct BIGNUM BIGNUM; typedef in typeref:struct:BIGNUM
93 BIGNUM *BN_new(void);
94 void BN_free(BIGNUM *);
95 void BN_clear_free(BIGNUM *);
96 void BN_clear(BIGNUM *);
97 BIGNUM *BN_dup(const BIGNUM *);
99 int BN_num_bits(const BIGNUM *);
100 int BN_num_bytes(const BIGNUM *);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/bn/
H A Dbn.h289 * get a clone of a BIGNUM with changed flags, for *temporary* use only (the
303 typedef struct bignum_st BIGNUM;
325 BIGNUM RR; /* used to convert to montgomery form */
326 BIGNUM N; /* The modulus */
327 BIGNUM Ni; /* R*(1/R mod N) - N*Ni = 1 (Ni is only
340 BIGNUM N; /* the divisor */
341 BIGNUM Nr; /* the reciprocal */
410 BIGNUM *_tmp_bn = (a); \
420 const BIGNUM *BN_value_one(void);
428 BIGNUM *BN_CTX_ge
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/bn/
H A Dbn.h289 * get a clone of a BIGNUM with changed flags, for *temporary* use only (the
303 typedef struct bignum_st BIGNUM;
325 BIGNUM RR; /* used to convert to montgomery form */
326 BIGNUM N; /* The modulus */
327 BIGNUM Ni; /* R*(1/R mod N) - N*Ni = 1 (Ni is only
340 BIGNUM N; /* the divisor */
341 BIGNUM Nr; /* the reciprocal */
410 BIGNUM *_tmp_bn = (a); \
420 const BIGNUM *BN_value_one(void);
428 BIGNUM *BN_CTX_ge
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/bn/
H A Dbn.h289 * get a clone of a BIGNUM with changed flags, for *temporary* use only (the
303 typedef struct bignum_st BIGNUM;
325 BIGNUM RR; /* used to convert to montgomery form */
326 BIGNUM N; /* The modulus */
327 BIGNUM Ni; /* R*(1/R mod N) - N*Ni = 1 (Ni is only
340 BIGNUM N; /* the divisor */
341 BIGNUM Nr; /* the reciprocal */
410 BIGNUM *_tmp_bn = (a); \
420 const BIGNUM *BN_value_one(void);
428 BIGNUM *BN_CTX_ge
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/include/bcmcrypto/
H A Dbn.h247 #ifdef BIGNUM
248 #undef BIGNUM macro
267 } BIGNUM; typedef in typeref:struct:bignum_st
275 BIGNUM *A;
276 BIGNUM *Ai;
277 BIGNUM *mod; /* just a reference */
287 BIGNUM RR; /* used to convert to montgomery form */
288 BIGNUM N; /* The modulus */
289 BIGNUM Ni; /* R*(1/R mod N) - N*Ni = 1
301 BIGNUM
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/shared/bcmcrypto/
H A Dbn.h254 #ifdef BIGNUM
255 #undef BIGNUM macro
274 } BIGNUM; typedef in typeref:struct:bignum_st
282 BIGNUM *A;
283 BIGNUM *Ai;
284 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
306 BIGNUM
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/shared/bcmcrypto/
H A Dbn.h254 #ifdef BIGNUM
255 #undef BIGNUM macro
274 } BIGNUM; typedef in typeref:struct:bignum_st
282 BIGNUM *A;
283 BIGNUM *Ai;
284 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
306 BIGNUM
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/shared/bcmcrypto/
H A Dbn.h254 #ifdef BIGNUM
255 #undef BIGNUM macro
274 } BIGNUM; typedef in typeref:struct:bignum_st
282 BIGNUM *A;
283 BIGNUM *Ai;
284 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
306 BIGNUM
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/include/openssl/
H A Dbn.h296 /* get a clone of a BIGNUM with changed flags, for *temporary* use only
309 typedef struct bignum_st BIGNUM;
332 BIGNUM RR; /* used to convert to montgomery form */
333 BIGNUM N; /* The modulus */
334 BIGNUM Ni; /* R*(1/R mod N) - N*Ni = 1
346 BIGNUM N; /* the divisor */
347 BIGNUM Nr; /* the reciprocal */
415 BIGNUM *_tmp_bn = (a); \
425 const BIGNUM *BN_value_one(void);
433 BIGNUM *BN_CTX_ge
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/bn/
H A Dbn.h296 /* get a clone of a BIGNUM with changed flags, for *temporary* use only
309 typedef struct bignum_st BIGNUM;
332 BIGNUM RR; /* used to convert to montgomery form */
333 BIGNUM N; /* The modulus */
334 BIGNUM Ni; /* R*(1/R mod N) - N*Ni = 1
346 BIGNUM N; /* the divisor */
347 BIGNUM Nr; /* the reciprocal */
415 BIGNUM *_tmp_bn = (a); \
425 const BIGNUM *BN_value_one(void);
433 BIGNUM *BN_CTX_ge
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/include/openssl/
H A Dbn.h296 /* get a clone of a BIGNUM with changed flags, for *temporary* use only
309 typedef struct bignum_st BIGNUM;
332 BIGNUM RR; /* used to convert to montgomery form */
333 BIGNUM N; /* The modulus */
334 BIGNUM Ni; /* R*(1/R mod N) - N*Ni = 1
346 BIGNUM N; /* the divisor */
347 BIGNUM Nr; /* the reciprocal */
415 BIGNUM *_tmp_bn = (a); \
425 const BIGNUM *BN_value_one(void);
433 BIGNUM *BN_CTX_ge
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/bn/
H A Dbn.h296 /* get a clone of a BIGNUM with changed flags, for *temporary* use only
309 typedef struct bignum_st BIGNUM;
332 BIGNUM RR; /* used to convert to montgomery form */
333 BIGNUM N; /* The modulus */
334 BIGNUM Ni; /* R*(1/R mod N) - N*Ni = 1
346 BIGNUM N; /* the divisor */
347 BIGNUM Nr; /* the reciprocal */
415 BIGNUM *_tmp_bn = (a); \
425 const BIGNUM *BN_value_one(void);
433 BIGNUM *BN_CTX_ge
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/include/openssl/
H A Dbn.h296 /* get a clone of a BIGNUM with changed flags, for *temporary* use only
309 typedef struct bignum_st BIGNUM;
332 BIGNUM RR; /* used to convert to montgomery form */
333 BIGNUM N; /* The modulus */
334 BIGNUM Ni; /* R*(1/R mod N) - N*Ni = 1
346 BIGNUM N; /* the divisor */
347 BIGNUM Nr; /* the reciprocal */
415 BIGNUM *_tmp_bn = (a); \
425 const BIGNUM *BN_value_one(void);
433 BIGNUM *BN_CTX_ge
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/bn/
H A Dbn.h296 /* get a clone of a BIGNUM with changed flags, for *temporary* use only
309 typedef struct bignum_st BIGNUM;
332 BIGNUM RR; /* used to convert to montgomery form */
333 BIGNUM N; /* The modulus */
334 BIGNUM Ni; /* R*(1/R mod N) - N*Ni = 1
346 BIGNUM N; /* the divisor */
347 BIGNUM Nr; /* the reciprocal */
415 BIGNUM *_tmp_bn = (a); \
425 const BIGNUM *BN_value_one(void);
433 BIGNUM *BN_CTX_ge
[all...]

Completed in 285 milliseconds

1234567891011>>