Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/crypto/x509v3/
H A Dpcy_tree.c121 if (policy_cache_set(x) == NULL) in tree_init()
147 cache = policy_cache_set(x); in tree_init()
201 cache = policy_cache_set(x); in tree_init()
584 cache = policy_cache_set(curr->cert); in tree_evaluate()
H A Dpcy_local.h167 const X509_POLICY_CACHE *policy_cache_set(X509 *x);
H A Dpcy_cache.c187 const X509_POLICY_CACHE *policy_cache_set(X509 *x) in policy_cache_set() function