Searched refs:GetTestConfig (Results 1 – 5 of 5) sorted by relevance
376 const TestConfig *GetTestConfig(const SSL *ssl) { in GetTestConfig() function382 const TestConfig *config = GetTestConfig(ssl); in LegacyOCSPCallback()403 const TestConfig *config = GetTestConfig(ssl); in ServerNameCallback()418 const TestConfig *config = GetTestConfig(ssl); in NextProtoSelectCallback()430 const TestConfig *config = GetTestConfig(ssl); in NextProtosAdvertisedCallback()443 const TestConfig *config = GetTestConfig(ssl); in MessageCallback()545 return GetTestConfig(ssl)->renew_ticket ? 2 : 1; in TicketKeyCallback()566 if (GetTestConfig(ssl)->handshake_never_done) { in InfoCallback()616 const TestConfig *config = GetTestConfig(ssl); in AlpnSelectCallback()636 const TestConfig *config = GetTestConfig(ssl); in CheckVerifyCallback()[all …]
47 assert(GetTestConfig(ssl)->async); in RetryAsync()75 LoadPrivateKey(GetTestConfig(ssl)->send_channel_id); in RetryAsync()401 const TestConfig *config = GetTestConfig(ssl); in PrepareHandoff()436 const TestConfig *config = GetTestConfig(ssl->get()); in DoSplitHandshake()
180 const TestConfig *config = GetTestConfig(ssl); in DoRead()236 const TestConfig *config = GetTestConfig(ssl); in WriteAll()251 const TestConfig *config = GetTestConfig(ssl); in DoShutdown()262 const TestConfig *config = GetTestConfig(ssl); in DoSendFatalAlert()
193 const TestConfig *GetTestConfig(const SSL *ssl);
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