TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
tomcrypt_cipher.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

union  Symmetric_key
 
struct  ltc_cipher_descriptor
 

Typedefs

typedef union Symmetric_key symmetric_key
 

Functions

int find_cipher (const char *name)
 
int find_cipher_any (const char *name, int blocklen, int keylen)
 
int find_cipher_id (unsigned char ID)
 
int register_cipher (const struct ltc_cipher_descriptor *cipher)
 
int unregister_cipher (const struct ltc_cipher_descriptor *cipher)
 
int cipher_is_valid (int idx)
 

Variables

struct ltc_cipher_descriptor cipher_descriptor []
 

Typedef Documentation

Function Documentation

int cipher_is_valid ( int  idx)
int find_cipher ( const char *  name)
int find_cipher_any ( const char *  name,
int  blocklen,
int  keylen 
)
int find_cipher_id ( unsigned char  ID)
int register_cipher ( const struct ltc_cipher_descriptor cipher)
int unregister_cipher ( const struct ltc_cipher_descriptor cipher)

Variable Documentation

struct ltc_cipher_descriptor cipher_descriptor[]