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

/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A Dcrypto-aes.js101 for (var t=0; t<4; t++) temp[t] ^= Rcon[i/Nk][t];
141 // Rcon is Round Constant used for the Key Expansion [1st col is 2^(r-1) in GF(2^8)] [§5.2]
142 var Rcon = [ [0x00, 0x00, 0x00, 0x00], variable
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
H A Dcrypto-aes.js101 for (var t=0; t<4; t++) temp[t] ^= Rcon[i/Nk][t];
141 // Rcon is Round Constant used for the Key Expansion [1st col is 2^(r-1) in GF(2^8)] [§5.2]
142 var Rcon = [ [0x00, 0x00, 0x00, 0x00], variable
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
H A Dcrypto-aes.js101 for (var t=0; t<4; t++) temp[t] ^= Rcon[i/Nk][t];
141 // Rcon is Round Constant used for the Key Expansion [1st col is 2^(r-1) in GF(2^8)] [§5.2]
142 var Rcon = [ [0x00, 0x00, 0x00, 0x00], variable

Completed in 1043 milliseconds