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

  /src/crypto/external/apache2/openssl/dist/crypto/x509/
v3_utl.c 876 int san_present = 0; local
934 * we ignore the invalid SAN (neither set san_present nor
968 san_present = 1;
978 if (san_present && !(flags & X509_CHECK_FLAG_ALWAYS_CHECK_SUBJECT))
  /src/crypto/external/bsd/openssl/dist/crypto/x509/
v3_utl.c 884 int san_present = 0; local
942 * we ignore the invalid SAN (neither set san_present nor
976 san_present = 1;
985 if (san_present && !(flags & X509_CHECK_FLAG_ALWAYS_CHECK_SUBJECT))
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
v3_utl.c 871 int san_present = 0; local
907 san_present = 1;
922 if (san_present && !(flags & X509_CHECK_FLAG_ALWAYS_CHECK_SUBJECT))

Completed in 25 milliseconds