Searched refs:INPACK (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | twofish_generic.c | 80 * and simultaneously perform the whitening step. INPACK packs word 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 ( in twofish_decrypt() [all...] |
/kernel/linux/linux-6.6/crypto/ |
H A D | twofish_generic.c | 80 * and simultaneously perform the whitening step. INPACK packs word 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 ( in twofish_decrypt() [all...] |
Completed in 2 milliseconds