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

4 uses

	golang.org/x/crypto/ssh (current package)
		cipher.go#L47: func newAESCTR(key, iv []byte) (cipher.Stream, error) {
		cipher.go#L102: 	"aes128-ctr": {16, aes.BlockSize, streamCipherMode(0, newAESCTR)},
		cipher.go#L103: 	"aes192-ctr": {24, aes.BlockSize, streamCipherMode(0, newAESCTR)},
		cipher.go#L104: 	"aes256-ctr": {32, aes.BlockSize, streamCipherMode(0, newAESCTR)},