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

/barrelfish-master/lib/openssl-1.0.0d/crypto/x509v3/
H A Dv3_lib.c197 X509_EXTENSION *ex, *found_ex = NULL; local
212 found_ex = ex;
214 } else if(found_ex) {
219 found_ex = ex;
222 if(found_ex) {
224 if(crit) *crit = X509_EXTENSION_get_critical(found_ex);
225 return X509V3_EXT_d2i(found_ex);

Completed in 27 milliseconds