#include <Ap4StreamCipher.h>
Public Types | |
enum | CipherDirection { ENCRYPT, DECRYPT } |
Public Member Functions | |
AP4_CbcStreamCipher (AP4_BlockCipher *block_cipher, CipherDirection direction) | |
The block cipher is passed with transfer of ownership (it will be destroyed when this object is destroyed). | |
~AP4_CbcStreamCipher () | |
AP4_Result | SetIV (const AP4_UI08 *iv) |
AP4_Result | ProcessBuffer (const AP4_UI08 *in, AP4_Size in_size, AP4_UI08 *out, AP4_Size *out_size, bool is_last_buffer=false) |
AP4_UI64 | GetStreamOffset () |
Definition at line 86 of file Ap4StreamCipher.h.
AP4_CbcStreamCipher::AP4_CbcStreamCipher | ( | AP4_BlockCipher * | block_cipher, | |
CipherDirection | direction | |||
) |
The block cipher is passed with transfer of ownership (it will be destroyed when this object is destroyed).
AP4_CbcStreamCipher::~AP4_CbcStreamCipher | ( | ) |
AP4_Result AP4_CbcStreamCipher::SetIV | ( | const AP4_UI08 * | iv | ) |
AP4_Result AP4_CbcStreamCipher::ProcessBuffer | ( | const AP4_UI08 * | in, | |
AP4_Size | in_size, | |||
AP4_UI08 * | out, | |||
AP4_Size * | out_size, | |||
bool | is_last_buffer = false | |||
) |
AP4_UI64 AP4_CbcStreamCipher::GetStreamOffset | ( | ) | [inline] |
Definition at line 109 of file Ap4StreamCipher.h.