Searched refs:rijndaelKeySetupDec (Results 1 – 2 of 2) sorted by relevance
54 int rijndaelKeySetupDec(unsigned int [], const unsigned char [], int);
819 rijndaelKeySetupDec(u32 rk[/*4*(Nr + 1)*/], const u8 cipherKey[], int keyBits) in rijndaelKeySetupDec() function1262 if (rijndaelKeySetupDec(ctx->dk, key, bits) != rounds) in rijndael_set_key()
Completed in 6 milliseconds