D | sha_locl.h | 159 #define BODY_16_19(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \ argument 160 Xupdate(f,xi,xa,xb,xc,xd); \ 164 #define BODY_20_31(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \ argument 165 Xupdate(f,xi,xa,xb,xc,xd); \ 169 #define BODY_32_39(i,a,b,c,d,e,f,xa,xb,xc,xd) \ argument 170 Xupdate(f,xa,xa,xb,xc,xd); \ 174 #define BODY_40_59(i,a,b,c,d,e,f,xa,xb,xc,xd) \ argument 175 Xupdate(f,xa,xa,xb,xc,xd); \ 179 #define BODY_60_79(i,a,b,c,d,e,f,xa,xb,xc,xd) \ argument 180 Xupdate(f,xa,xa,xb,xc,xd); \ [all …]
|