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/internal/crypto
		cipher_decrypt.go#L80: 	ige.DecryptBlocks(cipher, iv[:], plaintext, encrypted.EncryptedData)
		exchange.go#L28: 	ige.DecryptBlocks(cipher, iv, dataWithHash, data)
		rsa_pad.go#L145: 		ige.DecryptBlocks(aesBlock, zeroIV[:], dataWithHash, aesEncrypted)

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