rijndael_cipherInit
if (rijndael_cipherInit(&c, MODE_CBC, iv->v) < 0){
int rijndael_cipherInit(cipherInstance *cipher, u_int8_t mode, char *IV);