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

  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
crypto-aes.js 25 state = MixColumns(state, Nb);
57 function MixColumns(s, Nb) { // combine bytes of each col of state S [§5.1.3]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
crypto-aes.js 25 state = MixColumns(state, Nb);
57 function MixColumns(s, Nb) { // combine bytes of each col of state S [§5.1.3]
  /external/openssl/crypto/aes/asm/
bsaes-x86_64.pl 23 # - above was possibile thanks to mixcolumns() modification that
455 sub MixColumns {
672 &MixColumns (@b[0,1,4,6,3,7,2,5],@t);
792 &MixColumns (@XMM[0,1,4,6,3,7,2,5, 8..15]);
    [all...]
  /external/valgrind/main/VEX/priv/
guest_amd64_helpers.c     [all...]

Completed in 67 milliseconds