Lines Matching defs:testCase
560 type testCase struct { struct
561 testType testType
562 protocol protocol
563 name string
564 config Config
565 shouldFail bool
566 expectedError string
569 expectedLocalError string
572 expectations connectionExpectations
575 resumeExpectations *connectionExpectations
578 messageLen int
580 messageCount int
582 certFile string
584 keyFile string
587 resumeSession bool
590 resumeRenewedSession bool
594 expectResumeRejected bool
600 resumeConfig *Config
603 newSessionsOnResume bool
606 noSessionCache bool
609 sendPrefix string
612 shimWritesFirst bool
616 readWithUnfinishedWrite bool
621 shimShutsDown bool
624 renegotiate int
627 sendHalfHelloRequest bool
630 renegotiateCiphers []uint16
633 replayWrites bool
636 damageFirstWrite bool
639 exportKeyingMaterial int
640 exportLabel string
641 exportContext string
642 useExportContext bool
645 flags []string
648 testTLSUnique bool
651 sendEmptyRecords int
654 sendWarningAlerts int
657 sendUserCanceledAlerts int
660 sendBogusAlertType bool
663 sendKeyUpdates int
665 keyUpdateRequest byte
670 expectUnsolicitedKeyUpdate bool
673 expectMessageDropped bool
675 shimPrefix string
678 resumeShimPrefix string
681 exportTrafficSecrets bool
684 skipTransportParamsConfig bool
687 skipQUICALPNConfig bool
694 earlyData bool
699 expectEarlyDataRejected bool
702 skipSplitHandshake bool
705 skipVersionNameCheck bool
753 func doExchange(test *testCase, config *Config, conn net.Conn, isResume bool, transcripts *[][]byte…
1351 func doExchanges(test *testCase, shim *shimProcess, resumeCount int, transcripts *[][]byte) error {
1427 func runTest(statusChan chan statusMsg, test *testCase, shimPath string, mallocNumToFail int64) err…
1880 func convertToSplitHandshakeTests(tests []testCase) (splitHandshakeTests []testCase, err error) {
19035 func worker(statusChan chan statusMsg, c chan *testCase, shimPath string, wg *sync.WaitGroup) {