D | sha_local.h | 89 # define BODY_16_19(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \ argument 90 Xupdate(f,xi,xa,xb,xc,xd); \ 94 # define BODY_20_31(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \ argument 95 Xupdate(f,xi,xa,xb,xc,xd); \ 99 # define BODY_32_39(i,a,b,c,d,e,f,xa,xb,xc,xd) \ argument 100 Xupdate(f,xa,xa,xb,xc,xd); \ 104 # define BODY_40_59(i,a,b,c,d,e,f,xa,xb,xc,xd) \ argument 105 Xupdate(f,xa,xa,xb,xc,xd); \ 109 # define BODY_60_79(i,a,b,c,d,e,f,xa,xb,xc,xd) \ argument 110 Xupdate(f,xa,xa,xb,xc,xd); \ [all …]
|