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

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dtwofish.c536 * key byte to use. CALC_K256 is identical to CALC_K but for using the
558 #define CALC_K256(a, j, k, l, m, n) \
655 CALC_K256 (w, 0, 0xA9, 0x75, 0x67, 0xF3);
656 CALC_K256 (w, 2, 0xB3, 0xC6, 0xE8, 0xF4);
657 CALC_K256 (w, 4, 0x04, 0xDB, 0xFD, 0x7B);
658 CALC_K256 (w, 6, 0xA3, 0xFB, 0x76, 0xC8);
659 CALC_K256 (k, 0, 0x9A, 0x4A, 0x92, 0xD3);
660 CALC_K256 (k, 2, 0x80, 0xE6, 0x78, 0x6B);
661 CALC_K256 (k, 4, 0xE4, 0x45, 0xDD, 0x7D);
662 CALC_K256 (
554 #define CALC_K256 macro
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Dtwofish.c535 * key byte to use. CALC_K256 is identical to CALC_K but for using the
557 #define CALC_K256(a, j, k, l, m, n) \
654 CALC_K256 (w, 0, 0xA9, 0x75, 0x67, 0xF3);
655 CALC_K256 (w, 2, 0xB3, 0xC6, 0xE8, 0xF4);
656 CALC_K256 (w, 4, 0x04, 0xDB, 0xFD, 0x7B);
657 CALC_K256 (w, 6, 0xA3, 0xFB, 0x76, 0xC8);
658 CALC_K256 (k, 0, 0x9A, 0x4A, 0x92, 0xD3);
659 CALC_K256 (k, 2, 0x80, 0xE6, 0x78, 0x6B);
660 CALC_K256 (k, 4, 0xE4, 0x45, 0xDD, 0x7D);
661 CALC_K256 (
553 #define CALC_K256 macro
[all...]

Completed in 26 milliseconds