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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Dtiger.c623 tiger_round( u64 *ra, u64 *rb, u64 *rc, u64 x, int mul ) function
649 tiger_round( &a, &b, &c, x[0], mul );
650 tiger_round( &b, &c, &a, x[1], mul );
651 tiger_round( &c, &a, &b, x[2], mul );
652 tiger_round( &a, &b, &c, x[3], mul );
653 tiger_round( &b, &c, &a, x[4], mul );
654 tiger_round( &c, &a, &b, x[5], mul );
655 tiger_round( &a, &b, &c, x[6], mul );
656 tiger_round( &b, &c, &a, x[7], mul );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dtiger.c623 tiger_round( u64 *ra, u64 *rb, u64 *rc, u64 x, int mul ) function
649 tiger_round( &a, &b, &c, x[0], mul );
650 tiger_round( &b, &c, &a, x[1], mul );
651 tiger_round( &c, &a, &b, x[2], mul );
652 tiger_round( &a, &b, &c, x[3], mul );
653 tiger_round( &b, &c, &a, x[4], mul );
654 tiger_round( &c, &a, &b, x[5], mul );
655 tiger_round( &a, &b, &c, x[6], mul );
656 tiger_round( &b, &c, &a, x[7], mul );

Completed in 144 milliseconds