Part Number: MSPM0G3507
I would like to use the AES module in the MSPM0G3507 to decrypt a long stream that will arrive and be operated on in segments. I can see from the example (aes_cbc_256_enc_dec) how to perform decryption of a single segment. However, the chaining needs to carry on to the next segment rather than starting from scratch. Is this supported? Is it as simple as calling DL_AES_loadDataIn()/DL_AES_getDataOut()/DL_AES_xorData() repeatedly? If not, does one of the other streaming options (OFB, CFB) offer me a better option?
