Lines Matching refs:BIGNUM
134 OPENSSL_EXPORT const BIGNUM *EC_GROUP_get0_order(const EC_GROUP *group);
142 BIGNUM *cofactor, BN_CTX *ctx);
149 OPENSSL_EXPORT int EC_GROUP_get_curve_GFp(const EC_GROUP *group, BIGNUM *out_p,
150 BIGNUM *out_a, BIGNUM *out_b,
221 BIGNUM *x, BIGNUM *y,
230 const BIGNUM *x,
231 const BIGNUM *y,
261 const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit,
286 const BIGNUM *n, const EC_POINT *q,
287 const BIGNUM *m, BN_CTX *ctx);
305 OPENSSL_EXPORT EC_GROUP *EC_GROUP_new_curve_GFp(const BIGNUM *p,
306 const BIGNUM *a,
307 const BIGNUM *b, BN_CTX *ctx);
315 const BIGNUM *order,
316 const BIGNUM *cofactor);
321 OPENSSL_EXPORT int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order,