Searched refs:OUTUNPACK (Results 1 – 1 of 1) sorted by relevance
/crypto/ |
D | twofish_generic.c | 88 #define OUTUNPACK(n, x, m) \ macro 124 OUTUNPACK (0, c, 4); in twofish_encrypt() 125 OUTUNPACK (1, d, 5); in twofish_encrypt() 126 OUTUNPACK (2, a, 6); in twofish_encrypt() 127 OUTUNPACK (3, b, 7); in twofish_encrypt() 161 OUTUNPACK (0, a, 0); in twofish_decrypt() 162 OUTUNPACK (1, b, 1); in twofish_decrypt() 163 OUTUNPACK (2, c, 2); in twofish_decrypt() 164 OUTUNPACK (3, d, 3); in twofish_decrypt()
|