type crypto/cipher.StreamWriter

3 uses

	crypto/cipher (current package)
		io.go#L30: type StreamWriter struct {
		io.go#L36: func (w StreamWriter) Write(src []byte) (n int, err error) {
		io.go#L48: func (w StreamWriter) Close() error {