RCON is only used within mbedTLS.
 
Symbols
loading...
Files
loading...

RCON variable

Syntax

static const uint32_t RCON[10] = { 0x00000001, 0x00000002, 0x00000004, 0x00000008, 0x00000010, 0x00000020, 0x00000040, 0x00000080, 0x0000001B, 0x00000036 };

References

LocationReferrerText
aes.c:359
static const uint32_t RCON[10] =
aes.c:607mbedtls_aes_setkey_enc()
RK[4] = RK[0] ^ RCON[i] ^
aes.c:623mbedtls_aes_setkey_enc()
RK[6] = RK[0] ^ RCON[i] ^
aes.c:641mbedtls_aes_setkey_enc()
RK[8] = RK[0] ^ RCON[i] ^

Data Use

Functions reading RCON
RCON
all items filtered out
Type of RCON
RCON
uint32_t
all items filtered out