Searched refs:Rcon (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/crypto/aes/
H A Daes_ct.c249 static const unsigned char Rcon[] = { variable
302 tmp = sub_word(tmp) ^ Rcon[k];
376 tmp = sub_word(tmp) ^ Rcon[k];
/netbsd-current/sys/crypto/aes/arch/x86/
H A Daes_sse2.c295 static const unsigned char Rcon[] = { variable
343 tmp = sub_word(tmp) ^ Rcon[k];

Completed in 193 milliseconds