TrinityCore
|
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 union Symmetric_key symmetric_key |
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 | ) |
struct ltc_cipher_descriptor cipher_descriptor[] |