OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Rcon
(Results
1 - 2
of
2
) sorted by null
/external/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/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],
Completed in 169 milliseconds