tgr192_round      426 crypto/tgr192.c 	tgr192_round(&a, &b, &c, x[0], mul);
tgr192_round      427 crypto/tgr192.c 	tgr192_round(&b, &c, &a, x[1], mul);
tgr192_round      428 crypto/tgr192.c 	tgr192_round(&c, &a, &b, x[2], mul);
tgr192_round      429 crypto/tgr192.c 	tgr192_round(&a, &b, &c, x[3], mul);
tgr192_round      430 crypto/tgr192.c 	tgr192_round(&b, &c, &a, x[4], mul);
tgr192_round      431 crypto/tgr192.c 	tgr192_round(&c, &a, &b, x[5], mul);
tgr192_round      432 crypto/tgr192.c 	tgr192_round(&a, &b, &c, x[6], mul);
tgr192_round      433 crypto/tgr192.c 	tgr192_round(&b, &c, &a, x[7], mul);