static const unsigned long ORIG_P[16+2]
| Used in: | Blowfish_Init() |
static const unsigned long ORIG_S[4][256]
| Used in: | Blowfish_Init() |
void Blowfish_Decrypt ( BLOWFISH_CTX* ctx, unsigned long* xl, unsigned long* xr )
| Prototyped in: | src/blowfish.h | |
| Calls: | F() | src/blowfish.c |
void Blowfish_Encrypt ( BLOWFISH_CTX* ctx, unsigned long* xl, unsigned long* xr )
| Prototyped in: | src/blowfish.h | |
| Calls: | F() | src/blowfish.c |
| Called by: | Blowfish_Init() | src/blowfish.c |
void Blowfish_Init ( BLOWFISH_CTX* ctx, const unsigned char* key, int keyLen )
| Prototyped in: | src/blowfish.h | |
| Calls: | Blowfish_Encrypt() | src/blowfish.c |
| References Variables: | ORIG_P | src/blowfish.c |
| ORIG_S | src/blowfish.c | |
static unsigned long F ( BLOWFISH_CTX* ctx, unsigned long x )
| Called by: | Blowfish_Decrypt() | src/blowfish.c |
| Blowfish_Encrypt() | src/blowfish.c |