|
LRAUV
revA
|
#include <cstdio>#include <cstring>#include <stdint.h>#include "../Lib/aes/AES.h"#include "../Lib/aes/AESUtil.h"#include "../Lib/zlib/zutil.h"
Macros | |
| #define | BLOCKLEN 16 |
| #define | MAXDATA (16*BLOCKLEN) |
| #define | CRCBYTES 4 |
| #define | BLOCKMODE AES::CBC |
Functions | |
| void | show_usage () |
| int | main (int argc, char **argv) |
| #define BLOCKLEN 16 |
Referenced by main().
| #define BLOCKMODE AES::CBC |
Referenced by main().
| #define CRCBYTES 4 |
Referenced by main().
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
References BLOCKLEN, BLOCKMODE, CRCBYTES, MAXDATA, and show_usage().
| void show_usage | ( | ) |
Referenced by main().