Lines Matching refs:wanted
831 return fmt.Errorf("next proto mismatch: got %s, wanted %s", actual, expected)
848 return fmt.Errorf("SRTP profile mismatch: got %d, wanted %d", p, test.expectedSRTPProtectionProfile)
852 return fmt.Errorf("OCSP Response mismatch: got %x, wanted %x", tlsConn.OCSPResponse(), test.expectedOCSPResponse)
894 return fmt.Errorf("early keying material mismatch; got %x, wanted %x", actual, expected)
908 return fmt.Errorf("keying material mismatch; got %x, wanted %x", actual, expected)
931 return fmt.Errorf("read traffic-secret mismatch; got %x, wanted %x", theirReadSecret, myWriteSecret)
934 return fmt.Errorf("write traffic-secret mismatch; got %x, wanted %x", theirWriteSecret, myReadSecret)
1088 return fmt.Errorf("bad reply contents at byte %d; got %q and wanted %q", i, buf, testMessage)
1469 msg = "bad error (wanted '" + expectedError + "' / '" + test.expectedLocalError + "')"