golang.org/x/crypto/ssh.algorithms.r (field)

4 uses

	golang.org/x/crypto/ssh (current package)
		common.go#L153: 	r       directionAlgorithms
		common.go#L169: 	stoc, ctos := &result.w, &result.r
		handshake.go#L367: 		t.readBytesLeft = t.algorithms.r.rekeyBytes()
		transport.go#L80: 	ciph, err := newPacketCipher(t.reader.dir, algs.r, kexResult)