Searched refs:DTLS_method (Results 1 – 9 of 9) sorted by relevance
130 const SSL_METHOD *DTLS_method(void) { in DTLS_method() function187 return DTLS_method(); in DTLS_server_method()191 return DTLS_method(); in DTLS_client_method()
853 ExpectDefaultVersion(TLS1_1_VERSION, TLS1_2_VERSION, &DTLS_method); in TEST()1609 const SSL_METHOD *method = is_dtls() ? DTLS_method() : TLS_method(); in CreateContext()2631 ctx.reset(SSL_CTX_new(DTLS_method())); in TEST()
379 ctx_.reset(SSL_CTX_new(protocol_ == kDTLS ? DTLS_method() : TLS_method())); in Init()
1154 SSL_CTX_new(is_dtls ? DTLS_method() : TLS_method())); in SetupCtx()
905 DTLS_method() : TLS_method()); in SetupSSLContext()
17 DTLS_method
1569 '#define DTLS_method GRPC_SHADOW_DTLS_method',
192 OPENSSL_EXPORT const SSL_METHOD *DTLS_method(void);
45 #define DTLS_method GRPC_SHADOW_DTLS_method macro