cipherInstance
cipherInstance c;
cipherInstance c;
int rijndael_padEncrypt(cipherInstance *cipher, keyInstance *key,
int rijndael_blockDecrypt(cipherInstance *cipher, keyInstance *key,
int rijndael_padDecrypt(cipherInstance *cipher, keyInstance *key,
int rijndael_cipherUpdateRounds(cipherInstance *cipher, keyInstance *key,
int rijndael_cipherInit(cipherInstance *cipher, BYTE mode, char *IV) {
int rijndael_blockEncrypt(cipherInstance *cipher, keyInstance *key,
int rijndael_cipherUpdateRounds(cipherInstance *cipher, keyInstance *key,
int rijndael_cipherInit(cipherInstance *cipher, u_int8_t mode, char *IV);
int rijndael_blockEncrypt(cipherInstance *cipher, keyInstance *key,
int rijndael_padEncrypt(cipherInstance *cipher, keyInstance *key,
int rijndael_blockDecrypt(cipherInstance *cipher, keyInstance *key,
int rijndael_padDecrypt(cipherInstance *cipher, keyInstance *key,