HomeSort by relevance Sort by last modified time
    Searched defs:RIP4 (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/ripemd/asm/
rmd-586.pl 211 sub RIP4
400 &RIP4($C,$D,$E,$A,$B,$wl[48],$sl[48],$KL3,-1);
401 &RIP4($B,$C,$D,$E,$A,$wl[49],$sl[49],$KL3,0);
402 &RIP4($A,$B,$C,$D,$E,$wl[50],$sl[50],$KL3,0);
403 &RIP4($E,$A,$B,$C,$D,$wl[51],$sl[51],$KL3,0);
404 &RIP4($D,$E,$A,$B,$C,$wl[52],$sl[52],$KL3,0);
405 &RIP4($C,$D,$E,$A,$B,$wl[53],$sl[53],$KL3,0);
406 &RIP4($B,$C,$D,$E,$A,$wl[54],$sl[54],$KL3,0);
407 &RIP4($A,$B,$C,$D,$E,$wl[55],$sl[55],$KL3,0);
408 &RIP4($E,$A,$B,$C,$D,$wl[56],$sl[56],$KL3,0)
    [all...]
  /external/openssl/crypto/ripemd/
rmd_locl.h 141 #define RIP4(a,b,c,d,e,w,s,K) { \

Completed in 19 milliseconds