Searched refs:inner_group (Results 1 – 2 of 2) sorted by relevance
87 EC_GROUP *inner_group = NULL; in EC_KEY_parse_private_key() local100 inner_group = EC_KEY_parse_parameters(&child); in EC_KEY_parse_private_key()101 if (inner_group == NULL) { in EC_KEY_parse_private_key()105 group = inner_group; in EC_KEY_parse_private_key()106 } else if (EC_GROUP_cmp(group, inner_group, NULL) != 0) { in EC_KEY_parse_private_key()182 EC_GROUP_free(inner_group); in EC_KEY_parse_private_key()188 EC_GROUP_free(inner_group); in EC_KEY_parse_private_key()
32 for inner_group in test_group:33 for test in inner_group: