Lines Matching refs:a
468 #define CALC_S(a, b, c, d, i, w, x, y, z) \ argument
471 (a) ^= exp_to_poly[tmp + (w)]; \
483 #define CALC_SB_2(i, a, b) \ argument
484 ctx->s[0][i] = mds[0][q0[(a) ^ sa] ^ se]; \
486 ctx->s[2][i] = mds[2][q1[(a) ^ sc] ^ sg]; \
491 #define CALC_SB192_2(i, a, b) \ argument
494 ctx->s[2][i] = mds[2][q1[q0[(a) ^ sc] ^ sg] ^ sk]; \
495 ctx->s[3][i] = mds[3][q1[q1[(a) ^ sd] ^ sh] ^ sl];
499 #define CALC_SB256_2(i, a, b) \ argument
501 ctx->s[1][i] = mds[1][q0[q1[q1[(a) ^ sb] ^ sf] ^ sj] ^ sn]; \
502 ctx->s[2][i] = mds[2][q1[q0[q0[(a) ^ sc] ^ sg] ^ sk] ^ so]; \
529 #define CALC_K_2(a, b, c, d, j) \ argument
530 mds[0][q0[a ^ key[(j) + 8]] ^ key[j]] \
535 #define CALC_K(a, j, k, l, m, n) \ argument
539 x += y; y += x; ctx->a[j] = x; \
540 ctx->a[(j) + 1] = rol32(y, 9)
542 #define CALC_K192_2(a, b, c, d, j) \ argument
543 CALC_K_2 (q0[a ^ key[(j) + 16]], \
548 #define CALC_K192(a, j, k, l, m, n) \ argument
552 x += y; y += x; ctx->a[j] = x; \
553 ctx->a[(j) + 1] = rol32(y, 9)
555 #define CALC_K256_2(a, b, j) \ argument
557 q1[a ^ key[(j) + 25]], \
558 q0[a ^ key[(j) + 26]], \
561 #define CALC_K256(a, j, k, l, m, n) \ argument
565 x += y; y += x; ctx->a[j] = x; \
566 ctx->a[(j) + 1] = rol32(y, 9)