Lines Matching refs:SSL_METHOD
130 const SSL_METHOD *DTLS_method(void) { in DTLS_method()
131 static const SSL_METHOD kMethod = { in DTLS_method()
139 const SSL_METHOD *DTLS_with_buffers_method(void) { in DTLS_with_buffers_method()
140 static const SSL_METHOD kMethod = { in DTLS_with_buffers_method()
150 const SSL_METHOD *DTLSv1_2_method(void) { in DTLSv1_2_method()
151 static const SSL_METHOD kMethod = { in DTLSv1_2_method()
159 const SSL_METHOD *DTLSv1_method(void) { in DTLSv1_method()
160 static const SSL_METHOD kMethod = { in DTLSv1_method()
170 const SSL_METHOD *DTLSv1_2_server_method(void) { in DTLSv1_2_server_method()
174 const SSL_METHOD *DTLSv1_server_method(void) { in DTLSv1_server_method()
178 const SSL_METHOD *DTLSv1_2_client_method(void) { in DTLSv1_2_client_method()
182 const SSL_METHOD *DTLSv1_client_method(void) { in DTLSv1_client_method()
186 const SSL_METHOD *DTLS_server_method(void) { in DTLS_server_method()
190 const SSL_METHOD *DTLS_client_method(void) { in DTLS_client_method()