Home | History | Annotate | Download | only in runner

Lines Matching defs:cipherSuites

390 	// CipherSuites is a list of supported cipher suites. If CipherSuites
392 CipherSuites []uint16
397 // the order of elements in CipherSuites, is used.
1589 func (c *Config) cipherSuites() []uint16 {
1590 s := c.CipherSuites
1951 for _, suite := range cipherSuites {