Searched refs:GetTestConfig (Results 1 – 5 of 5) sorted by relevance
377 const TestConfig *GetTestConfig(const SSL *ssl) { in GetTestConfig() function383 const TestConfig *config = GetTestConfig(ssl); in LegacyOCSPCallback()404 const TestConfig *config = GetTestConfig(ssl); in ServerNameCallback()419 const TestConfig *config = GetTestConfig(ssl); in NextProtoSelectCallback()431 const TestConfig *config = GetTestConfig(ssl); in NextProtosAdvertisedCallback()444 const TestConfig *config = GetTestConfig(ssl); in MessageCallback()546 return GetTestConfig(ssl)->renew_ticket ? 2 : 1; in TicketKeyCallback()567 if (GetTestConfig(ssl)->handshake_never_done) { in InfoCallback()617 const TestConfig *config = GetTestConfig(ssl); in AlpnSelectCallback()637 const TestConfig *config = GetTestConfig(ssl); in CheckVerifyCallback()[all …]
41 const TestConfig *config = GetTestConfig(ssl); in RetryAsync()409 const TestConfig *config = GetTestConfig(ssl); in PrepareHandoff()445 const TestConfig *config = GetTestConfig(ssl->get()); in DoSplitHandshake()
197 const TestConfig *GetTestConfig(const SSL *ssl);
180 const TestConfig *config = GetTestConfig(ssl); in DoRead()
26 : fake_clock_(1234), config_(GetTestConfig()), avg_delay_ms_(0), in SendStatisticsProxyTest()33 &fake_clock_, GetTestConfig(), in SetUp()38 VideoSendStream::Config GetTestConfig() { in GetTestConfig() function in webrtc::SendStatisticsProxyTest