Coda Distributed File System
Classes | Macros
aes.h File Reference
#include <stdint.h>
#include "rijndael-alg-fst.h"
Include dependency graph for aes.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

union  aes_block
 
struct  aes_context
 

Macros

#define AES_MAXROUNDS   MAXNR
 
#define AES_BLOCK_SIZE   16
 
#define aes_encrypt_ctx   aes_context
 
#define aes_decrypt_ctx   aes_context
 

Macro Definition Documentation

◆ AES_BLOCK_SIZE

#define AES_BLOCK_SIZE   16

◆ aes_decrypt_ctx

#define aes_decrypt_ctx   aes_context

◆ aes_encrypt_ctx

#define aes_encrypt_ctx   aes_context

◆ AES_MAXROUNDS

#define AES_MAXROUNDS   MAXNR