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