Searched refs:DTLS_method (Results 1 – 16 of 16) sorted by relevance
138 const SSL_METHOD *DTLS_method(void) { in DTLS_method() function195 return DTLS_method(); in DTLS_server_method()199 return DTLS_method(); in DTLS_client_method()
895 ExpectDefaultVersion(DTLS1_VERSION, DTLS1_2_VERSION, &DTLS_method); in TEST()1690 const SSL_METHOD *method = is_dtls() ? DTLS_method() : TLS_method(); in CreateContext()2707 ctx.reset(SSL_CTX_new(DTLS_method())); in TEST()
899 ExpectDefaultVersion(DTLS1_VERSION, DTLS1_2_VERSION, &DTLS_method); in TEST()2505 const SSL_METHOD *method = is_dtls() ? DTLS_method() : TLS_method(); in CreateContext()3691 ctx.reset(SSL_CTX_new(DTLS_method())); in TEST()
379 ctx_.reset(SSL_CTX_new(protocol_ == kDTLS ? DTLS_method() : TLS_method())); in Init()
1237 SSL_CTX_new(is_dtls ? DTLS_method() : TLS_method())); in SetupCtx()
387 ctx_.reset(SSL_CTX_new(protocol_ == kDTLS ? DTLS_method() : TLS_method())); in Init()
1385 SSL_CTX_new(is_dtls ? DTLS_method() : TLS_method())); in SetupCtx()
856 SSL_CTX_new(mode == SSL_MODE_DTLS ? DTLS_method() : TLS_method()); in CreateContext()
966 SSL_CTX_new(ssl_mode_ == SSL_MODE_DTLS ? 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
25 #define DTLS_method BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, DTLS_method) macro