PandA-2024.02
|
#include <stdio.h>
#include "blowfish.h"
#include "bf_locl.h"
#include "bf_pi.h"
#include "bf_skey.c"
#include "bf_cfb64.c"
#include "bf_enc.c"
Go to the source code of this file.
Macros | |
#define | KEYSIZE 5200 |
#define | N 40 |
Functions | |
int | blowfish_main () |
int | main () |
Variables | |
const unsigned char | in_key [KEYSIZE] |
const unsigned char | out_key [KEYSIZE] |
#define KEYSIZE 5200 |
Definition at line 92 of file bf.c.
Referenced by blowfish_main().
#define N 40 |
Definition at line 814 of file bf.c.
Referenced by blowfish_main().
int blowfish_main | ( | ) |
int main | ( | void | ) |
Definition at line 856 of file bf.c.
References blowfish_main(), and main_result.
const unsigned char in_key[KEYSIZE] |
Definition at line 93 of file bf.c.
Referenced by blowfish_main().
const unsigned char out_key[KEYSIZE] |
Definition at line 486 of file bf.c.
Referenced by blowfish_main().