Searched refs:BN_CTX (Results 1 - 25 of 291) sorted by relevance

1234567891011>>

/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 *);
107 int (*group_check_discriminant)(const EC_GROUP *, BN_CTX *);
124 const BIGNUM *x, const BIGNUM *y, const BIGNUM *z, BN_CTX *);
126 BIGNUM *x, BIGNUM *y, BIGNUM *z, BN_CTX *);
128 const BIGNUM *x, const BIGNUM *y, BN_CTX *);
130 BIGNUM *x, BIGNUM *y, BN_CTX *);
132 const BIGNUM *x, int y_bit, BN_CTX *);
136 unsigned char *buf, size_t len, BN_CTX *);
138 const unsigned char *buf, size_t len, BN_CTX *);
[all...]
H A Dec.h147 int EC_GROUP_get_order(const EC_GROUP *, BIGNUM *order, BN_CTX *);
148 int EC_GROUP_get_cofactor(const EC_GROUP *, BIGNUM *cofactor, BN_CTX *);
163 int EC_GROUP_set_curve_GFp(EC_GROUP *, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *);
164 int EC_GROUP_get_curve_GFp(const EC_GROUP *, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *);
165 int EC_GROUP_set_curve_GF2m(EC_GROUP *, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *);
166 int EC_GROUP_get_curve_GF2m(const EC_GROUP *, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *);
172 int EC_GROUP_check(const EC_GROUP *group, BN_CTX *ctx);
175 int EC_GROUP_check_discriminant(const EC_GROUP *, BN_CTX *);
178 int EC_GROUP_cmp(const EC_GROUP *, const EC_GROUP *, BN_CTX *);
182 EC_GROUP *EC_GROUP_new_curve_GFp(const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *);
[all...]
H A Decp_nist.c127 const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
130 BN_CTX *new_ctx = NULL;
188 const BIGNUM *b, BN_CTX *ctx)
191 BN_CTX *ctx_new=NULL;
214 BN_CTX *ctx)
217 BN_CTX *ctx_new=NULL;
H A Dec_print.c63 BN_CTX *ctx)
92 BN_CTX *ctx)
138 BN_CTX *ctx)
182 BN_CTX *ctx)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Dec_lcl.h108 const BIGNUM *b, BN_CTX *);
110 BN_CTX *);
114 int (*group_check_discriminant) (const EC_GROUP *, BN_CTX *);
135 const BIGNUM *z, BN_CTX *);
139 BN_CTX *);
142 BN_CTX *);
144 BIGNUM *x, BIGNUM *y, BN_CTX *);
147 BN_CTX *);
151 size_t len, BN_CTX *);
153 size_t len, BN_CTX *);
[all...]
H A Dec.h252 * \param ctx BN_CTX object (optional)
255 int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx);
260 * \param ctx BN_CTX object (optional)
264 BN_CTX *ctx);
294 * \param ctx BN_CTX object (optional)
298 const BIGNUM *b, BN_CTX *ctx);
305 * \param ctx BN_CTX object (optional)
309 BIGNUM *b, BN_CTX *ctx);
317 * \param ctx BN_CTX object (optional)
321 const BIGNUM *b, BN_CTX *ct
[all...]
H A Decp_nist.c132 const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
135 BN_CTX *new_ctx = NULL;
171 const BIGNUM *b, BN_CTX *ctx)
174 BN_CTX *ctx_new = NULL;
197 BN_CTX *ctx)
200 BN_CTX *ctx_new = NULL;
H A Dec_print.c62 BIGNUM *ret, BN_CTX *ctx)
87 const BIGNUM *bn, EC_POINT *point, BN_CTX *ctx)
128 point_conversion_form_t form, BN_CTX *ctx)
166 const char *buf, EC_POINT *point, BN_CTX *ctx)
H A Dec2_smpl.c210 const BIGNUM *b, BN_CTX *ctx)
251 BIGNUM *a, BIGNUM *b, BN_CTX *ctx)
290 BN_CTX *ctx)
294 BN_CTX *new_ctx = NULL;
391 const BIGNUM *y, BN_CTX *ctx)
423 BN_CTX *ctx)
459 const EC_POINT *b, BN_CTX *ctx)
461 BN_CTX *new_ctx = NULL;
575 BN_CTX *ctx)
580 int ec_GF2m_simple_invert(const EC_GROUP *group, EC_POINT *point, BN_CTX *ct
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Dec_lcl.h108 const BIGNUM *b, BN_CTX *);
110 BN_CTX *);
114 int (*group_check_discriminant) (const EC_GROUP *, BN_CTX *);
135 const BIGNUM *z, BN_CTX *);
139 BN_CTX *);
142 BN_CTX *);
144 BIGNUM *x, BIGNUM *y, BN_CTX *);
147 BN_CTX *);
151 size_t len, BN_CTX *);
153 size_t len, BN_CTX *);
[all...]
H A Dec.h252 * \param ctx BN_CTX object (optional)
255 int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx);
260 * \param ctx BN_CTX object (optional)
264 BN_CTX *ctx);
294 * \param ctx BN_CTX object (optional)
298 const BIGNUM *b, BN_CTX *ctx);
305 * \param ctx BN_CTX object (optional)
309 BIGNUM *b, BN_CTX *ctx);
317 * \param ctx BN_CTX object (optional)
321 const BIGNUM *b, BN_CTX *ct
[all...]
H A Decp_nist.c132 const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
135 BN_CTX *new_ctx = NULL;
171 const BIGNUM *b, BN_CTX *ctx)
174 BN_CTX *ctx_new = NULL;
197 BN_CTX *ctx)
200 BN_CTX *ctx_new = NULL;
H A Dec_print.c62 BIGNUM *ret, BN_CTX *ctx)
87 const BIGNUM *bn, EC_POINT *point, BN_CTX *ctx)
128 point_conversion_form_t form, BN_CTX *ctx)
166 const char *buf, EC_POINT *point, BN_CTX *ctx)
H A Dec2_smpl.c210 const BIGNUM *b, BN_CTX *ctx)
251 BIGNUM *a, BIGNUM *b, BN_CTX *ctx)
290 BN_CTX *ctx)
294 BN_CTX *new_ctx = NULL;
391 const BIGNUM *y, BN_CTX *ctx)
423 BN_CTX *ctx)
459 const EC_POINT *b, BN_CTX *ctx)
461 BN_CTX *new_ctx = NULL;
575 BN_CTX *ctx)
580 int ec_GF2m_simple_invert(const EC_GROUP *group, EC_POINT *point, BN_CTX *ct
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dec.h147 int EC_GROUP_get_order(const EC_GROUP *, BIGNUM *order, BN_CTX *);
148 int EC_GROUP_get_cofactor(const EC_GROUP *, BIGNUM *cofactor, BN_CTX *);
163 int EC_GROUP_set_curve_GFp(EC_GROUP *, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *);
164 int EC_GROUP_get_curve_GFp(const EC_GROUP *, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *);
165 int EC_GROUP_set_curve_GF2m(EC_GROUP *, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *);
166 int EC_GROUP_get_curve_GF2m(const EC_GROUP *, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *);
172 int EC_GROUP_check(const EC_GROUP *group, BN_CTX *ctx);
175 int EC_GROUP_check_discriminant(const EC_GROUP *, BN_CTX *);
178 int EC_GROUP_cmp(const EC_GROUP *, const EC_GROUP *, BN_CTX *);
182 EC_GROUP *EC_GROUP_new_curve_GFp(const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *);
[all...]
H A Dbn.h271 typedef struct bignum_ctx BN_CTX;
386 BN_CTX *BN_CTX_new(void);
388 void BN_CTX_init(BN_CTX *c);
390 void BN_CTX_free(BN_CTX *c);
391 void BN_CTX_start(BN_CTX *ctx);
392 BIGNUM *BN_CTX_get(BN_CTX *ctx);
393 void BN_CTX_end(BN_CTX *ctx);
413 int BN_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
414 int BN_sqr(BIGNUM *r, const BIGNUM *a,BN_CTX *ctx);
427 BN_CTX *ct
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn.h306 typedef struct bignum_ctx BN_CTX;
423 BN_CTX *BN_CTX_new(void);
425 void BN_CTX_init(BN_CTX *c);
427 void BN_CTX_free(BN_CTX *c);
428 void BN_CTX_start(BN_CTX *ctx);
429 BIGNUM *BN_CTX_get(BN_CTX *ctx);
430 void BN_CTX_end(BN_CTX *ctx);
450 int BN_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
451 int BN_sqr(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx);
464 BN_CTX *ct
[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)
143 BN_CTX *ctx)
165 BN_CTX *ctx)
188 BN_CTX *ctx)
216 int BN_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx)
224 int BN_mod_lshift1(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx)
247 BN_CTX *ctx)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn.h306 typedef struct bignum_ctx BN_CTX;
423 BN_CTX *BN_CTX_new(void);
425 void BN_CTX_init(BN_CTX *c);
427 void BN_CTX_free(BN_CTX *c);
428 void BN_CTX_start(BN_CTX *ctx);
429 BIGNUM *BN_CTX_get(BN_CTX *ctx);
430 void BN_CTX_end(BN_CTX *ctx);
450 int BN_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
451 int BN_sqr(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx);
464 BN_CTX *ct
[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)
143 BN_CTX *ctx)
165 BN_CTX *ctx)
188 BN_CTX *ctx)
216 int BN_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx)
224 int BN_mod_lshift1(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx)
247 BN_CTX *ctx)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn.h271 typedef struct bignum_ctx BN_CTX;
386 BN_CTX *BN_CTX_new(void);
388 void BN_CTX_init(BN_CTX *c);
390 void BN_CTX_free(BN_CTX *c);
391 void BN_CTX_start(BN_CTX *ctx);
392 BIGNUM *BN_CTX_get(BN_CTX *ctx);
393 void BN_CTX_end(BN_CTX *ctx);
413 int BN_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
414 int BN_sqr(BIGNUM *r, const BIGNUM *a,BN_CTX *ctx);
427 BN_CTX *ct
[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 *m, BN_CTX *ctx)
159 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, BN_CTX *ctx)
179 BN_CTX *ctx)
203 int BN_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx)
211 int BN_mod_lshift1(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx)
231 int BN_mod_lshift(BIGNUM *r, const BIGNUM *a, int n, const BIGNUM *m, BN_CTX *ctx)
/netgear-R7000-V1.0.7.12_1.2.5/src/include/bcmcrypto/
H A Dbn.h276 typedef struct bignum_ctx BN_CTX; typedef in typeref:struct:bignum_ctx
356 BN_CTX *BN_CTX_new(void);
357 void BN_CTX_init(BN_CTX *c);
358 void BN_CTX_free(BN_CTX *c);
359 void BN_CTX_start(BN_CTX *ctx);
360 BIGNUM *BN_CTX_get(BN_CTX *ctx);
361 void BN_CTX_end(BN_CTX *ctx);
381 int BN_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
382 int BN_sqr(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx);
385 BN_CTX *ct
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/engines/cluster_labs/
H A Dcluster_labs.h3 const BIGNUM *m, BN_CTX *cgx);
7 BN_CTX *ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/cluster_labs/
H A Dcluster_labs.h3 const BIGNUM *m, BN_CTX *cgx);
6 const BIGNUM *iqmp, BN_CTX *ctx);

Completed in 130 milliseconds

1234567891011>>