#include <Ap4AesBlockCipher.h>
Inheritance diagram for AP4_AesBlockCipher:
Public Member Functions | |
AP4_AesBlockCipher (const AP4_UI08 *key, AP4_BlockCipher::CipherDirection direction) | |
~AP4_AesBlockCipher () | |
virtual AP4_Result | ProcessBlock (const AP4_UI08 *input, AP4_UI08 *output) |
Definition at line 60 of file Ap4AesBlockCipher.h.
AP4_AesBlockCipher::AP4_AesBlockCipher | ( | const AP4_UI08 * | key, | |
AP4_BlockCipher::CipherDirection | direction | |||
) |
AP4_AesBlockCipher::~AP4_AesBlockCipher | ( | ) |
virtual AP4_Result AP4_AesBlockCipher::ProcessBlock | ( | const AP4_UI08 * | input, | |
AP4_UI08 * | output | |||
) | [virtual] |
Implements AP4_BlockCipher.