Searched refs:EC_GROUP (Results 1 - 25 of 267) 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.h93 int (*group_init)(EC_GROUP *);
94 void (*group_finish)(EC_GROUP *);
95 void (*group_clear_finish)(EC_GROUP *);
96 int (*group_copy)(EC_GROUP *, const EC_GROUP *);
100 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 *);
104 int (*group_get_degree)(const EC_GROUP *);
107 int (*group_check_discriminant)(const EC_GROUP *, BN_CTX *);
122 int (*point_set_to_infinity)(const EC_GROUP *, EC_POIN
[all...]
H A Dec.h129 EC_GROUP; typedef in typeref:struct:ec_group_st
166 /* EC_GROUP functions */
169 /** Creates a new EC_GROUP object
171 * \return newly created EC_GROUP object or NULL in case of an error.
173 EC_GROUP *EC_GROUP_new(const EC_METHOD *meth);
175 /** Frees a EC_GROUP object
176 * \param group EC_GROUP object to be freed.
178 void EC_GROUP_free(EC_GROUP *group);
180 /** Clears and frees a EC_GROUP object
181 * \param group EC_GROUP objec
[all...]
H A Dec_cvt.c76 EC_GROUP *EC_GROUP_new_curve_GFp(const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
79 EC_GROUP *ret;
126 EC_GROUP *EC_GROUP_new_curve_GF2m(const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
129 EC_GROUP *ret;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/ec/
H A Dec_lcl.h93 int (*group_init)(EC_GROUP *);
94 void (*group_finish)(EC_GROUP *);
95 void (*group_clear_finish)(EC_GROUP *);
96 int (*group_copy)(EC_GROUP *, const EC_GROUP *);
100 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 *);
104 int (*group_get_degree)(const EC_GROUP *);
107 int (*group_check_discriminant)(const EC_GROUP *, BN_CTX *);
122 int (*point_set_to_infinity)(const EC_GROUP *, EC_POIN
[all...]
H A Dec.h129 EC_GROUP; typedef in typeref:struct:ec_group_st
166 /* EC_GROUP functions */
169 /** Creates a new EC_GROUP object
171 * \return newly created EC_GROUP object or NULL in case of an error.
173 EC_GROUP *EC_GROUP_new(const EC_METHOD *meth);
175 /** Frees a EC_GROUP object
176 * \param group EC_GROUP object to be freed.
178 void EC_GROUP_free(EC_GROUP *group);
180 /** Clears and frees a EC_GROUP object
181 * \param group EC_GROUP objec
[all...]
H A Dec_cvt.c76 EC_GROUP *EC_GROUP_new_curve_GFp(const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
79 EC_GROUP *ret;
126 EC_GROUP *EC_GROUP_new_curve_GF2m(const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
129 EC_GROUP *ret;
/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.h93 int (*group_init)(EC_GROUP *);
94 void (*group_finish)(EC_GROUP *);
95 void (*group_clear_finish)(EC_GROUP *);
96 int (*group_copy)(EC_GROUP *, const EC_GROUP *);
100 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 *);
104 int (*group_get_degree)(const EC_GROUP *);
107 int (*group_check_discriminant)(const EC_GROUP *, BN_CTX *);
122 int (*point_set_to_infinity)(const EC_GROUP *, EC_POIN
[all...]
H A Dec.h129 EC_GROUP; typedef in typeref:struct:ec_group_st
166 /* EC_GROUP functions */
169 /** Creates a new EC_GROUP object
171 * \return newly created EC_GROUP object or NULL in case of an error.
173 EC_GROUP *EC_GROUP_new(const EC_METHOD *meth);
175 /** Frees a EC_GROUP object
176 * \param group EC_GROUP object to be freed.
178 void EC_GROUP_free(EC_GROUP *group);
180 /** Clears and frees a EC_GROUP object
181 * \param group EC_GROUP objec
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/ec/
H A Dec_lcl.h101 int (*group_init) (EC_GROUP *);
102 void (*group_finish) (EC_GROUP *);
103 void (*group_clear_finish) (EC_GROUP *);
104 int (*group_copy) (EC_GROUP *, const EC_GROUP *);
107 int (*group_set_curve) (EC_GROUP *, const BIGNUM *p, const BIGNUM *a,
109 int (*group_get_curve) (const EC_GROUP *, BIGNUM *p, BIGNUM *a, BIGNUM *b,
112 int (*group_get_degree) (const EC_GROUP *);
114 int (*group_check_discriminant) (const EC_GROUP *, BN_CTX *);
131 int (*point_set_to_infinity) (const EC_GROUP *, EC_POIN
[all...]
H A Dec.h127 EC_GROUP; typedef in typeref:struct:ec_group_st
181 /* EC_GROUP functions */
184 /** Creates a new EC_GROUP object
186 * \return newly created EC_GROUP object or NULL in case of an error.
188 EC_GROUP *EC_GROUP_new(const EC_METHOD *meth);
190 /** Frees a EC_GROUP object
191 * \param group EC_GROUP object to be freed.
193 void EC_GROUP_free(EC_GROUP *group);
195 /** Clears and frees a EC_GROUP object
196 * \param group EC_GROUP objec
[all...]
H A Dec_cvt.c79 EC_GROUP *EC_GROUP_new_curve_GFp(const BIGNUM *p, const BIGNUM *a,
83 EC_GROUP *ret;
157 EC_GROUP *EC_GROUP_new_curve_GF2m(const BIGNUM *p, const BIGNUM *a,
161 EC_GROUP *ret;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/ec/
H A Dec_lcl.h101 int (*group_init) (EC_GROUP *);
102 void (*group_finish) (EC_GROUP *);
103 void (*group_clear_finish) (EC_GROUP *);
104 int (*group_copy) (EC_GROUP *, const EC_GROUP *);
107 int (*group_set_curve) (EC_GROUP *, const BIGNUM *p, const BIGNUM *a,
109 int (*group_get_curve) (const EC_GROUP *, BIGNUM *p, BIGNUM *a, BIGNUM *b,
112 int (*group_get_degree) (const EC_GROUP *);
114 int (*group_check_discriminant) (const EC_GROUP *, BN_CTX *);
131 int (*point_set_to_infinity) (const EC_GROUP *, EC_POIN
[all...]
H A Dec.h127 EC_GROUP; typedef in typeref:struct:ec_group_st
181 /* EC_GROUP functions */
184 /** Creates a new EC_GROUP object
186 * \return newly created EC_GROUP object or NULL in case of an error.
188 EC_GROUP *EC_GROUP_new(const EC_METHOD *meth);
190 /** Frees a EC_GROUP object
191 * \param group EC_GROUP object to be freed.
193 void EC_GROUP_free(EC_GROUP *group);
195 /** Clears and frees a EC_GROUP object
196 * \param group EC_GROUP objec
[all...]
H A Dec_cvt.c79 EC_GROUP *EC_GROUP_new_curve_GFp(const BIGNUM *p, const BIGNUM *a,
83 EC_GROUP *ret;
157 EC_GROUP *EC_GROUP_new_curve_GF2m(const BIGNUM *p, const BIGNUM *a,
161 EC_GROUP *ret;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/ec/
H A Dec_lcl.h101 int (*group_init) (EC_GROUP *);
102 void (*group_finish) (EC_GROUP *);
103 void (*group_clear_finish) (EC_GROUP *);
104 int (*group_copy) (EC_GROUP *, const EC_GROUP *);
107 int (*group_set_curve) (EC_GROUP *, const BIGNUM *p, const BIGNUM *a,
109 int (*group_get_curve) (const EC_GROUP *, BIGNUM *p, BIGNUM *a, BIGNUM *b,
112 int (*group_get_degree) (const EC_GROUP *);
114 int (*group_check_discriminant) (const EC_GROUP *, BN_CTX *);
131 int (*point_set_to_infinity) (const EC_GROUP *, EC_POIN
[all...]
H A Dec.h127 EC_GROUP; typedef in typeref:struct:ec_group_st
181 /* EC_GROUP functions */
184 /** Creates a new EC_GROUP object
186 * \return newly created EC_GROUP object or NULL in case of an error.
188 EC_GROUP *EC_GROUP_new(const EC_METHOD *meth);
190 /** Frees a EC_GROUP object
191 * \param group EC_GROUP object to be freed.
193 void EC_GROUP_free(EC_GROUP *group);
195 /** Clears and frees a EC_GROUP object
196 * \param group EC_GROUP objec
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/include/openssl/
H A Dec.h129 EC_GROUP; typedef in typeref:struct:ec_group_st
166 /* EC_GROUP functions */
169 /** Creates a new EC_GROUP object
171 * \return newly created EC_GROUP object or NULL in case of an error.
173 EC_GROUP *EC_GROUP_new(const EC_METHOD *meth);
175 /** Frees a EC_GROUP object
176 * \param group EC_GROUP object to be freed.
178 void EC_GROUP_free(EC_GROUP *group);
180 /** Clears and frees a EC_GROUP object
181 * \param group EC_GROUP objec
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/include/openssl/
H A Dec.h129 EC_GROUP; typedef in typeref:struct:ec_group_st
166 /* EC_GROUP functions */
169 /** Creates a new EC_GROUP object
171 * \return newly created EC_GROUP object or NULL in case of an error.
173 EC_GROUP *EC_GROUP_new(const EC_METHOD *meth);
175 /** Frees a EC_GROUP object
176 * \param group EC_GROUP object to be freed.
178 void EC_GROUP_free(EC_GROUP *group);
180 /** Clears and frees a EC_GROUP object
181 * \param group EC_GROUP objec
[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.h129 EC_GROUP; typedef in typeref:struct:ec_group_st
166 /* EC_GROUP functions */
169 /** Creates a new EC_GROUP object
171 * \return newly created EC_GROUP object or NULL in case of an error.
173 EC_GROUP *EC_GROUP_new(const EC_METHOD *meth);
175 /** Frees a EC_GROUP object
176 * \param group EC_GROUP object to be freed.
178 void EC_GROUP_free(EC_GROUP *group);
180 /** Clears and frees a EC_GROUP object
181 * \param group EC_GROUP objec
[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.h129 EC_GROUP; typedef in typeref:struct:ec_group_st
166 /* EC_GROUP functions */
169 /** Creates a new EC_GROUP object
171 * \return newly created EC_GROUP object or NULL in case of an error.
173 EC_GROUP *EC_GROUP_new(const EC_METHOD *meth);
175 /** Frees a EC_GROUP object
176 * \param group EC_GROUP object to be freed.
178 void EC_GROUP_free(EC_GROUP *group);
180 /** Clears and frees a EC_GROUP object
181 * \param group EC_GROUP objec
[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.h129 EC_GROUP; typedef in typeref:struct:ec_group_st
166 /* EC_GROUP functions */
169 /** Creates a new EC_GROUP object
171 * \return newly created EC_GROUP object or NULL in case of an error.
173 EC_GROUP *EC_GROUP_new(const EC_METHOD *meth);
175 /** Frees a EC_GROUP object
176 * \param group EC_GROUP object to be freed.
178 void EC_GROUP_free(EC_GROUP *group);
180 /** Clears and frees a EC_GROUP object
181 * \param group EC_GROUP objec
[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.h129 EC_GROUP; typedef in typeref:struct:ec_group_st
166 /* EC_GROUP functions */
169 /** Creates a new EC_GROUP object
171 * \return newly created EC_GROUP object or NULL in case of an error.
173 EC_GROUP *EC_GROUP_new(const EC_METHOD *meth);
175 /** Frees a EC_GROUP object
176 * \param group EC_GROUP object to be freed.
178 void EC_GROUP_free(EC_GROUP *group);
180 /** Clears and frees a EC_GROUP object
181 * \param group EC_GROUP objec
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/include/openssl/
H A Dec.h127 EC_GROUP; typedef in typeref:struct:ec_group_st
181 /* EC_GROUP functions */
184 /** Creates a new EC_GROUP object
186 * \return newly created EC_GROUP object or NULL in case of an error.
188 EC_GROUP *EC_GROUP_new(const EC_METHOD *meth);
190 /** Frees a EC_GROUP object
191 * \param group EC_GROUP object to be freed.
193 void EC_GROUP_free(EC_GROUP *group);
195 /** Clears and frees a EC_GROUP object
196 * \param group EC_GROUP objec
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/include/openssl/
H A Dec.h127 EC_GROUP; typedef in typeref:struct:ec_group_st
181 /* EC_GROUP functions */
184 /** Creates a new EC_GROUP object
186 * \return newly created EC_GROUP object or NULL in case of an error.
188 EC_GROUP *EC_GROUP_new(const EC_METHOD *meth);
190 /** Frees a EC_GROUP object
191 * \param group EC_GROUP object to be freed.
193 void EC_GROUP_free(EC_GROUP *group);
195 /** Clears and frees a EC_GROUP object
196 * \param group EC_GROUP objec
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/include/openssl/
H A Dec.h127 EC_GROUP; typedef in typeref:struct:ec_group_st
181 /* EC_GROUP functions */
184 /** Creates a new EC_GROUP object
186 * \return newly created EC_GROUP object or NULL in case of an error.
188 EC_GROUP *EC_GROUP_new(const EC_METHOD *meth);
190 /** Frees a EC_GROUP object
191 * \param group EC_GROUP object to be freed.
193 void EC_GROUP_free(EC_GROUP *group);
195 /** Clears and frees a EC_GROUP object
196 * \param group EC_GROUP objec
[all...]

Completed in 170 milliseconds

1234567891011