Lines Matching refs:SSL_METHOD
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()
124 const SSL_METHOD *DTLS_server_method(void) { in DTLS_server_method()
128 const SSL_METHOD *DTLS_client_method(void) { in DTLS_client_method()