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

/freebsd-9.3-release/crypto/openssl/crypto/x509v3/
H A Dv3_lib.c211 X509_EXTENSION *ex, *found_ex = NULL; local
230 found_ex = ex;
232 } else if (found_ex) {
238 found_ex = ex;
241 if (found_ex) {
244 *crit = X509_EXTENSION_get_critical(found_ex);
245 return X509V3_EXT_d2i(found_ex);

Completed in 40 milliseconds