Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
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/src/crypto/
Daes_i.h33 #define RCON(i) rcon[(i)] macro
68 #define RCON(i) ((u32) rcons[(i)] << 24) macro
/third_party/mbedtls/library/
Daes.c331 static const uint32_t RCON[10] = variable
365 static uint32_t RCON[10]; variable