Home | History | Annotate | Download | only in tls

Lines Matching defs:cipherSuites

236 	// CipherSuites lists the CipherSuites supported by the client (e.g.
238 CipherSuites []uint16
445 // CipherSuites is a list of supported cipher suites. If CipherSuites
447 CipherSuites []uint16
452 // the order of elements in CipherSuites, is used.
567 CipherSuites: c.CipherSuites,
661 func (c *Config) cipherSuites() []uint16 {
662 s := c.CipherSuites
938 varDefaultCipherSuites = make([]uint16, 0, len(cipherSuites))
942 for _, suite := range cipherSuites {