MistServer  2.5.3-Pro-19-gf5e75b1 ( Generic_64)
Functions
rijndael.h File Reference

Go to the source code of this file.

Functions

void AES_CTR128_crypt (const char *in, char *out, unsigned int len, const char *key, char ivec[16], char ecount_buf[16], unsigned int &num)
 
void AES_decrypt (const char *in, char *out, const char *key, unsigned int bits)
 
void AES_encrypt (const char *in, char *out, const int bits, const char *key)
 
void AES_set_decrypt_key (const char *userKey, const int bits, char *key)
 
void AES_set_encrypt_key (const char *userKey, const int bits, char *key)
 
static void increaseCounter (char *counter)
 
void printInverted (const unsigned int *data, unsigned int len)
 

Function Documentation

void AES_CTR128_crypt ( const char *  in,
char *  out,
unsigned int  len,
const char *  key,
char  ivec[16],
char  ecount_buf[16],
unsigned int &  num 
)
void AES_decrypt ( const char *  in,
char *  out,
const char *  key,
unsigned int  bits 
)
void AES_encrypt ( const char *  in,
char *  out,
const int  bits,
const char *  key 
)
void AES_set_decrypt_key ( const char *  userKey,
const int  bits,
char *  key 
)
void AES_set_encrypt_key ( const char *  userKey,
const int  bits,
char *  key 
)
static void increaseCounter ( char *  counter)
static
void printInverted ( const unsigned int *  data,
unsigned int  len 
)