D | sha1.c | 144 #define BODY_16_19(i, a, b, c, d, e, f, xi, xa, xb, xc, xd) \ argument 146 Xupdate(f, xi, xa, xb, xc, xd); \ 151 #define BODY_20_31(i, a, b, c, d, e, f, xi, xa, xb, xc, xd) \ argument 153 Xupdate(f, xi, xa, xb, xc, xd); \ 158 #define BODY_32_39(i, a, b, c, d, e, f, xa, xb, xc, xd) \ argument 160 Xupdate(f, xa, xa, xb, xc, xd); \ 165 #define BODY_40_59(i, a, b, c, d, e, f, xa, xb, xc, xd) \ argument 167 Xupdate(f, xa, xa, xb, xc, xd); \ 172 #define BODY_60_79(i, a, b, c, d, e, f, xa, xb, xc, xd) \ argument 174 Xupdate(f, xa, xa, xb, xc, xd); \
|