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

  /external/chromium/net/tools/flip_server/
spdy_ssl.h 15 SSL_METHOD* ssl_method; member in struct:net::SSLState
  /external/openssl/crypto/threads/
mttest.c 197 SSL_METHOD *ssl_method=SSLv23_method(); local
219 ssl_method=SSLv3_method();
221 ssl_method=SSLv2_method();
278 c_ctx=SSL_CTX_new(ssl_method);
279 s_ctx=SSL_CTX_new(ssl_method);
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp 3035 const SSL_METHOD* ssl_method = ssl->method; local
    [all...]

Completed in 127 milliseconds