Searched refs:rijndael_cipherInit (Results 1 – 3 of 3) sorted by relevance
86 int rijndael_cipherInit(cipherInstance *cipher, u_int8_t mode, char *IV);
79 int rijndael_cipherInit(cipherInstance *cipher, BYTE mode, char *IV) { in rijndael_cipherInit() function
1654 if (rijndael_cipherInit(&c, MODE_CBC, iv->v) < 0){1684 if (rijndael_cipherInit(&c, MODE_CBC, iv->v) < 0){