22 #ifndef DeviceIDMSymmetricEncryption_SIMPLEWRAPPER_H
23 #define DeviceIDMSymmetricEncryption_SIMPLEWRAPPER_H
43 unsigned char* DeviceIDMSymmetricEncryption_Encrypt_For_Writing_To_Device(
char* pszdatain,
44 unsigned int datain_buffer_length,
45 unsigned char* pszencBuf,
46 unsigned int encBuf_buffer_length);
48 unsigned char* DeviceIDMSymmetricEncryption_Encrypt_For_Reading_From_Device(
char* pszdatain,
49 unsigned int datain_buffer_length,
50 unsigned char* pszencBuf,
51 unsigned int encBuf_buffer_length);
62 char* DeviceIDMSymmetricEncryption_Decrypt_For_Writing_To_Device(
unsigned char* pszdatain,
63 unsigned int datain_buffer_length,
65 unsigned int encBuf_buffer_length);
67 char* DeviceIDMSymmetricEncryption_Decrypt_For_Reading_From_Device(
unsigned char* pszdatain,
68 unsigned int datain_buffer_length,
70 unsigned int encBuf_buffer_length);