• Home
  • Raw
  • Download

Lines Matching defs:ctx

319 int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx)  in EC_GROUP_get_order()
328 int EC_GROUP_get_cofactor(const EC_GROUP *group, BIGNUM *cofactor, BN_CTX *ctx) in EC_GROUP_get_cofactor()
407 …ROUP_set_curve_GFp(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) in EC_GROUP_set_curve_GFp()
418 int EC_GROUP_get_curve_GFp(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) in EC_GROUP_get_curve_GFp()
429 …OUP_set_curve_GF2m(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) in EC_GROUP_set_curve_GF2m()
440 int EC_GROUP_get_curve_GF2m(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) in EC_GROUP_get_curve_GF2m()
462 int EC_GROUP_check_discriminant(const EC_GROUP *group, BN_CTX *ctx) in EC_GROUP_check_discriminant()
473 int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ctx) in EC_GROUP_cmp()
810 const BIGNUM *x, const BIGNUM *y, const BIGNUM *z, BN_CTX *ctx) in EC_POINT_set_Jprojective_coordinates_GFp()
827 BIGNUM *x, BIGNUM *y, BIGNUM *z, BN_CTX *ctx) in EC_POINT_get_Jprojective_coordinates_GFp()
844 const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) in EC_POINT_set_affine_coordinates_GFp()
861 const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) in EC_POINT_set_affine_coordinates_GF2m()
878 BIGNUM *x, BIGNUM *y, BN_CTX *ctx) in EC_POINT_get_affine_coordinates_GFp()
895 BIGNUM *x, BIGNUM *y, BN_CTX *ctx) in EC_POINT_get_affine_coordinates_GF2m()
912 const BIGNUM *x, int y_bit, BN_CTX *ctx) in EC_POINT_set_compressed_coordinates_GFp()
929 const BIGNUM *x, int y_bit, BN_CTX *ctx) in EC_POINT_set_compressed_coordinates_GF2m()
946 unsigned char *buf, size_t len, BN_CTX *ctx) in EC_POINT_point2oct()
963 const unsigned char *buf, size_t len, BN_CTX *ctx) in EC_POINT_oct2point()
979 …EC_POINT_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) in EC_POINT_add()
995 int EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx) in EC_POINT_dbl()
1011 int EC_POINT_invert(const EC_GROUP *group, EC_POINT *a, BN_CTX *ctx) in EC_POINT_invert()
1043 int EC_POINT_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) in EC_POINT_is_on_curve()
1059 int EC_POINT_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) in EC_POINT_cmp()
1075 int EC_POINT_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) in EC_POINT_make_affine()
1091 int EC_POINTs_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx) in EC_POINTs_make_affine()
1119 size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx) in EC_POINTs_mul()
1129 const EC_POINT *point, const BIGNUM *p_scalar, BN_CTX *ctx) in EC_POINT_mul()
1142 int EC_GROUP_precompute_mult(EC_GROUP *group, BN_CTX *ctx) in EC_GROUP_precompute_mult()