HomeSort by relevance Sort by last modified time
    Searched full:ext_any (Results 1 - 1 of 1) sorted by null

  /external/openssl/crypto/x509v3/
pcy_cache.c 132 ASN1_INTEGER *ext_any = NULL; local
208 ext_any = X509_get_ext_d2i(x, NID_inhibit_any_policy, &i, NULL);
210 if (!ext_any)
215 else if (!policy_cache_set_int(&cache->any_skip, ext_any))
227 if (ext_any)
228 ASN1_INTEGER_free(ext_any);

Completed in 131 milliseconds