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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dtgr192.c402 static void tgr192_round(u64 * ra, u64 * rb, u64 * rc, u64 x, int mul) function
427 tgr192_round(&a, &b, &c, x[0], mul);
428 tgr192_round(&b, &c, &a, x[1], mul);
429 tgr192_round(&c, &a, &b, x[2], mul);
430 tgr192_round(&a, &b, &c, x[3], mul);
431 tgr192_round(&b, &c, &a, x[4], mul);
432 tgr192_round(&c, &a, &b, x[5], mul);
433 tgr192_round(&a, &b, &c, x[6], mul);
434 tgr192_round(&b, &c, &a, x[7], mul);

Completed in 22 milliseconds