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