Searched refs:DTLSv1_method (Results 1 – 7 of 7) sorted by relevance
11 DTLSv1_method, DTLSv1_server_method, DTLSv1_client_method,60 const SSL_METHOD *DTLSv1_method(void);139 =item DTLSv1_method(), DTLSv1_server_method(), DTLSv1_client_method()
262 const SSL_METHOD *DTLSv1_method(void) in DTLSv1_method() function
185 priv->ssl_context = SSL_CTX_new (DTLSv1_method ()); in gst_dtls_agent_init()
238 DTLSv1_method 239 1_1_0 EXIST::FUNCTION:DEPRECATEDIN_1_1_0,DTLS1_METHOD
1895 DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_method(void)) /* DTLSv1.0 */
34 #define DTLSv1_method BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, DTLSv1_method) macro
67026 - DTLSv1_method() is deprecated, and since 1.0.2 replaced by67032 gstdtlsagent.c:173:3: error: ‘DTLSv1_method’ is deprecated [-Werror=deprecated-declarations]67033 priv->ssl_context = SSL_CTX_new (DTLSv1_method ());67039 DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_method(void)) /* DTLSv1.0 */