HomeSort by: relevance | last modified time | path
    Searched defs:Rcon (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/crypto/aes/
aes_ct.c 249 static const unsigned char Rcon[] = {
302 tmp = sub_word(tmp) ^ Rcon[k];
376 tmp = sub_word(tmp) ^ Rcon[k];
  /src/sys/crypto/aes/arch/x86/
aes_sse2.c 295 static const unsigned char Rcon[] = {
343 tmp = sub_word(tmp) ^ Rcon[k];

Completed in 13 milliseconds