func github.com/gotd/ige.DecryptBlocks

6 uses

	github.com/gotd/ige (current package)
		decrypt.go#L29: 	DecryptBlocks(i.block, i.iv, dst, src)
		decrypt.go#L35: func DecryptBlocks(block cipher.Block, iv, dst, src []byte) {

	github.com/gotd/td/crypto
		cipher_decrypt.go#L80: 	ige.DecryptBlocks(cipher, iv[:], plaintext, encrypted.EncryptedData)
		exchange.go#L27: 	ige.DecryptBlocks(cipher, iv, dataWithHash, data)
		rsa_pad.go#L143: 		ige.DecryptBlocks(aesBlock, zeroIV[:], dataWithHash, aesEncrypted)

	github.com/gotd/td/session/tdesktop
		local_key.go#L64: 	ige.DecryptBlocks(cipher, aesIV[:], decrypted, encrypted)