Searched defs:DTLS_server_method (Results 1 – 6 of 6) sorted by relevance
194 const SSL_METHOD *DTLS_server_method(void) { in DTLS_server_method() function
253 const SSL_METHOD *DTLS_server_method(void) { return DTLS_method(); } in DTLS_server_method() function
207 const SSL_METHOD *DTLS_server_method(void) { return DTLS_method(); } in DTLS_server_method() function
26 #define DTLS_server_method BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, DTLS_server_method) macro