golang.org/x/crypto/ssh.Config.Ciphers (field)

7 uses

	golang.org/x/crypto/ssh (current package)
		common.go#L230: 	Ciphers []string
		common.go#L244: 	if c.Ciphers == nil {
		common.go#L245: 		c.Ciphers = preferredCiphers
		common.go#L248: 	for _, c := range c.Ciphers {
		common.go#L254: 	c.Ciphers = ciphers
		handshake.go#L449: 		CiphersClientServer:     t.config.Ciphers,
		handshake.go#L450: 		CiphersServerClient:     t.config.Ciphers,