Lines Matching refs:b
482 #define CALC_S(a, b, c, d, i, w, x, y, z) \ argument
486 (b) ^= exp_to_poly[tmp + (x)]; \
497 #define CALC_SB_2(i, a, b) \ argument
499 ctx->s[1][i] = mds[1][q0[(b) ^ sb] ^ sf]; \
501 ctx->s[3][i] = mds[3][q1[(b) ^ sd] ^ sh]
505 #define CALC_SB192_2(i, a, b) \ argument
506 ctx->s[0][i] = mds[0][q0[q0[(b) ^ sa] ^ se] ^ si]; \
507 ctx->s[1][i] = mds[1][q0[q1[(b) ^ sb] ^ sf] ^ sj]; \
513 #define CALC_SB256_2(i, a, b) \ argument
514 ctx->s[0][i] = mds[0][q0[q0[q1[(b) ^ sa] ^ se] ^ si] ^ sm]; \
517 ctx->s[3][i] = mds[3][q1[q1[q0[(b) ^ sd] ^ sh] ^ sl] ^ sp];
543 #define CALC_K_2(a, b, c, d, j) \ argument
545 ^ mds[1][q0[b ^ key[(j) + 9]] ^ key[(j) + 1]] \
556 #define CALC_K192_2(a, b, c, d, j) \ argument
558 q1[b ^ key[(j) + 17]], \
569 #define CALC_K256_2(a, b, j) \ argument
570 CALC_K192_2 (q1[b ^ key[(j) + 24]], \
573 q0[b ^ key[(j) + 27]], j)