Searched refs:group1 (Results 1 – 2 of 2) sorted by relevance
165 EC_GROUP *group1 = NULL, *group2 = NULL, *group3 = NULL; in ec2m_field_sanity() local180 if (!TEST_ptr_null(group1 = EC_GROUP_new_curve_GF2m(p, a, b, ctx))) in ec2m_field_sanity()197 ret = group1 == NULL && group2 == NULL && group3 == NULL; in ec2m_field_sanity()200 EC_GROUP_free(group1); in ec2m_field_sanity()
218 const EC_GROUP *group1 = EC_KEY_get0_group(key1); in ossl_ec_match_params() local225 ret = group1 != NULL in ossl_ec_match_params()227 && EC_GROUP_cmp(group1, group2, ctx) == 0; in ossl_ec_match_params()
Completed in 12 milliseconds