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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dtwofish_generic.c67 #define ENCROUND(n, a, b, c, d) \ macro
86 ENCROUND (2 * (n), a, b, c, d); \
87 ENCROUND (2 * (n) + 1, c, d, a, b)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dtwofish.cpp85 #define ENCROUND(n, a, b, c, d) \ macro
93 ENCROUND (2 * (n), a, b, c, d); \
94 ENCROUND (2 * (n) + 1, c, d, a, b)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Dtwofish.c740 #define ENCROUND(n, a, b, c, d) \
759 ENCROUND (2 * (n), a, b, c, d); \
760 ENCROUND (2 * (n) + 1, c, d, a, b)
734 #define ENCROUND macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dtwofish.c740 #define ENCROUND(n, a, b, c, d) \
759 ENCROUND (2 * (n), a, b, c, d); \
760 ENCROUND (2 * (n) + 1, c, d, a, b)
734 #define ENCROUND macro

Completed in 179 milliseconds