Home
last modified time | relevance | path

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

/trueos/crypto/openssl/crypto/x509v3/
HDpcy_cache.c80 X509_POLICY_CACHE *cache = x->policy_cache; in policy_cache_create()
140 x->policy_cache = cache; in policy_cache_new()
233 if (x->policy_cache == NULL) { in policy_cache_set()
239 return x->policy_cache; in policy_cache_set()
HDpcy_map.c75 X509_POLICY_CACHE *cache = x->policy_cache; in policy_cache_set_mapping()
/trueos/crypto/openssl/crypto/asn1/
HDx_x509.c119 policy_cache_free(ret->policy_cache); in x509_cb()
/trueos/crypto/openssl/crypto/x509/
HDx509.h287 X509_POLICY_CACHE *policy_cache; member