Searched refs:INPACK (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/crypto/ |
| D | twofish_generic.c | 99 #define INPACK(n, x, m) \ macro 122 INPACK (0, a, 0); in twofish_encrypt() 123 INPACK (1, b, 1); in twofish_encrypt() 124 INPACK (2, c, 2); in twofish_encrypt() 125 INPACK (3, d, 3); in twofish_encrypt() 159 INPACK (0, c, 4); in twofish_decrypt() 160 INPACK (1, d, 5); in twofish_decrypt() 161 INPACK (2, a, 6); in twofish_decrypt() 162 INPACK (3, b, 7); in twofish_decrypt()
|