Home
last modified time | relevance | path

Searched refs:RCON (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Daes-internal.c793 TE443(temp) ^ TE414(temp) ^ RCON(i); in rijndaelKeySetupEnc()
809 TE443(temp) ^ TE414(temp) ^ RCON(i); in rijndaelKeySetupEnc()
828 TE443(temp) ^ TE414(temp) ^ RCON(i); in rijndaelKeySetupEnc()
Daes_i.h33 #define RCON(i) rcon[(i)] macro
68 #define RCON(i) (rcons[(i)] << 24) macro
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
Daes.c790 #define RCON(i) rcon[(i)] macro
821 #define RCON(i) (rcons[(i)] << 24) macro
888 RCON(i); in rijndaelKeySetupEnc()