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{}},
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |