cipherInstance
cipherInstance cipher;
int rijndael_padEncrypt(cipherInstance *cipher, keyInstance *key,
int rijndael_blockDecrypt(cipherInstance *cipher, keyInstance *key,
int rijndael_padDecrypt(cipherInstance *cipher, keyInstance *key,
int rijndael_cipherInit(cipherInstance *cipher, BYTE mode, char *IV) {
int rijndael_blockEncrypt(cipherInstance *cipher, keyInstance *key,
int rijndael_cipherInit(cipherInstance *, uint8_t, char *);
int rijndael_blockEncrypt(cipherInstance *, keyInstance *, const uint8_t *,
int rijndael_padEncrypt(cipherInstance *, keyInstance *, const uint8_t *,
int rijndael_blockDecrypt(cipherInstance *, keyInstance *, const uint8_t *,
int rijndael_padDecrypt(cipherInstance *, keyInstance *, const uint8_t *,
cipherInstance ci;
cipherInstance cipher; /* Rijndael internal */
cipherInstance aes_ci;