Go to the documentation of this file.
59 #ifndef HEADER_BLOWFISH_H
60 #define HEADER_BLOWFISH_H
69 #error BF is disabled.
83 #define BF_LONG unsigned long
84 #elif defined(OPENSSL_SYS_CRAY) || defined(__ILP64__)
85 #define BF_LONG unsigned long
86 #define BF_LONG_LOG2 3
95 #define BF_LONG unsigned int
118 const BF_KEY *schedule,
unsigned char *ivec,
int enc);
120 const BF_KEY *schedule,
unsigned char *ivec,
int *
num,
int enc);
122 const BF_KEY *schedule,
unsigned char *ivec,
int *
num);