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

  /external/boringssl/src/crypto/sha/
sha1.c 121 #define Xupdate(a, ix, ia, ib, ic, id) \
151 Xupdate(f, xi, xa, xb, xc, xd); \
156 Xupdate(f, xi, xa, xb, xc, xd); \
161 Xupdate(f, xa, xa, xb, xc, xd); \
166 Xupdate(f, xa, xa, xb, xc, xd); \
171 Xupdate(f, xa, xa, xb, xc, xd); \
  /external/boringssl/src/crypto/sha/asm/
sha256-armv4.pl 315 sub Xupdate()
524 &Xupdate(\&body_00_15);
525 &Xupdate(\&body_00_15);
526 &Xupdate(\&body_00_15);
527 &Xupdate(\&body_00_15);
sha1-armv4-large.pl 102 sub Xupdate {
156 &Xupdate(@_,"and $t1,$b,$t1,ror#2");
165 &Xupdate(@_,"eor $t1,$b,$t1,ror#2");
173 &Xupdate(@_,"and $t1,$b,$t1,ror#2","and $t2,$c,$d");

Completed in 400 milliseconds