40 #include "../my_config.h"
83 bool no_initial_shift,
92 const char *clear_buf,
const U_32 clear_size,
const U_32 clear_allocated,
93 char *crypt_buf, U_32 crypt_size);
95 const char *crypt_buf,
const U_32 crypt_size,
96 char *clear_buf, U_32 clear_size);
100 gcry_cipher_hd_t clef;
101 gcry_cipher_hd_t essiv_clef;
103 size_t algo_block_size;
109 const std::string & salt,
113 void make_ivec(
const infinint & ref,
unsigned char *ivec, U_I size);
114 void self_test(
void);