Searched refs:rijndaelKeySetupDec (Results 1 - 4 of 4) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes-internal-dec.c28 static int rijndaelKeySetupDec(u32 rk[], const u8 cipherKey[], int keyBits) function
66 res = rijndaelKeySetupDec(rk, key, len * 8);
/external/wpa_supplicant_8/src/crypto/
H A Daes-internal-dec.c28 static int rijndaelKeySetupDec(u32 rk[], const u8 cipherKey[], int keyBits) function
66 res = rijndaelKeySetupDec(rk, key, len * 8);
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes-internal-dec.c28 static int rijndaelKeySetupDec(u32 rk[], const u8 cipherKey[], int keyBits) function
66 res = rijndaelKeySetupDec(rk, key, len * 8);
/external/openssh/
H A Drijndael.c813 rijndaelKeySetupDec(u32 rk[/*4*(Nr + 1)*/], const u8 cipherKey[], int keyBits, function
1230 rijndaelKeySetupDec(ctx->dk, key, bits, ctx->Nr);

Completed in 223 milliseconds