func crypto/cipher.NewCTR

3 uses

	crypto/cipher (current package)
		ctr.go#L41: func NewCTR(block Block, iv []byte) Stream {

	crypto/tls
		ticket.go#L339: 	cipher.NewCTR(block, iv).XORKeyStream(ciphertext, state)
		ticket.go#L389: 		cipher.NewCTR(block, iv).XORKeyStream(plaintext, ciphertext)