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

4 uses

	golang.org/x/crypto/ssh (current package)
		cipher.go#L421: 	macResult   []byte
		cipher.go#L569: 		c.macResult = c.mac.Sum(c.macResult[:0])
		cipher.go#L570: 		if subtle.ConstantTimeCompare(c.macResult, mac) != 1 {