HomeSort by: relevance | last modified time | path
    Searched defs:found_ex (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/x509/
v3_lib.c 171 X509_EXTENSION *ex, *found_ex = NULL; local
191 found_ex = ex;
193 } else if (found_ex) {
199 found_ex = ex;
202 if (found_ex) {
205 *crit = X509_EXTENSION_get_critical(found_ex);
206 return X509V3_EXT_d2i(found_ex);
  /src/crypto/external/bsd/openssl/dist/crypto/x509/
v3_lib.c 166 X509_EXTENSION *ex, *found_ex = NULL; local
186 found_ex = ex;
188 } else if (found_ex) {
194 found_ex = ex;
197 if (found_ex) {
200 *crit = X509_EXTENSION_get_critical(found_ex);
201 return X509V3_EXT_d2i(found_ex);
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
v3_lib.c 166 X509_EXTENSION *ex, *found_ex = NULL; local
186 found_ex = ex;
188 } else if (found_ex) {
194 found_ex = ex;
197 if (found_ex) {
200 *crit = X509_EXTENSION_get_critical(found_ex);
201 return X509V3_EXT_d2i(found_ex);

Completed in 22 milliseconds