Lines Matching defs:config
120 static bool SetConfigPtr(SSL *ssl, const TestConfig *config) { in SetConfigPtr()
295 const TestConfig *config = GetConfigPtr(ssl); in InstallCertificate() local
346 const TestConfig *config = GetConfigPtr(ctx->ssl); in SelectCertificateCallback() local
400 const TestConfig *config = GetConfigPtr(ssl); in VerifySucceed() local
422 const TestConfig *config = GetConfigPtr(ssl); in NextProtosAdvertisedCallback() local
434 const TestConfig *config = GetConfigPtr(ssl); in NextProtoSelectCallback() local
446 const TestConfig *config = GetConfigPtr(ssl); in AlpnSelectCallback() local
468 const TestConfig *config = GetConfigPtr(ssl); in PskClientCallback() local
490 const TestConfig *config = GetConfigPtr(ssl); in PskServerCallback() local
538 const TestConfig *config = GetConfigPtr(early_context->ssl); in DDoSCallback() local
707 static ScopedSSL_CTX SetupCtx(const TestConfig *config) { in SetupCtx()
833 const TestConfig *config = GetConfigPtr(ssl); in RetryAsync() local
898 const TestConfig *config = GetConfigPtr(ssl); in DoRead() local
919 const TestConfig *config = GetConfigPtr(ssl); in WriteAll() local
934 const TestConfig *config = GetConfigPtr(ssl); in DoShutdown() local
946 const TestConfig *config = GetConfigPtr(ssl); in CheckHandshakeProperties() local
1125 const TestConfig *config, bool is_resume, in DoExchange()
1511 TestConfig config; in main() local