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
100 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()
/external/chromium-trace/catapult/systrace/bin/
Drun_tests32 for inner_group in test_group:
33 for test in inner_group: