Searched refs:INPACK (Results 1 – 1 of 1) sorted by relevance
/crypto/ |
D | twofish_generic.c | 85 #define INPACK(n, x, m) \ macro 106 INPACK (0, a, 0); in twofish_encrypt() 107 INPACK (1, b, 1); in twofish_encrypt() 108 INPACK (2, c, 2); in twofish_encrypt() 109 INPACK (3, d, 3); in twofish_encrypt() 141 INPACK (0, c, 4); in twofish_decrypt() 142 INPACK (1, d, 5); in twofish_decrypt() 143 INPACK (2, a, 6); in twofish_decrypt() 144 INPACK (3, b, 7); in twofish_decrypt()
|