Lines Matching refs:q1
85 static const u8 q1[256] = { variable
500 ctx->s[2][i] = mds[2][q1[(a) ^ sc] ^ sg]; \
501 ctx->s[3][i] = mds[3][q1[(b) ^ sd] ^ sh]
507 ctx->s[1][i] = mds[1][q0[q1[(b) ^ sb] ^ sf] ^ sj]; \
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];
514 ctx->s[0][i] = mds[0][q0[q0[q1[(b) ^ sa] ^ se] ^ si] ^ sm]; \
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]; \
517 ctx->s[3][i] = mds[3][q1[q1[q0[(b) ^ sd] ^ sh] ^ sl] ^ sp];
546 ^ mds[2][q1[c ^ key[(j) + 10]] ^ key[(j) + 2]] \
547 ^ mds[3][q1[d ^ key[(j) + 11]] ^ key[(j) + 3]]
558 q1[b ^ key[(j) + 17]], \
560 q1[d ^ key[(j) + 19]], j)
570 CALC_K192_2 (q1[b ^ key[(j) + 24]], \
571 q1[a ^ key[(j) + 25]], \
669 CALC_K256 (w, i, q0[i], q1[i], q0[i+1], q1[i+1]); in twofish_setkey()
672 CALC_K256 (k, i, q0[i+8], q1[i+8], q0[i+9], q1[i+9]); in twofish_setkey()
682 CALC_K192 (w, i, q0[i], q1[i], q0[i+1], q1[i+1]); in twofish_setkey()
685 CALC_K192 (k, i, q0[i+8], q1[i+8], q0[i+9], q1[i+9]); in twofish_setkey()
695 CALC_K (w, i, q0[i], q1[i], q0[i+1], q1[i+1]); in twofish_setkey()
698 CALC_K (k, i, q0[i+8], q1[i+8], q0[i+9], q1[i+9]); in twofish_setkey()