Lines Matching refs:BN_CTX
168 BN_CTX *ctx) { in ec_GFp_simple_group_set_curve()
170 BN_CTX *new_ctx = NULL; in ec_GFp_simple_group_set_curve()
234 BIGNUM *b, BN_CTX *ctx) { in ec_GFp_simple_group_get_curve()
236 BN_CTX *new_ctx = NULL; in ec_GFp_simple_group_get_curve()
277 int ec_GFp_simple_group_check_discriminant(const EC_GROUP *group, BN_CTX *ctx) { in ec_GFp_simple_group_check_discriminant()
281 BN_CTX *new_ctx = NULL; in ec_GFp_simple_group_check_discriminant()
390 const BIGNUM *z, BN_CTX *ctx) { in ec_GFp_simple_set_Jprojective_coordinates_GFp()
391 BN_CTX *new_ctx = NULL; in ec_GFp_simple_set_Jprojective_coordinates_GFp()
450 BIGNUM *z, BN_CTX *ctx) { in ec_GFp_simple_get_Jprojective_coordinates_GFp()
451 BN_CTX *new_ctx = NULL; in ec_GFp_simple_get_Jprojective_coordinates_GFp()
492 const BIGNUM *y, BN_CTX *ctx) { in ec_GFp_simple_point_set_affine_coordinates()
506 BIGNUM *y, BN_CTX *ctx) { in ec_GFp_simple_point_get_affine_coordinates()
507 BN_CTX *new_ctx = NULL; in ec_GFp_simple_point_get_affine_coordinates()
610 const EC_POINT *b, BN_CTX *ctx) { in ec_GFp_simple_add()
612 BN_CTX *); in ec_GFp_simple_add()
613 int (*field_sqr)(const EC_GROUP *, BIGNUM *, const BIGNUM *, BN_CTX *); in ec_GFp_simple_add()
615 BN_CTX *new_ctx = NULL; in ec_GFp_simple_add()
801 BN_CTX *ctx) { in ec_GFp_simple_dbl()
803 BN_CTX *); in ec_GFp_simple_dbl()
804 int (*field_sqr)(const EC_GROUP *, BIGNUM *, const BIGNUM *, BN_CTX *); in ec_GFp_simple_dbl()
806 BN_CTX *new_ctx = NULL; in ec_GFp_simple_dbl()
927 int ec_GFp_simple_invert(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) { in ec_GFp_simple_invert()
941 BN_CTX *ctx) { in ec_GFp_simple_is_on_curve()
943 BN_CTX *); in ec_GFp_simple_is_on_curve()
944 int (*field_sqr)(const EC_GROUP *, BIGNUM *, const BIGNUM *, BN_CTX *); in ec_GFp_simple_is_on_curve()
946 BN_CTX *new_ctx = NULL; in ec_GFp_simple_is_on_curve()
1045 const EC_POINT *b, BN_CTX *ctx) { in ec_GFp_simple_cmp()
1053 BN_CTX *); in ec_GFp_simple_cmp()
1054 int (*field_sqr)(const EC_GROUP *, BIGNUM *, const BIGNUM *, BN_CTX *); in ec_GFp_simple_cmp()
1055 BN_CTX *new_ctx = NULL; in ec_GFp_simple_cmp()
1158 BN_CTX *ctx) { in ec_GFp_simple_make_affine()
1159 BN_CTX *new_ctx = NULL; in ec_GFp_simple_make_affine()
1199 EC_POINT *points[], BN_CTX *ctx) { in ec_GFp_simple_points_make_affine()
1200 BN_CTX *new_ctx = NULL; in ec_GFp_simple_points_make_affine()
1354 const BIGNUM *b, BN_CTX *ctx) { in ec_GFp_simple_field_mul()
1359 BN_CTX *ctx) { in ec_GFp_simple_field_sqr()