In latest Widevine DRM for HLS spec, SAMPLE-AES-CTR method replaces SAMPLE-AES-CENC method. We will add support for SAMPLE-AES-CTR and keep both methods around for some time. SAMPLE-AES-CENC will be deprecated in a future release.
sgx_status_t sgx_aes_ctr_encrypt( const sgx_aes_ctr_128bit_key_t *p_key, const uint8_t *p_src, const uint32_t src_len, uint8_t *p_ctr, const uint32_t ctr_inc_bits, uint8_t *p_dst, ); but i need more assistance in implementing it. Also, if I want to hard code my...