Home
last modified time | relevance | path

Searched refs:policy_cache (Results 1 – 4 of 4) sorted by relevance

/third_party/openssl/crypto/x509v3/
Dpcy_cache.c30 X509_POLICY_CACHE *cache = x->policy_cache; in policy_cache_create()
90 if (x->policy_cache != NULL) in policy_cache_new()
103 x->policy_cache = cache; in policy_cache_new()
190 if (x->policy_cache == NULL) { in policy_cache_set()
196 return x->policy_cache; in policy_cache_set()
Dpcy_map.c26 X509_POLICY_CACHE *cache = x->policy_cache; in policy_cache_set_mapping()
/third_party/openssl/crypto/x509/
Dx_x509.c49 policy_cache_free(ret->policy_cache); in x509_cb()
69 ret->policy_cache = NULL; in x509_cb()
88 policy_cache_free(ret->policy_cache); in x509_cb()
/third_party/openssl/include/crypto/
Dx509.h176 X509_POLICY_CACHE *policy_cache; member