Lines Matching refs:EC_GROUP
121 const EC_GROUP *ecg = NULL; in key_to_params()
335 const EC_GROUP *group_a = EC_KEY_get0_group(ec1); in ec_match()
336 const EC_GROUP *group_b = EC_KEY_get0_group(ec2); in ec_match()
380 const EC_GROUP *ecg = NULL; in common_check_sm2()
587 static int ec_get_ecm_params(const EC_GROUP *group, OSSL_PARAM params[]) in ec_get_ecm_params()
643 const EC_GROUP *ecg = NULL; in common_get_params()
838 if (!ossl_ec_group_set_params((EC_GROUP *)EC_KEY_get0_group(key), params)) in ec_set_params()
993 EC_GROUP *gen_group;
1040 static int ec_gen_set_group(void *genctx, const EC_GROUP *src) in ec_gen_set_group()
1043 EC_GROUP *group; in ec_gen_set_group()
1059 const EC_GROUP *ec_group; in ec_gen_set_template()
1110 EC_GROUP *group = NULL; in ec_gen_set_params()
1148 EC_GROUP *group = NULL; in ec_gen_set_group_from_params()
1266 static int ec_gen_assign_group(EC_KEY *ec, EC_GROUP *group) in ec_gen_assign_group()