HomeSort by: relevance | last modified time | path
    Searched defs:Chi (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/sha/asm/
keccak1600-mmx.pl 186 sub Chi() { ######### regular Chi step
215 &Chi (0, 3);
220 #&movq (@T[2],&QWP($A[0][$x],"esi")); # moved to Chi
221 #&pxor (@T[2],&QWP(@D[$x],"esp")); # moved to Chi
255 &Rho (3); &Chi (1, 1);
256 &Rho (1); &Chi (2, 4);
257 &Rho (4); &Chi (3, 2);
258 &Rho (2); ###&Chi (4);
260 &movq (@T[0],@C[0]); ######### last Chi(4) is specia
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/sha/asm/
keccak1600-mmx.pl 186 sub Chi() { ######### regular Chi step
215 &Chi (0, 3);
220 #&movq (@T[2],&QWP($A[0][$x],"esi")); # moved to Chi
221 #&pxor (@T[2],&QWP(@D[$x],"esp")); # moved to Chi
255 &Rho (3); &Chi (1, 1);
256 &Rho (1); &Chi (2, 4);
257 &Rho (4); &Chi (3, 2);
258 &Rho (2); ###&Chi (4);
260 &movq (@T[0],@C[0]); ######### last Chi(4) is specia
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/
keccak1600-mmx.pl 187 sub Chi() { ######### regular Chi step
216 &Chi (0, 3);
221 #&movq (@T[2],&QWP($A[0][$x],"esi")); # moved to Chi
222 #&pxor (@T[2],&QWP(@D[$x],"esp")); # moved to Chi
256 &Rho (3); &Chi (1, 1);
257 &Rho (1); &Chi (2, 4);
258 &Rho (4); &Chi (3, 2);
259 &Rho (2); ###&Chi (4);
261 &movq (@T[0],@C[0]); ######### last Chi(4) is specia
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/sha/
keccak1600.c 208 static void Chi(uint64_t A[5][5])
242 Chi(A);
  /src/crypto/external/bsd/openssl/dist/crypto/sha/
keccak1600.c 212 static void Chi(uint64_t A[5][5])
246 Chi(A);
  /src/crypto/external/bsd/openssl.old/dist/crypto/sha/
keccak1600.c 205 static void Chi(uint64_t A[5][5])
239 Chi(A);

Completed in 28 milliseconds