Lines Matching refs:r
467 int N, R, i, r; in anubis_setkey() local
490 for (r = 0; r <= R; r++) { in anubis_setkey()
522 ctx->E[r][0] = K0; in anubis_setkey()
523 ctx->E[r][1] = K1; in anubis_setkey()
524 ctx->E[r][2] = K2; in anubis_setkey()
525 ctx->E[r][3] = K3; in anubis_setkey()
530 if (r == R) in anubis_setkey()
545 kappa[0] = inter[0] ^ rc[r]; in anubis_setkey()
558 for (r = 1; r < R; r++) { in anubis_setkey()
560 u32 v = ctx->E[R - r][i]; in anubis_setkey()
561 ctx->D[r][i] = in anubis_setkey()
577 int i, r; in anubis_crypt() local
592 for (r = 1; r < R; r++) { in anubis_crypt()
598 roundKey[r][0]; in anubis_crypt()
604 roundKey[r][1]; in anubis_crypt()
610 roundKey[r][2]; in anubis_crypt()
616 roundKey[r][3]; in anubis_crypt()