Searched refs:OUTUNPACK (Results 1 – 1 of 1) sorted by relevance
/crypto/ |
D | twofish_generic.c | 102 #define OUTUNPACK(n, x, m) \ macro 138 OUTUNPACK (0, c, 4); in twofish_encrypt() 139 OUTUNPACK (1, d, 5); in twofish_encrypt() 140 OUTUNPACK (2, a, 6); in twofish_encrypt() 141 OUTUNPACK (3, b, 7); in twofish_encrypt() 175 OUTUNPACK (0, a, 0); in twofish_decrypt() 176 OUTUNPACK (1, b, 1); in twofish_decrypt() 177 OUTUNPACK (2, c, 2); in twofish_decrypt() 178 OUTUNPACK (3, d, 3); in twofish_decrypt()
|