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