• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/

Lines Matching refs:BN_CTX

147 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 *);
183 EC_GROUP *EC_GROUP_new_curve_GF2m(const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *);
212 const BIGNUM *x, const BIGNUM *y, const BIGNUM *z, BN_CTX *);
214 BIGNUM *x, BIGNUM *y, BIGNUM *z, BN_CTX *);
216 const BIGNUM *x, const BIGNUM *y, BN_CTX *);
218 BIGNUM *x, BIGNUM *y, BN_CTX *);
220 const BIGNUM *x, int y_bit, BN_CTX *);
223 const BIGNUM *x, const BIGNUM *y, BN_CTX *);
225 BIGNUM *x, BIGNUM *y, BN_CTX *);
227 const BIGNUM *x, int y_bit, BN_CTX *);
230 unsigned char *buf, size_t len, BN_CTX *);
232 const unsigned char *buf, size_t len, BN_CTX *);
236 point_conversion_form_t form, BIGNUM *, BN_CTX *);
238 EC_POINT *, BN_CTX *);
240 point_conversion_form_t form, BN_CTX *);
242 EC_POINT *, BN_CTX *);
244 int EC_POINT_add(const EC_GROUP *, EC_POINT *r, const EC_POINT *a, const EC_POINT *b, BN_CTX *);
245 int EC_POINT_dbl(const EC_GROUP *, EC_POINT *r, const EC_POINT *a, BN_CTX *);
246 int EC_POINT_invert(const EC_GROUP *, EC_POINT *, BN_CTX *);
249 int EC_POINT_is_on_curve(const EC_GROUP *, const EC_POINT *, BN_CTX *);
250 int EC_POINT_cmp(const EC_GROUP *, const EC_POINT *a, const EC_POINT *b, BN_CTX *);
252 int EC_POINT_make_affine(const EC_GROUP *, EC_POINT *, BN_CTX *);
253 int EC_POINTs_make_affine(const EC_GROUP *, size_t num, EC_POINT *[], BN_CTX *);
256 int EC_POINTs_mul(const EC_GROUP *, EC_POINT *r, const BIGNUM *, size_t num, const EC_POINT *[], const BIGNUM *[], BN_CTX *);
257 int EC_POINT_mul(const EC_GROUP *, EC_POINT *r, const BIGNUM *, const EC_POINT *, const BIGNUM *, BN_CTX *);
260 int EC_GROUP_precompute_mult(EC_GROUP *, BN_CTX *);
328 int EC_KEY_precompute_mult(EC_KEY *, BN_CTX *ctx);