Searched refs:ext_any (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509v3/
H A Dpcy_cache.c126 ASN1_INTEGER *ext_any = NULL; local
196 ext_any = X509_get_ext_d2i(x, NID_inhibit_any_policy, &i, NULL);
198 if (!ext_any) {
201 } else if (!policy_cache_set_int(&cache->any_skip, ext_any))
212 if (ext_any)
213 ASN1_INTEGER_free(ext_any);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dpcy_cache.c132 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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509v3/
H A Dpcy_cache.c126 ASN1_INTEGER *ext_any = NULL; local
196 ext_any = X509_get_ext_d2i(x, NID_inhibit_any_policy, &i, NULL);
198 if (!ext_any) {
201 } else if (!policy_cache_set_int(&cache->any_skip, ext_any))
212 if (ext_any)
213 ASN1_INTEGER_free(ext_any);

Completed in 121 milliseconds