Searched refs:rijndael_cipherInit (Results 1 - 3 of 3) sorted by relevance

/external/ipsec-tools/src/racoon/missing/crypto/rijndael/
H A Drijndael-api-fst.h86 int rijndael_cipherInit(cipherInstance *cipher, u_int8_t mode, char *IV);
H A Drijndael-api-fst.c79 int rijndael_cipherInit(cipherInstance *cipher, BYTE mode, char *IV) { function
/external/ipsec-tools/src/racoon/
H A Dcrypto_openssl.c1626 if (rijndael_cipherInit(&c, MODE_CBC, iv->v) < 0){
1656 if (rijndael_cipherInit(&c, MODE_CBC, iv->v) < 0){

Completed in 1170 milliseconds