HomeSort by relevance Sort by last modified time
    Searched refs:cert_chain (Results 26 - 50 of 54) sorted by null

12 3

  /external/chromium/net/base/
x509_certificate_unittest.cc 476 scoped_refptr<X509Certificate> cert_chain = local
483 int error = cert_chain->Verify("www.us.army.mil", flags, &verify_result);
503 scoped_refptr<X509Certificate> cert_chain = local
512 int error = cert_chain->Verify("www.nist.gov", flags, &verify_result);
560 scoped_refptr<X509Certificate> cert_chain = local
568 int error = cert_chain->Verify("www.nist.gov", flags, &verify_result);
    [all...]
  /external/chromium_org/net/cert/
x509_certificate_unittest.cc 824 scoped_refptr<X509Certificate> cert_chain = local
    [all...]
x509_certificate_ios.cc 85 nss_chain.cert_chain(), issuers);
  /external/chromium/chrome/common/net/
x509_certificate_model.h 114 std::string GetCMSString(const net::X509Certificate::OSCertHandles& cert_chain,
x509_certificate_model_openssl.cc 232 std::string GetCMSString(const net::X509Certificate::OSCertHandles& cert_chain,
  /external/chromium_org/chrome/common/net/
x509_certificate_model.h 112 std::string GetCMSString(const net::X509Certificate::OSCertHandles& cert_chain,
x509_certificate_model_openssl.cc 232 std::string GetCMSString(const net::X509Certificate::OSCertHandles& cert_chain,
  /external/chromium_org/third_party/openssl/openssl/ssl/
ssl_cert.c 473 if (sc->cert_chain != NULL)
474 sk_X509_pop_free(sc->cert_chain, X509_free);
ssl_locl.h 484 STACK_OF(X509) *cert_chain; member in struct:cert_pkey_st
526 STACK_OF(X509) *cert_chain; /* as received from peer (not for SSL2) */ member in struct:sess_cert_st
    [all...]
s3_srvr.c     [all...]
s3_clnt.c     [all...]
ssl.h     [all...]
ssl_lib.c 854 r=s->session->sess_cert->cert_chain;
856 /* If we are a client, cert_chain includes the peer's own
    [all...]
  /external/openssl/ssl/
ssl_cert.c 453 if (sc->cert_chain != NULL)
454 sk_X509_pop_free(sc->cert_chain, X509_free);
ssl_locl.h 484 STACK_OF(X509) *cert_chain; member in struct:cert_pkey_st
524 STACK_OF(X509) *cert_chain; /* as received from peer (not for SSL2) */ member in struct:sess_cert_st
    [all...]
s3_srvr.c     [all...]
  /external/chromium/chrome/browser/ui/gtk/
certificate_viewer.cc 712 net::X509Certificate::OSCertHandles cert_chain; local
713 x509_certificate_model::GetCertChainFromCert(cert, &cert_chain);
714 (new CertificateViewer(parent, cert_chain))->Show();
  /frameworks/av/media/libstagefright/chromium_http/
support.cpp 226 const std::vector<std::string>& cert_chain,
  /external/chromium_org/net/socket/
ssl_client_socket_nss.cc 1355 CERTCertList* cert_chain = CERT_NewCertList(); local
    [all...]
  /external/chromium/net/tools/testserver/
testserver.py 80 self.cert_chain = tlslite.api.X509CertChain([x509])
100 tlsConnection.handshakeServer(certChain=self.cert_chain,
    [all...]
  /external/chromium_org/net/tools/testserver/
testserver.py 131 self.cert_chain = tlslite.api.X509CertChain().parseChain(pem_cert_and_key)
167 tlsConnection.handshakeServer(certChain=self.cert_chain,
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
s_server.c 308 static int cert_chain = 0; variable
    [all...]
  /external/openssl/apps/
s_server.c 308 static int cert_chain = 0; variable
    [all...]
  /libcore/crypto/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
ssl.h     [all...]

Completed in 396 milliseconds

12 3