Lines Matching refs:b
468 #define CALC_S(a, b, c, d, i, w, x, y, z) \ argument
472 (b) ^= exp_to_poly[tmp + (x)]; \
483 #define CALC_SB_2(i, a, b) \ argument
485 ctx->s[1][i] = mds[1][q0[(b) ^ sb] ^ sf]; \
487 ctx->s[3][i] = mds[3][q1[(b) ^ sd] ^ sh]
491 #define CALC_SB192_2(i, a, b) \ argument
492 ctx->s[0][i] = mds[0][q0[q0[(b) ^ sa] ^ se] ^ si]; \
493 ctx->s[1][i] = mds[1][q0[q1[(b) ^ sb] ^ sf] ^ sj]; \
499 #define CALC_SB256_2(i, a, b) \ argument
500 ctx->s[0][i] = mds[0][q0[q0[q1[(b) ^ sa] ^ se] ^ si] ^ sm]; \
503 ctx->s[3][i] = mds[3][q1[q1[q0[(b) ^ sd] ^ sh] ^ sl] ^ sp];
529 #define CALC_K_2(a, b, c, d, j) \ argument
531 ^ mds[1][q0[b ^ key[(j) + 9]] ^ key[(j) + 1]] \
542 #define CALC_K192_2(a, b, c, d, j) \ argument
544 q1[b ^ key[(j) + 17]], \
555 #define CALC_K256_2(a, b, j) \ argument
556 CALC_K192_2 (q1[b ^ key[(j) + 24]], \
559 q0[b ^ key[(j) + 27]], j)