Home
last modified time | relevance | path

Searched refs:inner_group (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/crypto/ec_extra/
Dec_asn1.c87 EC_GROUP *inner_group = NULL; in EC_KEY_parse_private_key() local
99 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()
184 EC_GROUP_free(inner_group); in EC_KEY_parse_private_key()
189 EC_GROUP_free(inner_group); in EC_KEY_parse_private_key()
/external/chromium-trace/catapult/systrace/bin/
Drun_tests32 for inner_group in test_group:
33 for test in inner_group: