![]()  | 
  
    libgpac
    
   Documentation of the core library of GPAC 
   | 
  
#include <gpac/setup.h>
 Include dependency graph for tiny_aes.h:
 This graph shows which files directly or indirectly include this file:Data Structures | |
| struct | AES_ctx | 
Macros | |
| #define | CBC 1 | 
| #define | ECB 1 | 
| #define | CTR 1 | 
| #define | AES128 1 | 
| #define | AES_BLOCKLEN 16 | 
| #define | AES_KEYLEN 16 | 
| #define | AES_keyExpSize 176 | 
Functions | |
| void | AES_init_ctx (struct AES_ctx *ctx, const u8 *key) | 
| struct AES_ctx | 
| Data Fields | ||
|---|---|---|
| u8 | RoundKey[AES_keyExpSize] | |
| #define CBC 1 | 
| #define ECB 1 | 
| #define CTR 1 | 
| #define AES128 1 | 
| #define AES_BLOCKLEN 16 | 
| #define AES_KEYLEN 16 | 
| #define AES_keyExpSize 176 |