func crypto/cipher.NewCFBEncrypter

one use

	crypto/cipher (current package)
		cfb.go#L56: func NewCFBEncrypter(block Block, iv []byte) Stream {