Home
last modified time | relevance | path

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

/external/openssl/crypto/x509v3/
Dv3_lib.c197 X509_EXTENSION *ex, *found_ex = NULL; in X509V3_get_d2i() local
212 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()