Other Parts Discussed in Thread: C2000WARE
Hello TI engineers
Recently, our company want to use AES encryption in TI's C2000 series,
and I have found the AES encryption source in the TI's website(www.ti.com/.../aes-128)
the encryption function we used is as below,
void aes_enc_dec(unsigned char *state, unsigned char *key, unsigned char dir)
but I met some trouble when I use it,
As you know, the minimum data unit of TMS320F28377D is two byte,
that is to say, "char" type in TMS320F28377D is two byte. It is a little special with others.
so I think this function could not be used in TMS320F28377D.
is there a encryption source that could be used in TMS320F28377D? or how could I do some modification to it so that it could compliant with TMS320F28377D?
Best Regards
Hope Chen