Home
last modified time | relevance | path

Searched refs:INPACK (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/crypto/
Dtwofish.c623 #define INPACK(n, x, m) \ macro
815 INPACK (0, a, 0); in twofish_encrypt()
816 INPACK (1, b, 1); in twofish_encrypt()
817 INPACK (2, c, 2); in twofish_encrypt()
818 INPACK (3, d, 3); in twofish_encrypt()
850 INPACK (0, c, 4); in twofish_decrypt()
851 INPACK (1, d, 5); in twofish_decrypt()
852 INPACK (2, a, 6); in twofish_decrypt()
853 INPACK (3, b, 7); in twofish_decrypt()