Searched defs:rk (Results 1 – 3 of 3) sorted by relevance
/hostap-3.7.0/src/crypto/ |
D | aes-internal-dec.c | 28 static int rijndaelKeySetupDec(u32 rk[], const u8 cipherKey[], int keyBits) in rijndaelKeySetupDec() 61 u32 *rk; in aes_decrypt_init() local 75 static void rijndaelDecrypt(const u32 rk[/*44*/], int Nr, const u8 ct[16], in rijndaelDecrypt() 153 u32 *rk = ctx; in aes_decrypt() local
|
D | aes-internal-enc.c | 23 static void rijndaelEncrypt(const u32 rk[], int Nr, const u8 pt[16], u8 ct[16]) in rijndaelEncrypt() 100 u32 *rk; in aes_encrypt_init() local 121 u32 *rk = ctx; in aes_encrypt() local
|
D | aes-internal.c | 779 int rijndaelKeySetupEnc(u32 rk[], const u8 cipherKey[], int keyBits) in rijndaelKeySetupEnc()
|