type crypto/cipher.Stream
15 uses
crypto/cipher (current package)
cfb.go#L53: func NewCFBEncrypter(block Block, iv []byte) Stream {
cfb.go#L60: func NewCFBDecrypter(block Block, iv []byte) Stream {
cfb.go#L64: func newCFB(block Block, iv []byte, decrypt bool) Stream {
cipher.go#L29: type Stream interface {
ctr.go#L30: NewCTR(iv []byte) Stream
ctr.go#L35: func NewCTR(block Block, iv []byte) Stream {
io.go#L15: S Stream
io.go#L31: S Stream
ofb.go#L21: func NewOFB(b Block, iv []byte) Stream {
crypto/aes
modes.go#L36: NewCTR(iv []byte) cipher.Stream
crypto/tls
conn.go#L255: case cipher.Stream:
conn.go#L350: case cipher.Stream:
conn.go#L500: case cipher.Stream:
conn.go#L879: 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.4.9. (GOOS=linux GOARCH=amd64)