Searched defs:cipherKey (Results 1 – 4 of 4) sorted by relevance
30 static Key cipherKey; field in Cipher_Impl1Test
779 int rijndaelKeySetupEnc(u32 rk[], const u8 cipherKey[], int keyBits) in rijndaelKeySetupEnc()
28 static int rijndaelKeySetupDec(u32 rk[], const u8 cipherKey[], int keyBits) in rijndaelKeySetupDec()
46 static Key cipherKey; field in CipherTest