func crypto/cipher.NewCFBDecrypter

one use

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