Home | History | Annotate | Download | only in openssl

Lines Matching full:bignum

130 /* EC_GROUP_get0_order returns a pointer to the internal |BIGNUM| object in
132 OPENSSL_EXPORT const BIGNUM *EC_GROUP_get0_order(const EC_GROUP *group);
137 BIGNUM *cofactor, BN_CTX *ctx);
144 OPENSSL_EXPORT int EC_GROUP_get_curve_GFp(const EC_GROUP *group, BIGNUM *out_p,
145 BIGNUM *out_a, BIGNUM *out_b,
218 BIGNUM *x, BIGNUM *y,
227 const BIGNUM *x,
228 const BIGNUM *y,
258 const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit,
283 const BIGNUM *n, const EC_POINT *q,
284 const BIGNUM *m, BN_CTX *ctx);
302 OPENSSL_EXPORT EC_GROUP *EC_GROUP_new_curve_GFp(const BIGNUM *p,
303 const BIGNUM *a,
304 const BIGNUM *b, BN_CTX *ctx);
312 const BIGNUM *order,
313 const BIGNUM *cofactor);
318 OPENSSL_EXPORT int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order,