#include <Ap4StreamCipher.h>
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 () | |
virtual AP4_Result | SetStreamOffset (AP4_UI64 offset, AP4_Cardinal *preroll) |
virtual AP4_UI64 | GetStreamOffset () |
virtual AP4_Result | ProcessBuffer (const AP4_UI08 *in, AP4_Size in_size, AP4_UI08 *out, AP4_Size *out_size, bool is_last_buffer=false) |
virtual AP4_Result | SetIV (const AP4_UI08 *iv) |
virtual const AP4_UI08 * | GetIV () |
Definition at line 126 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 | ( | ) |
virtual AP4_Result AP4_CbcStreamCipher::SetStreamOffset | ( | AP4_UI64 | offset, | |
AP4_Cardinal * | preroll | |||
) | [virtual] |
Implements AP4_StreamCipher.
virtual AP4_UI64 AP4_CbcStreamCipher::GetStreamOffset | ( | ) | [inline, virtual] |
virtual 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 | |||
) | [virtual] |
Implements AP4_StreamCipher.
virtual AP4_Result AP4_CbcStreamCipher::SetIV | ( | const AP4_UI08 * | iv | ) | [virtual] |
Implements AP4_StreamCipher.
virtual const AP4_UI08* AP4_CbcStreamCipher::GetIV | ( | ) | [inline, virtual] |