Searched refs:found_ex (Results 1 – 1 of 1) sorted by relevance
237 X509_EXTENSION *ex, *found_ex = NULL; in X509V3_get_d2i() local256 found_ex = ex; in X509V3_get_d2i()258 } else if (found_ex) { in X509V3_get_d2i()264 found_ex = ex; in X509V3_get_d2i()267 if (found_ex) { in X509V3_get_d2i()270 *crit = X509_EXTENSION_get_critical(found_ex); in X509V3_get_d2i()271 return X509V3_EXT_d2i(found_ex); in X509V3_get_d2i()