Coda Distributed File System
Classes | Macros | Variables
rijndael-mikescott.h File Reference
#include <stdint.h>
Include dependency graph for rijndael-mikescott.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]
 

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_INIT_FUNC

#define AES_INIT_FUNC   gentables()

◆ AES_MAXROUNDS

#define AES_MAXROUNDS   MAXNR

Variable Documentation

◆ fkey

unsigned int fkey[120]
extern

◆ Nb

int Nb
extern

◆ Nk

int Nk

◆ Nr

int Nr

◆ rkey

unsigned int rkey[120]