HomeSort by: relevance | last modified time | path
    Searched refs:policy_cache (Results 1 - 13 of 13) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/x509/
pcy_cache.c 30 X509_POLICY_CACHE *cache = x->policy_cache;
92 if (x->policy_cache != NULL)
103 x->policy_cache = cache;
189 if (x->policy_cache == NULL) {
196 return x->policy_cache;
pcy_map.c 26 X509_POLICY_CACHE *cache = x->policy_cache;
x_x509.c 49 ossl_policy_cache_free(ret->policy_cache);
70 ret->policy_cache = NULL;
90 ossl_policy_cache_free(ret->policy_cache);
  /src/crypto/external/bsd/openssl/dist/crypto/x509/
pcy_cache.c 30 X509_POLICY_CACHE *cache = x->policy_cache;
90 if (x->policy_cache != NULL)
103 x->policy_cache = cache;
190 if (x->policy_cache == NULL) {
197 return x->policy_cache;
pcy_map.c 26 X509_POLICY_CACHE *cache = x->policy_cache;
x_x509.c 49 ossl_policy_cache_free(ret->policy_cache);
70 ret->policy_cache = NULL;
90 ossl_policy_cache_free(ret->policy_cache);
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
pcy_cache.c 30 X509_POLICY_CACHE *cache = x->policy_cache;
90 if (x->policy_cache != NULL)
103 x->policy_cache = cache;
190 if (x->policy_cache == NULL) {
196 return x->policy_cache;
pcy_map.c 26 X509_POLICY_CACHE *cache = x->policy_cache;
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509/
x_x509.c 49 policy_cache_free(ret->policy_cache);
69 ret->policy_cache = NULL;
88 policy_cache_free(ret->policy_cache);
  /src/external/ibm-public/postfix/dist/src/smtp/
smtp_tls_policy.c 148 static CTABLE *policy_cache; variable
933 if (policy_cache == 0)
934 policy_cache =
945 ctable_newcontext(policy_cache, (void *) iter);
946 *tls = *(SMTP_TLS_POLICY *) ctable_locate(policy_cache, STR(key));
970 if (policy_cache != 0) {
971 ctable_free(policy_cache);
972 policy_cache = 0;
  /src/crypto/external/bsd/openssl.old/dist/include/crypto/
x509.h 176 X509_POLICY_CACHE *policy_cache; member in struct:x509_st
  /src/crypto/external/apache2/openssl/dist/include/crypto/
x509.h 190 X509_POLICY_CACHE *policy_cache; member in struct:x509_st
  /src/crypto/external/bsd/openssl/dist/include/crypto/
x509.h 190 X509_POLICY_CACHE *policy_cache; member in struct:x509_st

Completed in 31 milliseconds