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

5 uses

	golang.org/x/crypto/ssh (current package)
		cipher.go#L419: 	seqNumBytes [4]byte
		cipher.go#L566: 		binary.BigEndian.PutUint32(c.seqNumBytes[:], seqNum)
		cipher.go#L567: 		c.mac.Write(c.seqNumBytes[:])
		cipher.go#L618: 		binary.BigEndian.PutUint32(c.seqNumBytes[:], seqNum)
		cipher.go#L619: 		c.mac.Write(c.seqNumBytes[:])