Searched refs:ShiftRows (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A Dcrypto-aes.js24 state = ShiftRows(state, Nb);
30 state = ShiftRows(state, Nb);
47 function ShiftRows(s, Nb) { // shift row r of state S left by r bytes [§5.1.2] function
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
H A Dcrypto-aes.js24 state = ShiftRows(state, Nb);
30 state = ShiftRows(state, Nb);
47 function ShiftRows(s, Nb) { // shift row r of state S left by r bytes [§5.1.2] function
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
H A Dcrypto-aes.js24 state = ShiftRows(state, Nb);
30 state = ShiftRows(state, Nb);
47 function ShiftRows(s, Nb) { // shift row r of state S left by r bytes [§5.1.2] function
/external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
H A Dbsaes-x86_64.pl431 sub ShiftRows { subroutine
670 &ShiftRows (@b,@t[0]);
681 &ShiftRows (@b,@t[0]);
785 &ShiftRows (@XMM[0..7, 8]);
848 &ShiftRows (@XMM[0..7, 8]);
/external/openssl/crypto/aes/asm/
H A Dbsaes-x86_64.pl431 sub ShiftRows { subroutine
670 &ShiftRows (@b,@t[0]);
681 &ShiftRows (@b,@t[0]);
785 &ShiftRows (@XMM[0..7, 8]);
848 &ShiftRows (@XMM[0..7, 8]);
/external/valgrind/main/VEX/priv/
H A Dguest_amd64_helpers.c3398 static void ShiftRows (V128* v) function
3563 ShiftRows (&r);

Completed in 324 milliseconds