Searched refs:SSL_METHOD (Results 1 – 12 of 12) sorted by relevance
80 const SSL_METHOD *TLS_method(void) { in TLS_method()81 static const SSL_METHOD method = { in TLS_method()88 const SSL_METHOD *SSLv23_method(void) { in SSLv23_method()94 const SSL_METHOD *TLSv1_2_method(void) { in TLSv1_2_method()95 static const SSL_METHOD method = { in TLSv1_2_method()102 const SSL_METHOD *TLSv1_1_method(void) { in TLSv1_1_method()103 static const SSL_METHOD method = { in TLSv1_1_method()110 const SSL_METHOD *TLSv1_method(void) { in TLSv1_method()111 static const SSL_METHOD method = { in TLSv1_method()118 const SSL_METHOD *SSLv3_method(void) { in SSLv3_method()[all …]
80 const SSL_METHOD *DTLS_method(void) { in DTLS_method()81 static const SSL_METHOD method = { in DTLS_method()90 const SSL_METHOD *DTLSv1_2_method(void) { in DTLSv1_2_method()91 static const SSL_METHOD method = { in DTLSv1_2_method()98 const SSL_METHOD *DTLSv1_method(void) { in DTLSv1_method()99 static const SSL_METHOD method = { in DTLSv1_method()108 const SSL_METHOD *DTLSv1_2_server_method(void) { in DTLSv1_2_server_method()112 const SSL_METHOD *DTLSv1_server_method(void) { in DTLSv1_server_method()116 const SSL_METHOD *DTLSv1_2_client_method(void) { in DTLSv1_2_client_method()120 const SSL_METHOD *DTLSv1_client_method(void) { in DTLSv1_client_method()[all …]
681 const SSL_METHOD *(*method)(void)) { in TestDefaultVersion()
211 SSL_CTX *SSL_CTX_new(const SSL_METHOD *method) { in SSL_CTX_new()
188 OPENSSL_EXPORT const SSL_METHOD *TLS_method(void);191 OPENSSL_EXPORT const SSL_METHOD *DTLS_method(void);195 OPENSSL_EXPORT SSL_CTX *SSL_CTX_new(const SSL_METHOD *method);2900 OPENSSL_EXPORT const SSL_METHOD *SSLv23_method(void);2905 OPENSSL_EXPORT const SSL_METHOD *SSLv3_method(void);2906 OPENSSL_EXPORT const SSL_METHOD *TLSv1_method(void);2907 OPENSSL_EXPORT const SSL_METHOD *TLSv1_1_method(void);2908 OPENSSL_EXPORT const SSL_METHOD *TLSv1_2_method(void);2909 OPENSSL_EXPORT const SSL_METHOD *DTLSv1_method(void);2910 OPENSSL_EXPORT const SSL_METHOD *DTLSv1_2_method(void);[all …]
238 typedef struct ssl_method_st SSL_METHOD; typedef
34 SSL_METHOD = None variable44 SSL_METHOD = SSL.SSLv23_METHOD variable53 def get_ssl_context(method=SSL_METHOD):
68 int SSL_set_ssl_method(SSL *s, const SSL_METHOD *method) { in SSL_set_ssl_method()
105 SSL_METHOD* req_method = NULL; in cyassl_connect_step1()
1675 SSL_METHOD_QUAL SSL_METHOD *req_method = NULL; in ossl_connect_step1()
1259 static SSL_METHOD patch_ssl_method;1260 static const SSL_METHOD *real_ssl_method;
908 const SSL_METHOD* method; in SetupSSLContext()