D | sha1.c | 145 #define BODY_16_19(i, a, b, c, d, e, f, xi, xa, xb, xc, xd) \ argument 147 Xupdate(f, xi, xa, xb, xc, xd); \ 152 #define BODY_20_31(i, a, b, c, d, e, f, xi, xa, xb, xc, xd) \ argument 154 Xupdate(f, xi, xa, xb, xc, xd); \ 159 #define BODY_32_39(i, a, b, c, d, e, f, xa, xb, xc, xd) \ argument 161 Xupdate(f, xa, xa, xb, xc, xd); \ 166 #define BODY_40_59(i, a, b, c, d, e, f, xa, xb, xc, xd) \ argument 168 Xupdate(f, xa, xa, xb, xc, xd); \ 173 #define BODY_60_79(i, a, b, c, d, e, f, xa, xb, xc, xd) \ argument 175 Xupdate(f, xa, xa, xb, xc, xd); \
|