Lines Matching refs:tlsVersion
263 tlsVersion uint16 member
349 tlsVersion := config.tlsVersion
350 if tlsVersion == 0 {
351 tlsVersion = VersionTLS13
354 if tlsVersion < VersionTLS13 {
371 …parentSigner, err := getSigner(tlsVersion, parentPriv, &dummyConfig, config.algo, false /* not for…
1490 type tlsVersion struct { struct
1505 func (vers tlsVersion) shimFlag(protocol protocol) string { argument
1514 func (vers tlsVersion) wire(protocol protocol) uint16 { argument
1524 var tlsVersions = []tlsVersion{
1552 func allVersions(protocol protocol) []tlsVersion {
1557 var ret []tlsVersion
3295 func addTestForCipherSuite(suite testCipherSuite, ver tlsVersion, protocol protocol) { argument
14992 tlsVersion: 0x1234,