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

  /external/openssl/crypto/0.9.9-dev/sha/
sha1-armv4-large.pl 78 sub Xupdate {
113 &Xupdate(@_);
123 &Xupdate(@_);
132 &Xupdate(@_,1);
  /external/openssl/crypto/sha/
sha_locl.h 86 # define Xupdate(a,ix,ia,ib,ic,id) (ix=(a)=(ia^ib^ic^id))
99 # define Xupdate(a,ix,ia,ib,ic,id) do { (a)=(ia^ib^ic^id); \
103 # define Xupdate(a,ix,ia,ib,ic,id) ( (a)=(ia^ib^ic^id), \
169 Xupdate(f,xi,xa,xb,xc,xd); \
174 Xupdate(f,xi,xa,xb,xc,xd); \
179 Xupdate(f,xa,xa,xb,xc,xd); \
184 Xupdate(f,xa,xa,xb,xc,xd); \
189 Xupdate(f,xa,xa,xb,xc,xd); \
378 Xupdate(T,xa,xa,xb,xc,xd); \
384 Xupdate(T,xa,xa,xb,xc,xd);
    [all...]

Completed in 400 milliseconds