func golang.org/x/crypto/ssh.newRC4

4 uses

	golang.org/x/crypto/ssh (current package)
		cipher.go#L55: func newRC4(key, iv []byte) (cipher.Stream, error) {
		cipher.go#L108: 	"arcfour128": {16, 0, streamCipherMode(1536, newRC4)},
		cipher.go#L109: 	"arcfour256": {32, 0, streamCipherMode(1536, newRC4)},
		cipher.go#L115: 	"arcfour": {16, 0, streamCipherMode(0, newRC4)},