From Github(https://github.com/dvbmca/Multi-CAS), there is a project supports DVB-CSA software decryption & encryption using these 2 API:
MCA_S32 MCA_TS_Decrypt(MCA_PID pid, MCA_U8 *au8EvenKey, MCA_U8 *au8OddKey, MCA_U8 *ts, MCA_U32 len);
MCA_S32 MCA_TS_Encrypt(MCA_PID pid, MCA_U8 *key, MCA_BOOL b8Even, MCA_U8 *ts, MCA_U32 len);
But it seems that not support DVB-CSA3. Is there any TS encrypted by DVB-CSA3?
