Home
last modified time | relevance | path

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

/arch/arm64/crypto/
Daes-ce-glue.c80 static u8 const rcon[] = { in ce_aes_expandkey() local
98 for (i = 0; i < sizeof(rcon); i++) { in ce_aes_expandkey()
102 rko[0] = ror32(__aes_ce_sub(rki[kwords - 1]), 8) ^ rcon[i] ^ rki[0]; in ce_aes_expandkey()
/arch/arm/crypto/
Daes-ce-glue.c75 static u8 const rcon[] = { in ce_aes_expandkey() local
93 for (i = 0; i < sizeof(rcon); i++) { in ce_aes_expandkey()
98 rko[0] = rko[0] ^ rki[0] ^ rcon[i]; in ce_aes_expandkey()