HomeSort by relevance Sort by last modified time
    Searched refs:Rcon (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
crypto-aes.js 101 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],
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
crypto-aes.js 101 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],
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
crypto-aes.js 101 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],
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 267 milliseconds