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

  /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...]
  /external/boringssl/src/include/openssl/
ssl.h 256 /* An SSL_METHOD selects whether to use TLS or DTLS. */
257 typedef struct ssl_method_st SSL_METHOD;
259 /* TLS_method is the |SSL_METHOD| used for TLS (and SSLv3) connections. */
260 OPENSSL_EXPORT const SSL_METHOD *TLS_method(void);
262 /* DTLS_method is the |SSL_METHOD| used for DTLS connections. */
263 OPENSSL_EXPORT const SSL_METHOD *DTLS_method(void);
268 OPENSSL_EXPORT SSL_CTX *SSL_CTX_new(const SSL_METHOD *method);
    [all...]

Completed in 69 milliseconds