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

  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
crypto-aes.js 24 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]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
crypto-aes.js 24 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]
  /external/openssl/crypto/aes/asm/
bsaes-x86_64.pl 31 # to skip one shiftrows(), reduce bit-sliced key schedule and
430 sub ShiftRows {
669 &ShiftRows (@b,@t[0]);
680 &ShiftRows (@b,@t[0]);
784 &ShiftRows (@XMM[0..7, 8]);
847 &ShiftRows (@XMM[0..7, 8]);
    [all...]

Completed in 45 milliseconds