Lines Matching refs:a
482 #define CALC_S(a, b, c, d, i, w, x, y, z) \ argument
485 (a) ^= exp_to_poly[tmp + (w)]; \
497 #define CALC_SB_2(i, a, b) \ argument
498 ctx->s[0][i] = mds[0][q0[(a) ^ sa] ^ se]; \
500 ctx->s[2][i] = mds[2][q1[(a) ^ sc] ^ sg]; \
505 #define CALC_SB192_2(i, a, b) \ argument
508 ctx->s[2][i] = mds[2][q1[q0[(a) ^ sc] ^ sg] ^ sk]; \
509 ctx->s[3][i] = mds[3][q1[q1[(a) ^ sd] ^ sh] ^ sl];
513 #define CALC_SB256_2(i, a, b) \ argument
515 ctx->s[1][i] = mds[1][q0[q1[q1[(a) ^ sb] ^ sf] ^ sj] ^ sn]; \
516 ctx->s[2][i] = mds[2][q1[q0[q0[(a) ^ sc] ^ sg] ^ sk] ^ so]; \
543 #define CALC_K_2(a, b, c, d, j) \ argument
544 mds[0][q0[a ^ key[(j) + 8]] ^ key[j]] \
549 #define CALC_K(a, j, k, l, m, n) \ argument
553 x += y; y += x; ctx->a[j] = x; \
554 ctx->a[(j) + 1] = rol32(y, 9)
556 #define CALC_K192_2(a, b, c, d, j) \ argument
557 CALC_K_2 (q0[a ^ key[(j) + 16]], \
562 #define CALC_K192(a, j, k, l, m, n) \ argument
566 x += y; y += x; ctx->a[j] = x; \
567 ctx->a[(j) + 1] = rol32(y, 9)
569 #define CALC_K256_2(a, b, j) \ argument
571 q1[a ^ key[(j) + 25]], \
572 q0[a ^ key[(j) + 26]], \
575 #define CALC_K256(a, j, k, l, m, n) \ argument
579 x += y; y += x; ctx->a[j] = x; \
580 ctx->a[(j) + 1] = rol32(y, 9)