Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/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) ((u32) rcons[(i)] << 24) macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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) ((u32) rcons[(i)] << 24) macro
/third_party/boost/libs/safe_numerics/example/
Dexample92.cpp68 uint8 RCON; variable
Dexample93.cpp165 pic_register_t RCON; variable
/third_party/mbedtls/library/
Daes.c331 static const uint32_t RCON[10] = variable
365 static uint32_t RCON[10]; variable
397 RCON[i] = (uint32_t) x; in aes_gen_tables()
579 RK[4] = RK[0] ^ RCON[i] ^ in mbedtls_aes_setkey_enc()
595 RK[6] = RK[0] ^ RCON[i] ^ in mbedtls_aes_setkey_enc()
613 RK[8] = RK[0] ^ RCON[i] ^ in mbedtls_aes_setkey_enc()