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

5 uses

	golang.org/x/crypto/ssh (current package)
		cipher.go#L145: 	seqNumBytes [4]byte
		cipher.go#L171: 		binary.BigEndian.PutUint32(s.seqNumBytes[:], seqNum)
		cipher.go#L172: 		s.mac.Write(s.seqNumBytes[:])
		cipher.go#L250: 		binary.BigEndian.PutUint32(s.seqNumBytes[:], seqNum)
		cipher.go#L251: 		s.mac.Write(s.seqNumBytes[:])