Searched refs:tgr192_round (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dtgr192.c401 static void tgr192_round(u64 * ra, u64 * rb, u64 * rc, u64 x, int mul) function
426 tgr192_round(&a, &b, &c, x[0], mul);
427 tgr192_round(&b, &c, &a, x[1], mul);
428 tgr192_round(&c, &a, &b, x[2], mul);
429 tgr192_round(&a, &b, &c, x[3], mul);
430 tgr192_round(&b, &c, &a, x[4], mul);
431 tgr192_round(&c, &a, &b, x[5], mul);
432 tgr192_round(&a, &b, &c, x[6], mul);
433 tgr192_round(&b, &c, &a, x[7], mul);

Completed in 33 milliseconds