crypto/cipher.StreamReader.S (field)

3 uses

	crypto/cipher (current package)
		io.go#L15: 	S Stream
		io.go#L21: 	r.S.XORKeyStream(dst[:n], dst[:n])

	crypto/ecdsa
		ecdsa.go#L450: 		S: cipher.NewCTR(block, []byte(aesIV)),