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

  /src/crypto/external/bsd/openssl/dist/crypto/x509/
x509_vfy.c 624 static int has_san_id(X509 *x, int gtype) function
745 || (ret = has_san_id(x, GEN_DNS)) == 0))
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509/
x509_vfy.c 592 static int has_san_id(X509 *x, int gtype) function
716 || !has_san_id(x, GEN_DNS)))
  /src/crypto/external/apache2/openssl/dist/crypto/x509/
x509_vfy.c 751 static int has_san_id(X509 *x, int gtype) function
877 || (ret = has_san_id(x, GEN_DNS)) == 0))

Completed in 20 milliseconds