D | sha_locl.h | 163 #define BODY_16_19(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \ argument 164 Xupdate(f,xi,xa,xb,xc,xd); \ 168 #define BODY_20_31(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \ argument 169 Xupdate(f,xi,xa,xb,xc,xd); \ 173 #define BODY_32_39(i,a,b,c,d,e,f,xa,xb,xc,xd) \ argument 174 Xupdate(f,xa,xa,xb,xc,xd); \ 178 #define BODY_40_59(i,a,b,c,d,e,f,xa,xb,xc,xd) \ argument 179 Xupdate(f,xa,xa,xb,xc,xd); \ 183 #define BODY_60_79(i,a,b,c,d,e,f,xa,xb,xc,xd) \ argument 184 Xupdate(f,xa,xa,xb,xc,xd); \ [all …]
|