HomeSort by relevance Sort by last modified time
    Searched defs:SSL_CTX (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/net/socket/
ssl_session_cache_openssl.h 14 typedef struct ssl_ctx_st SSL_CTX;
25 // associating it with a given SSL_CTX object.
72 // |ctx| is a SSL_CTX context handle that will be associated with this cache.
79 SSLSessionCacheOpenSSL(SSL_CTX* ctx, const Config& config) : impl_(NULL) {
83 // Destroy this instance. This must be called before the SSL_CTX handle
88 void Reset(SSL_CTX* ctx, const Config& config);
  /external/chromium_org/third_party/libjingle/source/talk/base/
opensslidentity.h 40 typedef struct ssl_ctx_st SSL_CTX;
146 bool ConfigureIdentity(SSL_CTX* ctx);
openssladapter.h 35 typedef struct ssl_ctx_st SSL_CTX;
85 static bool ConfigureTrustedRootCertificates(SSL_CTX* ctx);
86 static SSL_CTX* SetupSSLContext();
95 SSL_CTX* ssl_ctx_;
opensslstreamadapter.h 39 typedef struct ssl_ctx_st SSL_CTX;
166 SSL_CTX* SetupSSLContext();
186 SSL_CTX* ssl_ctx_;
  /external/chromium_org/third_party/webrtc/base/
opensslidentity.h 23 typedef struct ssl_ctx_st SSL_CTX;
129 bool ConfigureIdentity(SSL_CTX* ctx);
openssladapter.h 18 typedef struct ssl_ctx_st SSL_CTX;
68 static bool ConfigureTrustedRootCertificates(SSL_CTX* ctx);
69 static SSL_CTX* SetupSSLContext();
78 SSL_CTX* ssl_ctx_;
opensslstreamadapter.h 22 typedef struct ssl_ctx_st SSL_CTX;
149 SSL_CTX* SetupSSLContext();
169 SSL_CTX* ssl_ctx_;
  /external/chromium_org/third_party/openssl/openssl/crypto/
ossl_typ.h 173 typedef struct ssl_ctx_st SSL_CTX;
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
ossl_typ.h 173 typedef struct ssl_ctx_st SSL_CTX;
  /external/openssl/crypto/
ossl_typ.h 173 typedef struct ssl_ctx_st SSL_CTX;
  /external/openssl/include/openssl/
ossl_typ.h 173 typedef struct ssl_ctx_st SSL_CTX;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py     [all...]

Completed in 1184 milliseconds