Classes | |
class | AES |
Macros | |
#define | AES_LIB |
Typedefs | |
typedef Bool(* | PFNRIJINDAEL_CIPHER_PROGRESS) (Int lProgress, Int lLength, void *pData) |
#define AES_LIB |
AES library ID.
Progress hook set with AES::SetProgressCallback(). Gets the percentage of the progress by lProgress/lLength.
[in] | lProgress | The progress (current block). |
[in] | lLength | The length of the encrypted data. |
[in] | pData | The pointer to the data. |