Coda Distributed File System
|
#include <stdint.h>
Go to the source code of this file.
Classes | |
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 |
#define | AES_INIT_FUNC gentables() |
Variables | |
int | Nb |
int | Nr |
int | Nk |
unsigned int | fkey [120] |
unsigned int | rkey [120] |
#define AES_BLOCK_SIZE 16 |
#define aes_decrypt_ctx aes_context |
#define aes_encrypt_ctx aes_context |
|
extern |
|
extern |
int Nk |
int Nr |
unsigned int rkey[120] |