Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/crypto/
H A Dtwofish_generic.c82 * OUTUNPACK unpacks word number n from the variable named by x, using
88 #define OUTUNPACK(n, x, m) \ macro
124 OUTUNPACK (0, c, 4); in twofish_encrypt()
125 OUTUNPACK (1, d, 5); in twofish_encrypt()
126 OUTUNPACK (2, a, 6); in twofish_encrypt()
127 OUTUNPACK (3, b, 7); in twofish_encrypt()
161 OUTUNPACK (0, a, 0); in twofish_decrypt()
162 OUTUNPACK (1, b, 1); in twofish_decrypt()
163 OUTUNPACK (2, c, 2); in twofish_decrypt()
164 OUTUNPACK ( in twofish_decrypt()
[all...]
/kernel/linux/linux-6.6/crypto/
H A Dtwofish_generic.c82 * OUTUNPACK unpacks word number n from the variable named by x, using
88 #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 ( in twofish_decrypt()
[all...]

Completed in 1 milliseconds