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

  /external/openssl/crypto/ripemd/asm/
rmd-586.pl 258 sub RIP5
417 &RIP5($B,$C,$D,$E,$A,$wl[64],$sl[64],$KL4,-1);
418 &RIP5($A,$B,$C,$D,$E,$wl[65],$sl[65],$KL4,0);
419 &RIP5($E,$A,$B,$C,$D,$wl[66],$sl[66],$KL4,0);
420 &RIP5($D,$E,$A,$B,$C,$wl[67],$sl[67],$KL4,0);
421 &RIP5($C,$D,$E,$A,$B,$wl[68],$sl[68],$KL4,0);
422 &RIP5($B,$C,$D,$E,$A,$wl[69],$sl[69],$KL4,0);
423 &RIP5($A,$B,$C,$D,$E,$wl[70],$sl[70],$KL4,0);
424 &RIP5($E,$A,$B,$C,$D,$wl[71],$sl[71],$KL4,0);
425 &RIP5($D,$E,$A,$B,$C,$wl[72],$sl[72],$KL4,0)
    [all...]
  /external/openssl/crypto/ripemd/
rmd_locl.h 146 #define RIP5(a,b,c,d,e,w,s,K) { \

Completed in 78 milliseconds