Home | History | Annotate | Download | only in openssl

Lines Matching refs:BIGNUM

125 OPENSSL_EXPORT int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order,
131 BIGNUM *cofactor, BN_CTX *ctx);
138 OPENSSL_EXPORT int EC_GROUP_get_curve_GFp(const EC_GROUP *group, BIGNUM *out_p,
139 BIGNUM *out_a, BIGNUM *out_b,
220 BIGNUM *x, BIGNUM *y,
227 const BIGNUM *x,
228 const BIGNUM *y,
251 const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit,
276 const BIGNUM *n, const EC_POINT *q,
277 const BIGNUM *m, BN_CTX *ctx);
282 const BIGNUM *n, size_t num,
283 const EC_POINT *p[], const BIGNUM *m[],
296 OPENSSL_EXPORT EC_GROUP *EC_GROUP_new_curve_GFp(const BIGNUM *p,
297 const BIGNUM *a,
298 const BIGNUM *b, BN_CTX *ctx);
305 const BIGNUM *order,
306 const BIGNUM *cofactor);