Searched refs:tgr192_round (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/crypto/ |
H A D | tgr192.c | 401 static void tgr192_round(u64 * ra, u64 * rb, u64 * rc, u64 x, int mul) tgr192_round() function 426 tgr192_round(&a, &b, &c, x[0], mul); tgr192_pass() 427 tgr192_round(&b, &c, &a, x[1], mul); tgr192_pass() 428 tgr192_round(&c, &a, &b, x[2], mul); tgr192_pass() 429 tgr192_round(&a, &b, &c, x[3], mul); tgr192_pass() 430 tgr192_round(&b, &c, &a, x[4], mul); tgr192_pass() 431 tgr192_round(&c, &a, &b, x[5], mul); tgr192_pass() 432 tgr192_round(&a, &b, &c, x[6], mul); tgr192_pass() 433 tgr192_round(&b, &c, &a, x[7], mul); tgr192_pass()
|
Completed in 40 milliseconds