Home
last modified time | relevance | path

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

/openssl-master/crypto/x509/
A Dv3_lib.c166 X509_EXTENSION *ex, *found_ex = NULL; in X509V3_get_d2i() local
186 found_ex = ex; in X509V3_get_d2i()
188 } else if (found_ex) { in X509V3_get_d2i()
194 found_ex = ex; in X509V3_get_d2i()
197 if (found_ex) { in X509V3_get_d2i()
200 *crit = X509_EXTENSION_get_critical(found_ex); in X509V3_get_d2i()
201 return X509V3_EXT_d2i(found_ex); in X509V3_get_d2i()

Completed in 4 milliseconds