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

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/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.h230 * \param ctx BN_CTX object (optional)
233 int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx);
238 * \param ctx BN_CTX object (optional)
241 int EC_GROUP_get_cofactor(const EC_GROUP *group, BIGNUM *cofactor, BN_CTX *ctx);
270 * \param ctx BN_CTX object (optional)
273 int EC_GROUP_set_curve_GFp(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
280 * \param ctx BN_CTX object (optional)
283 int EC_GROUP_get_curve_GFp(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx);
290 * \param ctx BN_CTX object (optional)
293 int EC_GROUP_set_curve_GF2m(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/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.h230 * \param ctx BN_CTX object (optional)
233 int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx);
238 * \param ctx BN_CTX object (optional)
241 int EC_GROUP_get_cofactor(const EC_GROUP *group, BIGNUM *cofactor, BN_CTX *ctx);
270 * \param ctx BN_CTX object (optional)
273 int EC_GROUP_set_curve_GFp(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
280 * \param ctx BN_CTX object (optional)
283 int EC_GROUP_get_curve_GFp(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx);
290 * \param ctx BN_CTX object (optional)
293 int EC_GROUP_set_curve_GF2m(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/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.h230 * \param ctx BN_CTX object (optional)
233 int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx);
238 * \param ctx BN_CTX object (optional)
241 int EC_GROUP_get_cofactor(const EC_GROUP *group, BIGNUM *cofactor, BN_CTX *ctx);
270 * \param ctx BN_CTX object (optional)
273 int EC_GROUP_set_curve_GFp(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
280 * \param ctx BN_CTX object (optional)
283 int EC_GROUP_get_curve_GFp(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx);
290 * \param ctx BN_CTX object (optional)
293 int EC_GROUP_set_curve_GF2m(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/hcrypto/
H A Dbn.h77 typedef struct BN_CTX BN_CTX; typedef in typeref:struct:BN_CTX
126 BN_CTX *BN_CTX_new(void);
127 void BN_CTX_free(BN_CTX *);
128 BIGNUM *BN_CTX_get(BN_CTX *);
129 void BN_CTX_start(BN_CTX *);
130 void BN_CTX_end(BN_CTX *);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/hcrypto/
H A Dbn.h77 typedef struct BN_CTX BN_CTX; typedef in typeref:struct:BN_CTX
126 BN_CTX *BN_CTX_new(void);
127 void BN_CTX_free(BN_CTX *);
128 BIGNUM *BN_CTX_get(BN_CTX *);
129 void BN_CTX_start(BN_CTX *);
130 void BN_CTX_end(BN_CTX *);
/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.h77 typedef struct BN_CTX BN_CTX; typedef in typeref:struct:BN_CTX
126 BN_CTX *BN_CTX_new(void);
127 void BN_CTX_free(BN_CTX *);
128 BIGNUM *BN_CTX_get(BN_CTX *);
129 void BN_CTX_start(BN_CTX *);
130 void BN_CTX_end(BN_CTX *);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/include/openssl/
H A Dec.h230 * \param ctx BN_CTX object (optional)
233 int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx);
238 * \param ctx BN_CTX object (optional)
241 int EC_GROUP_get_cofactor(const EC_GROUP *group, BIGNUM *cofactor, BN_CTX *ctx);
270 * \param ctx BN_CTX object (optional)
273 int EC_GROUP_set_curve_GFp(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
280 * \param ctx BN_CTX object (optional)
283 int EC_GROUP_get_curve_GFp(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx);
290 * \param ctx BN_CTX object (optional)
293 int EC_GROUP_set_curve_GF2m(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ct
[all...]
H A Dbn.h311 typedef struct bignum_ctx BN_CTX;
427 BN_CTX *BN_CTX_new(void);
429 void BN_CTX_init(BN_CTX *c);
431 void BN_CTX_free(BN_CTX *c);
432 void BN_CTX_start(BN_CTX *ctx);
433 BIGNUM *BN_CTX_get(BN_CTX *ctx);
434 void BN_CTX_end(BN_CTX *ctx);
454 int BN_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
455 int BN_sqr(BIGNUM *r, const BIGNUM *a,BN_CTX *ctx);
468 BN_CTX *ct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/include/openssl/
H A Dec.h230 * \param ctx BN_CTX object (optional)
233 int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx);
238 * \param ctx BN_CTX object (optional)
241 int EC_GROUP_get_cofactor(const EC_GROUP *group, BIGNUM *cofactor, BN_CTX *ctx);
270 * \param ctx BN_CTX object (optional)
273 int EC_GROUP_set_curve_GFp(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
280 * \param ctx BN_CTX object (optional)
283 int EC_GROUP_get_curve_GFp(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx);
290 * \param ctx BN_CTX object (optional)
293 int EC_GROUP_set_curve_GF2m(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ct
[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 Dec.h230 * \param ctx BN_CTX object (optional)
233 int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx);
238 * \param ctx BN_CTX object (optional)
241 int EC_GROUP_get_cofactor(const EC_GROUP *group, BIGNUM *cofactor, BN_CTX *ctx);
270 * \param ctx BN_CTX object (optional)
273 int EC_GROUP_set_curve_GFp(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
280 * \param ctx BN_CTX object (optional)
283 int EC_GROUP_get_curve_GFp(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx);
290 * \param ctx BN_CTX object (optional)
293 int EC_GROUP_set_curve_GF2m(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/openssl/
H A Dec.h230 * \param ctx BN_CTX object (optional)
233 int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx);
238 * \param ctx BN_CTX object (optional)
241 int EC_GROUP_get_cofactor(const EC_GROUP *group, BIGNUM *cofactor, BN_CTX *ctx);
270 * \param ctx BN_CTX object (optional)
273 int EC_GROUP_set_curve_GFp(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
280 * \param ctx BN_CTX object (optional)
283 int EC_GROUP_get_curve_GFp(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx);
290 * \param ctx BN_CTX object (optional)
293 int EC_GROUP_set_curve_GF2m(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/openssl/
H A Dec.h230 * \param ctx BN_CTX object (optional)
233 int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx);
238 * \param ctx BN_CTX object (optional)
241 int EC_GROUP_get_cofactor(const EC_GROUP *group, BIGNUM *cofactor, BN_CTX *ctx);
270 * \param ctx BN_CTX object (optional)
273 int EC_GROUP_set_curve_GFp(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
280 * \param ctx BN_CTX object (optional)
283 int EC_GROUP_get_curve_GFp(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx);
290 * \param ctx BN_CTX object (optional)
293 int EC_GROUP_set_curve_GF2m(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/openssl/
H A Dec.h230 * \param ctx BN_CTX object (optional)
233 int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx);
238 * \param ctx BN_CTX object (optional)
241 int EC_GROUP_get_cofactor(const EC_GROUP *group, BIGNUM *cofactor, BN_CTX *ctx);
270 * \param ctx BN_CTX object (optional)
273 int EC_GROUP_set_curve_GFp(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
280 * \param ctx BN_CTX object (optional)
283 int EC_GROUP_get_curve_GFp(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx);
290 * \param ctx BN_CTX object (optional)
293 int EC_GROUP_set_curve_GF2m(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/include/openssl/
H A Dbn.h305 typedef struct bignum_ctx BN_CTX;
422 BN_CTX *BN_CTX_new(void);
424 void BN_CTX_init(BN_CTX *c);
426 void BN_CTX_free(BN_CTX *c);
427 void BN_CTX_start(BN_CTX *ctx);
428 BIGNUM *BN_CTX_get(BN_CTX *ctx);
429 void BN_CTX_end(BN_CTX *ctx);
449 int BN_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
450 int BN_sqr(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx);
463 BN_CTX *ct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/bn/
H A Dbn.h305 typedef struct bignum_ctx BN_CTX;
422 BN_CTX *BN_CTX_new(void);
424 void BN_CTX_init(BN_CTX *c);
426 void BN_CTX_free(BN_CTX *c);
427 void BN_CTX_start(BN_CTX *ctx);
428 BIGNUM *BN_CTX_get(BN_CTX *ctx);
429 void BN_CTX_end(BN_CTX *ctx);
449 int BN_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
450 int BN_sqr(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx);
463 BN_CTX *ct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/include/openssl/
H A Dbn.h305 typedef struct bignum_ctx BN_CTX;
422 BN_CTX *BN_CTX_new(void);
424 void BN_CTX_init(BN_CTX *c);
426 void BN_CTX_free(BN_CTX *c);
427 void BN_CTX_start(BN_CTX *ctx);
428 BIGNUM *BN_CTX_get(BN_CTX *ctx);
429 void BN_CTX_end(BN_CTX *ctx);
449 int BN_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
450 int BN_sqr(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx);
463 BN_CTX *ct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/bn/
H A Dbn.h305 typedef struct bignum_ctx BN_CTX;
422 BN_CTX *BN_CTX_new(void);
424 void BN_CTX_init(BN_CTX *c);
426 void BN_CTX_free(BN_CTX *c);
427 void BN_CTX_start(BN_CTX *ctx);
428 BIGNUM *BN_CTX_get(BN_CTX *ctx);
429 void BN_CTX_end(BN_CTX *ctx);
449 int BN_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
450 int BN_sqr(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx);
463 BN_CTX *ct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/include/openssl/
H A Dbn.h305 typedef struct bignum_ctx BN_CTX;
422 BN_CTX *BN_CTX_new(void);
424 void BN_CTX_init(BN_CTX *c);
426 void BN_CTX_free(BN_CTX *c);
427 void BN_CTX_start(BN_CTX *ctx);
428 BIGNUM *BN_CTX_get(BN_CTX *ctx);
429 void BN_CTX_end(BN_CTX *ctx);
449 int BN_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
450 int BN_sqr(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx);
463 BN_CTX *ct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/bn/
H A Dbn.h305 typedef struct bignum_ctx BN_CTX;
422 BN_CTX *BN_CTX_new(void);
424 void BN_CTX_init(BN_CTX *c);
426 void BN_CTX_free(BN_CTX *c);
427 void BN_CTX_start(BN_CTX *ctx);
428 BIGNUM *BN_CTX_get(BN_CTX *ctx);
429 void BN_CTX_end(BN_CTX *ctx);
449 int BN_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
450 int BN_sqr(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx);
463 BN_CTX *ct
[all...]

Completed in 246 milliseconds

1234567891011>>