keyInstance
keyInstance k;
keyInstance k;
int rijndael_padEncrypt(cipherInstance *cipher, keyInstance *key,
int rijndael_blockDecrypt(cipherInstance *cipher, keyInstance *key,
int rijndael_padDecrypt(cipherInstance *cipher, keyInstance *key,
int rijndael_makeKey(keyInstance *key, BYTE direction, int keyLen, char *keyMaterial) {
int rijndael_cipherUpdateRounds(cipherInstance *cipher, keyInstance *key,
int rijndael_blockEncrypt(cipherInstance *cipher, keyInstance *key,
int rijndael_cipherUpdateRounds(cipherInstance *cipher, keyInstance *key,
int rijndael_makeKey(keyInstance *key, u_int8_t direction, int keyLen, char *keyMaterial);
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,