Lines Matching full:bignum
284 int EC_GROUP_set_generator(EC_GROUP *group, const EC_POINT *generator, const BIGNUM *order, const BIGNUM *cofactor)
319 int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx)
328 int EC_GROUP_get_cofactor(const EC_GROUP *group, BIGNUM *cofactor, BN_CTX *ctx)
407 int EC_GROUP_set_curve_GFp(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
418 int EC_GROUP_get_curve_GFp(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx)
429 int EC_GROUP_set_curve_GF2m(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
440 int EC_GROUP_get_curve_GF2m(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx)
476 BIGNUM *a1, *a2, *a3, *b1, *b2, *b3;
810 const BIGNUM *x, const BIGNUM *y, const BIGNUM *z, BN_CTX *ctx)
827 BIGNUM *x, BIGNUM *y, BIGNUM *z, BN_CTX *ctx)
844 const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx)
861 const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx)
878 BIGNUM *x, BIGNUM *y, BN_CTX *ctx)
895 BIGNUM *x, BIGNUM *y, BN_CTX *ctx)
912 const BIGNUM *x, int y_bit, BN_CTX *ctx)
929 const BIGNUM *x, int y_bit, BN_CTX *ctx)
1118 int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
1119 size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx)
1128 int EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *g_scalar,
1129 const EC_POINT *point, const BIGNUM *p_scalar, BN_CTX *ctx)
1134 const BIGNUM *scalars[1];