Lines Matching refs:tlsVersion
271 tlsVersion uint16 member
357 tlsVersion := config.tlsVersion
358 if tlsVersion == 0 {
359 tlsVersion = VersionTLS13
362 if tlsVersion < VersionTLS13 {
379 …parentSigner, err := getSigner(tlsVersion, parentPriv, &dummyConfig, config.algo, false /* not for…
1649 type tlsVersion struct { struct
1665 func (vers tlsVersion) shimFlag(protocol protocol) string { argument
1674 func (vers tlsVersion) wire(protocol protocol) uint16 { argument
1684 func (vers tlsVersion) supportsProtocol(protocol protocol) bool { argument
1694 var tlsVersions = []tlsVersion{
1723 func allVersions(protocol protocol) []tlsVersion {
1728 var ret []tlsVersion
3515 func addTestForCipherSuite(suite testCipherSuite, ver tlsVersion, protocol protocol) { argument
16380 tlsVersion: 0x1234,