Searched refs:INPACK (Results 1 – 1 of 1) sorted by relevance
/crypto/ |
D | twofish_generic.c | 85 #define INPACK(n, x, m) \ macro 108 INPACK (0, a, 0); in twofish_encrypt() 109 INPACK (1, b, 1); in twofish_encrypt() 110 INPACK (2, c, 2); in twofish_encrypt() 111 INPACK (3, d, 3); in twofish_encrypt() 145 INPACK (0, c, 4); in twofish_decrypt() 146 INPACK (1, d, 5); in twofish_decrypt() 147 INPACK (2, a, 6); in twofish_decrypt() 148 INPACK (3, b, 7); in twofish_decrypt()
|