SLAA547C July 2013 – July 2021 MSP430FR5739
(des_ctx *(Key Structure), unsigned char *pucData, short sBlocks, unsigned char *pucKey1, unsigned char *pucKey2, unsigned char *pucKey3, unsigned char *pucIV);
This function performs a 3DES encryption process in the form: Enckey3( Deckey2( Enckey1( Data ) ) ) with CBC mode enabled. Data and keys must be in hex form. Function does not convert ASCII text. Updated IV is stored starting at location pucIV.
Inputs