Lines Matching refs:BN_CTX

320     BN_CTX *ctx = NULL;  in ec_guess_cofactor()
446 int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx) in EC_GROUP_get_order()
467 BN_CTX *ctx) in EC_GROUP_get_cofactor()
557 const BIGNUM *b, BN_CTX *ctx) in EC_GROUP_set_curve()
567 BN_CTX *ctx) in EC_GROUP_get_curve()
578 const BIGNUM *b, BN_CTX *ctx) in EC_GROUP_set_curve_GFp()
584 BIGNUM *b, BN_CTX *ctx) in EC_GROUP_get_curve_GFp()
591 const BIGNUM *b, BN_CTX *ctx) in EC_GROUP_set_curve_GF2m()
597 BIGNUM *b, BN_CTX *ctx) in EC_GROUP_get_curve_GF2m()
613 int EC_GROUP_check_discriminant(const EC_GROUP *group, BN_CTX *ctx) in EC_GROUP_check_discriminant()
622 int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ctx) in EC_GROUP_cmp()
627 BN_CTX *ctx_new = NULL; in EC_GROUP_cmp()
831 BN_CTX *ctx) in EC_POINT_set_Jprojective_coordinates_GFp()
848 BN_CTX *ctx) in EC_POINT_get_Jprojective_coordinates_GFp()
865 BN_CTX *ctx) in EC_POINT_set_affine_coordinates()
888 const BIGNUM *y, BN_CTX *ctx) in EC_POINT_set_affine_coordinates_GFp()
896 const BIGNUM *y, BN_CTX *ctx) in EC_POINT_set_affine_coordinates_GF2m()
905 BN_CTX *ctx) in EC_POINT_get_affine_coordinates()
925 BIGNUM *y, BN_CTX *ctx) in EC_POINT_get_affine_coordinates_GFp()
933 BIGNUM *y, BN_CTX *ctx) in EC_POINT_get_affine_coordinates_GF2m()
941 const EC_POINT *b, BN_CTX *ctx) in EC_POINT_add()
956 BN_CTX *ctx) in EC_POINT_dbl()
969 int EC_POINT_invert(const EC_GROUP *group, EC_POINT *a, BN_CTX *ctx) in EC_POINT_invert()
1003 BN_CTX *ctx) in EC_POINT_is_on_curve()
1017 BN_CTX *ctx) in EC_POINT_cmp()
1031 int EC_POINT_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) in EC_POINT_make_affine()
1045 EC_POINT *points[], BN_CTX *ctx) in EC_POINTs_make_affine()
1072 const BIGNUM *scalars[], BN_CTX *ctx) in EC_POINTs_mul()
1077 BN_CTX *new_ctx = NULL; in EC_POINTs_mul()
1118 const EC_POINT *point, const BIGNUM *p_scalar, BN_CTX *ctx) in EC_POINT_mul()
1123 BN_CTX *new_ctx = NULL; in EC_POINT_mul()
1158 int EC_GROUP_precompute_mult(EC_GROUP *group, BN_CTX *ctx) in EC_GROUP_precompute_mult()
1190 BN_CTX *ctx = BN_CTX_new_ex(group->libctx); in ec_precompute_mont_data()
1237 const BIGNUM *x, BN_CTX *ctx) in ec_field_inverse_mod_ord()
1242 BN_CTX *new_ctx = NULL; in ec_field_inverse_mod_ord()
1298 const BIGNUM *x, BN_CTX *ctx) in ossl_ec_group_do_inverse_ord()
1317 BN_CTX *ctx) in ossl_ec_point_blind_coordinates()
1407 BN_CTX *ctx) in ec_group_explicit_to_named()
1554 BN_CTX *bnctx = NULL; in EC_GROUP_new_from_params()
1766 const char *propq, BN_CTX *bnctx) in EC_GROUP_to_params()
1769 BN_CTX *new_bnctx = NULL; in EC_GROUP_to_params()