Home
last modified time | relevance | path

Searched refs:TE414 (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.h46 #define TE414(i) (Te4[((i) >> 24) & 0xff] & 0x000000ff) macro
86 #define TE414(i) ((Te0[((i) >> 24) & 0xff] >> 8) & 0x000000ff) macro
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
Daes.c803 #define TE414(i) (Te4[((i) >> 24) & 0xff] & 0x000000ff) macro
839 #define TE414(i) ((Te0[((i) >> 24) & 0xff] >> 8) & 0x000000ff) macro
887 TE421(temp) ^ TE432(temp) ^ TE443(temp) ^ TE414(temp) ^ in rijndaelKeySetupEnc()