Home
last modified time | relevance | path

Searched refs:sk_POLICY_MAPPING_pop_free (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/crypto/x509v3/
Dv3_pmaps.c132 sk_POLICY_MAPPING_pop_free(pmaps, POLICY_MAPPING_free); in v2i_POLICY_MAPPINGS()
140 sk_POLICY_MAPPING_pop_free(pmaps, POLICY_MAPPING_free); in v2i_POLICY_MAPPINGS()
147 sk_POLICY_MAPPING_pop_free(pmaps, POLICY_MAPPING_free); in v2i_POLICY_MAPPINGS()
Dpcy_map.c130 sk_POLICY_MAPPING_pop_free(maps, POLICY_MAPPING_free); in policy_cache_set_mapping()
/external/boringssl/src/include/openssl/
Dstack_macros.h1625 #define sk_POLICY_MAPPING_pop_free(sk, free_func) \ macro