type crypto/cipher.Stream
14 uses
crypto/cipher (current package)
cfb.go#L63: func NewCFBEncrypter(block Block, iv []byte) Stream {
cfb.go#L79: func NewCFBDecrypter(block Block, iv []byte) Stream {
cfb.go#L86: func newCFB(block Block, iv []byte, decrypt bool) Stream {
cipher.go#L29: type Stream interface {
ctr.go#L36: NewCTR(iv []byte) Stream
ctr.go#L41: func NewCTR(block Block, iv []byte) Stream {
io.go#L15: S Stream
io.go#L31: S Stream
ofb.go#L31: func NewOFB(b Block, iv []byte) Stream {
crypto/tls
conn.go#L265: case cipher.Stream:
conn.go#L360: case cipher.Stream:
conn.go#L510: case cipher.Stream:
conn.go#L908: case cipher.Stream:
vendor/golang.org/x/crypto/chacha20
chacha_generic.go#L61: var _ cipher.Stream = (*Cipher)(nil)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)