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

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dtwofish.c767 * and simultaneously perform the whitening step. INPACK packs word
772 #define INPACK(n, x, m) \
794 INPACK (0, a, 0);
795 INPACK (1, b, 1);
796 INPACK (2, c, 2);
797 INPACK (3, d, 3);
838 INPACK (0, c, 4);
839 INPACK (1, d, 5);
840 INPACK (2, a, 6);
841 INPACK (
766 #define INPACK macro
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Dtwofish.c766 * and simultaneously perform the whitening step. INPACK packs word
771 #define INPACK(n, x, m) \
793 INPACK (0, a, 0);
794 INPACK (1, b, 1);
795 INPACK (2, c, 2);
796 INPACK (3, d, 3);
837 INPACK (0, c, 4);
838 INPACK (1, d, 5);
839 INPACK (2, a, 6);
840 INPACK (
765 #define INPACK macro
[all...]

Completed in 63 milliseconds