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

  /external/chromium/net/tools/flip_server/
spdy_ssl.h 15 SSL_METHOD* ssl_method; member in struct:net::SSLState
spdy_ssl.cc 38 state->ssl_method = SSLv23_method();
39 state->ssl_ctx = SSL_CTX_new(state->ssl_method);
  /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);
  /external/openssl/ssl/
ssl_ciph.c 776 static void ssl_cipher_collect_ciphers(const SSL_METHOD *ssl_method,
798 c = ssl_method->get_cipher(i);
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp 6636 const SSL_METHOD* ssl_method = ssl->method; local
    [all...]

Completed in 90 milliseconds