Home
last modified time | relevance | path

Searched defs:rk (Results 1 – 3 of 3) sorted by relevance

/hostap-3.7.0/src/crypto/
Daes-internal-dec.c28 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
Daes-internal-enc.c23 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
Daes-internal.c779 int rijndaelKeySetupEnc(u32 rk[], const u8 cipherKey[], int keyBits) in rijndaelKeySetupEnc()