HomeSort by relevance Sort by last modified time
    Searched refs:check_purpose_ssl_client (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
v3_purp.c 67 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x, int ca);
83 {X509_PURPOSE_SSL_CLIENT, X509_TRUST_SSL_CLIENT, 0, check_purpose_ssl_client, "SSL client", "sslclient", NULL},
552 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x, int ca) function
  /external/openssl/crypto/x509v3/
v3_purp.c 67 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x, int ca);
83 {X509_PURPOSE_SSL_CLIENT, X509_TRUST_SSL_CLIENT, 0, check_purpose_ssl_client, "SSL client", "sslclient", NULL},
552 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x, int ca) function

Completed in 124 milliseconds