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

/linux-master/crypto/
H A Dtwofish_generic.c53 #define ENCROUND(n, a, b, c, d) \ macro
72 ENCROUND (2 * (n), a, b, c, d); \
73 ENCROUND (2 * (n) + 1, c, d, a, b)

Completed in 116 milliseconds