22 #ifndef DeviceIDMSymmetricEncryption_VERSADAC_H
23 #define DeviceIDMSymmetricEncryption_VERSADAC_H
31 void DeviceIDMSymmetricEncryption_Initialise(
void);
33 bool DeviceIDMSymmetricEncryption_ReadDeviceData(
unsigned long CISP,
34 unsigned char* pDataBuffer,
35 unsigned int DataBufferLengthMaximum,
36 unsigned int* pIDMFlashMemoryAddress,
37 unsigned int* pRequiredDataBufferLength
41 void DeviceIDMSymmetricEncryption_unicode_to_char(
char* z_binarybuffer,
42 int z_binarybufferlength,
43 unicode_p z_unicodeString,
44 int z_unicodeStringLength);