Searched refs:found_ex (Results 1 – 1 of 1) sorted by relevance
197 X509_EXTENSION *ex, *found_ex = NULL; in X509V3_get_d2i() local212 found_ex = ex; in X509V3_get_d2i()214 } else if(found_ex) { in X509V3_get_d2i()219 found_ex = ex; in X509V3_get_d2i()222 if(found_ex) { in X509V3_get_d2i()224 if(crit) *crit = X509_EXTENSION_get_critical(found_ex); in X509V3_get_d2i()225 return X509V3_EXT_d2i(found_ex); in X509V3_get_d2i()