Home
last modified time | relevance | path

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

/linux-6.3-rc2/crypto/
A Dtwofish_generic.c88 #define OUTUNPACK(n, x, m) \ macro
122 OUTUNPACK (0, c, 4); in twofish_encrypt()
123 OUTUNPACK (1, d, 5); in twofish_encrypt()
124 OUTUNPACK (2, a, 6); in twofish_encrypt()
125 OUTUNPACK (3, b, 7); in twofish_encrypt()
157 OUTUNPACK (0, a, 0); in twofish_decrypt()
158 OUTUNPACK (1, b, 1); in twofish_decrypt()
159 OUTUNPACK (2, c, 2); in twofish_decrypt()
160 OUTUNPACK (3, d, 3); in twofish_decrypt()

Completed in 5 milliseconds