Searched refs:found_ex (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/x509v3/
H A Dv3_lib.c190 X509_EXTENSION *ex, *found_ex = NULL; local
205 found_ex = ex;
207 } else if(found_ex) {
212 found_ex = ex;
215 if(found_ex) {
217 if(crit) *crit = X509_EXTENSION_get_critical(found_ex);
218 return X509V3_EXT_d2i(found_ex);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3_lib.c191 X509_EXTENSION *ex, *found_ex = NULL; local
206 found_ex = ex;
208 } else if(found_ex) {
213 found_ex = ex;
216 if(found_ex) {
218 if(crit) *crit = X509_EXTENSION_get_critical(found_ex);
219 return X509V3_EXT_d2i(found_ex);

Completed in 93 milliseconds