type golang.org/x/crypto/ssh.streamPacketCipher

6 uses

	golang.org/x/crypto/ssh (current package)
		cipher.go#L87: 		return &streamPacketCipher{
		cipher.go#L138: type streamPacketCipher struct {
		cipher.go#L152: func (s *streamPacketCipher) readCipherPacket(seqNum uint32, r io.Reader) ([]byte, error) {
		cipher.go#L224: func (s *streamPacketCipher) writeCipherPacket(seqNum uint32, w io.Writer, rand io.Reader, packet []byte) error {
		transport.go#L203: 			packetCipher:     &streamPacketCipher{cipher: noneCipher{}},
		transport.go#L207: 			packetCipher:     &streamPacketCipher{cipher: noneCipher{}},