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
209 ext_any = X509_get_ext_d2i(x, NID_inhibit_any_policy, &i, NULL);
211 if (!ext_any)
216 else if (!policy_cache_set_int(&cache->any_skip, ext_any))
228 if (ext_any)
229 ASN1_INTEGER_free(ext_any);

Completed in 13 milliseconds