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

/linux-4.1.27/crypto/
H A Dtwofish_generic.c96 * OUTUNPACK unpacks word number n from the variable named by x, using
102 #define OUTUNPACK(n, x, m) \ macro
138 OUTUNPACK (0, c, 4); twofish_encrypt()
139 OUTUNPACK (1, d, 5); twofish_encrypt()
140 OUTUNPACK (2, a, 6); twofish_encrypt()
141 OUTUNPACK (3, b, 7); twofish_encrypt()
175 OUTUNPACK (0, a, 0); twofish_decrypt()
176 OUTUNPACK (1, b, 1); twofish_decrypt()
177 OUTUNPACK (2, c, 2); twofish_decrypt()
178 OUTUNPACK (3, d, 3); twofish_decrypt()

Completed in 76 milliseconds