Home | History | Annotate | Download | only in ec

Lines Matching refs:BN_CTX

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)
462 int EC_GROUP_check_discriminant(const EC_GROUP *group, BN_CTX *ctx)
473 int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ctx)
477 BN_CTX *ctx_new = NULL;
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)
946 unsigned char *buf, size_t len, BN_CTX *ctx)
963 const unsigned char *buf, size_t len, BN_CTX *ctx)
979 int EC_POINT_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx)
995 int EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx)
1011 int EC_POINT_invert(const EC_GROUP *group, EC_POINT *a, BN_CTX *ctx)
1043 int EC_POINT_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx)
1059 int EC_POINT_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx)
1075 int EC_POINT_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx)
1091 int EC_POINTs_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx)
1119 size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx)
1129 const EC_POINT *point, const BIGNUM *p_scalar, BN_CTX *ctx)
1142 int EC_GROUP_precompute_mult(EC_GROUP *group, BN_CTX *ctx)