Lines Matching refs:BIGNUM
125 int (*group_set_curve)(EC_GROUP *, const BIGNUM *p, const BIGNUM *a,
126 const BIGNUM *b, BN_CTX *);
173 const BIGNUM *in);
174 int (*felem_to_bignum)(const EC_GROUP *group, BIGNUM *out,
203 BIGNUM order;
212 BIGNUM field; // For curves over GF(p), this is the modulus.
253 int ec_bignum_to_felem(const EC_GROUP *group, EC_FELEM *out, const BIGNUM *in);
257 int ec_felem_to_bignum(const EC_GROUP *group, BIGNUM *out, const EC_FELEM *in);
286 const BIGNUM *in);
370 int ec_field_element_to_scalar(const EC_GROUP *group, BIGNUM *r);
394 int ec_GFp_simple_group_set_curve(EC_GROUP *, const BIGNUM *p, const BIGNUM *a,
395 const BIGNUM *b, BN_CTX *);
396 int ec_GFp_simple_group_get_curve(const EC_GROUP *, BIGNUM *p, BIGNUM *a,
397 BIGNUM *b);
402 const BIGNUM *x,
403 const BIGNUM *y);
423 int ec_GFp_mont_group_set_curve(EC_GROUP *, const BIGNUM *p, const BIGNUM *a,
424 const BIGNUM *b, BN_CTX *);
431 const BIGNUM *in);
432 int ec_GFp_mont_felem_to_bignum(const EC_GROUP *group, BIGNUM *out,
447 BIGNUM bignum;
459 BIGNUM *fixed_k;