Home
last modified time | relevance | path

Searched refs:rcon (Results 1 – 2 of 2) sorted by relevance

/lib/mbedtls/external/mbedtls/library/
A Daesce.c331 static uint8_t const rcon[] = { 0x01, 0x02, 0x04, 0x08, 0x10, in aesce_setkey_enc() local
354 rko[0] ^= rcon[iteration] ^ rki[0]; in aesce_setkey_enc()
/lib/
A Daes.c509 static u8 rcon[11] = { variable
556 tmp0 = sbox[tmp1] ^ rcon[idx / aes_keycols]; in aes_expand_key()

Completed in 8 milliseconds