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

5 uses

	golang.org/x/crypto/ssh (current package)
		common.go#L234: 	MACs []string
		common.go#L260: 	if c.MACs == nil {
		common.go#L261: 		c.MACs = supportedMACs
		handshake.go#L451: 		MACsClientServer:        t.config.MACs,
		handshake.go#L452: 		MACsServerClient:        t.config.MACs,