Searched refs:inner_group (Results 1 – 2 of 2) sorted by relevance
87 EC_GROUP *inner_group = NULL; in EC_KEY_parse_private_key() local99 inner_group = EC_KEY_parse_parameters(&child); in EC_KEY_parse_private_key()100 if (inner_group == NULL) { in EC_KEY_parse_private_key()104 group = inner_group; in EC_KEY_parse_private_key()105 } else if (EC_GROUP_cmp(group, inner_group, NULL) != 0) { in EC_KEY_parse_private_key()183 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: