Wasabi ExpressPlay SDK for Embedded Systems
1.23.0
|
Decryption scheme using Common Encryption cbcs (AES-CBC mode). More...
#include <WsbMediaAesDecrypter.h>
Data Fields | |
WSB_DecContentAccess | content_access |
WSB_Size | crypt_byte_block |
Pattern encryption with crypt_byte_block + skip_byte_block equal 10 for video and no pattern encryption for audio is recommended. More... | |
WSB_Size | skip_byte_block |
WSB_Size | constant_iv_size |
Constant IV size (in bytes). More... | |
const WSB_Byte * | constant_iv |
Constant IV byte array. More... | |
Decryption scheme using Common Encryption cbcs (AES-CBC mode).
const WSB_Byte* WSB_DecSchemeCencCbcs::constant_iv |
Constant IV byte array.
WSB_Size WSB_DecSchemeCencCbcs::constant_iv_size |
Constant IV size (in bytes).
WSB_DecContentAccess WSB_DecSchemeCencCbcs::content_access |
WSB_Size WSB_DecSchemeCencCbcs::crypt_byte_block |
Pattern encryption with crypt_byte_block + skip_byte_block equal 10 for video and no pattern encryption for audio is recommended.
WSB_Size WSB_DecSchemeCencCbcs::skip_byte_block |