Searched refs:SubBytes (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A Dcrypto-aes.js23 state = SubBytes(state, Nb);
29 state = SubBytes(state, Nb);
39 function SubBytes(s, Nb) { // apply SBox to state S [§5.1.1] function
123 // Sbox is pre-computed multiplicative inverse in GF(2^8) used in SubBytes and KeyExpansion [§5.1.1]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
H A Dcrypto-aes.js23 state = SubBytes(state, Nb);
29 state = SubBytes(state, Nb);
39 function SubBytes(s, Nb) { // apply SBox to state S [§5.1.1] function
123 // Sbox is pre-computed multiplicative inverse in GF(2^8) used in SubBytes and KeyExpansion [§5.1.1]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
H A Dcrypto-aes.js23 state = SubBytes(state, Nb);
29 state = SubBytes(state, Nb);
39 function SubBytes(s, Nb) { // apply SBox to state S [§5.1.1] function
123 // Sbox is pre-computed multiplicative inverse in GF(2^8) used in SubBytes and KeyExpansion [§5.1.1]
/external/valgrind/main/VEX/priv/
H A Dguest_amd64_helpers.c3458 static void SubBytes (V128* v) function
3679 SubBytes (&r);

Completed in 1494 milliseconds