golang.org/x/crypto/ssh.streamPacketCipher.macResult (field)

8 uses

	golang.org/x/crypto/ssh (current package)
		cipher.go#L90: 			macResult: make([]byte, mac.Size()),
		cipher.go#L148: 	macResult   []byte
		cipher.go#L214: 		s.macResult = s.mac.Sum(s.macResult[:0])
		cipher.go#L215: 		if subtle.ConstantTimeCompare(s.macResult, mac) != 1 {
		cipher.go#L294: 		s.macResult = s.mac.Sum(s.macResult[:0])
		cipher.go#L295: 		if _, err := w.Write(s.macResult); err != nil {