• Home
  • Raw
  • Download

Lines Matching refs:BIGNUM

238 …et_generator(EC_GROUP *group, const EC_POINT *generator, const BIGNUM *order, const BIGNUM *cofact…
252 int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx);
260 int EC_GROUP_get_cofactor(const EC_GROUP *group, BIGNUM *cofactor, BN_CTX *ctx);
292 int EC_GROUP_set_curve_GFp(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_C…
302 int EC_GROUP_get_curve_GFp(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx);
313 int EC_GROUP_set_curve_GF2m(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_…
323 int EC_GROUP_get_curve_GF2m(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx);
364 EC_GROUP *EC_GROUP_new_curve_GFp(const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
374 EC_GROUP *EC_GROUP_new_curve_GF2m(const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
458 const BIGNUM *x, const BIGNUM *y, const BIGNUM *z, BN_CTX *ctx);
470 const EC_POINT *p, BIGNUM *x, BIGNUM *y, BIGNUM *z, BN_CTX *ctx);
481 const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx);
492 const EC_POINT *p, BIGNUM *x, BIGNUM *y, BN_CTX *ctx);
503 const BIGNUM *x, int y_bit, BN_CTX *ctx);
514 const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx);
525 const EC_POINT *p, BIGNUM *x, BIGNUM *y, BN_CTX *ctx);
536 const BIGNUM *x, int y_bit, BN_CTX *ctx);
564 BIGNUM *EC_POINT_point2bn(const EC_GROUP *, const EC_POINT *,
565 point_conversion_form_t form, BIGNUM *, BN_CTX *);
566 EC_POINT *EC_POINT_bn2point(const EC_GROUP *, const BIGNUM *,
642 …s_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n, size_t num, const EC_POINT *p[], const
653 …EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n, const EC_POINT *q, const BIGNUM
778 const BIGNUM *EC_KEY_get0_private_key(const EC_KEY *key);
786 int EC_KEY_set_private_key(EC_KEY *key, const BIGNUM *prv);
841 int EC_KEY_set_public_key_affine_coordinates(EC_KEY *key, BIGNUM *x, BIGNUM *y);