36 #include "../my_config.h"
79 bool no_initial_shift,
88 const char *clear_buf,
const U_32 clear_size,
const U_32 clear_allocated,
89 char *crypt_buf, U_32 crypt_size);
91 const char *crypt_buf,
const U_32 crypt_size,
92 char *clear_buf, U_32 clear_size);
96 gcry_cipher_hd_t clef;
97 gcry_cipher_hd_t essiv_clef;
99 size_t algo_block_size;
105 const std::string & salt,
109 void make_ivec(
const infinint & ref,
unsigned char *ivec, U_I size);
110 void self_test(
void);