Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/x509v3/
Dv3_lib.c237 X509_EXTENSION *ex, *found_ex = NULL; in X509V3_get_d2i() local
256 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()