type crypto/cipher.Stream
15 uses
crypto/cipher (current package)
cfb.go#L56: func NewCFBEncrypter(block Block, iv []byte) Stream {
cfb.go#L63: func NewCFBDecrypter(block Block, iv []byte) Stream {
cfb.go#L67: func newCFB(block Block, iv []byte, decrypt bool) Stream {
cipher.go#L29: type Stream interface {
ctr.go#L34: NewCTR(iv []byte) Stream
ctr.go#L39: func NewCTR(block Block, iv []byte) Stream {
io.go#L15: S Stream
io.go#L31: S Stream
ofb.go#L24: func NewOFB(b Block, iv []byte) Stream {
crypto/aes
modes.go#L36: NewCTR(iv []byte) cipher.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) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |