Lines Matching refs:CALC_K256
566 #define CALC_K256(a, j, k, l, m, n) \ macro
722 CALC_K256 (w, 0, 0xA9, 0x75, 0x67, 0xF3); in twofish_setkey()
723 CALC_K256 (w, 2, 0xB3, 0xC6, 0xE8, 0xF4); in twofish_setkey()
724 CALC_K256 (w, 4, 0x04, 0xDB, 0xFD, 0x7B); in twofish_setkey()
725 CALC_K256 (w, 6, 0xA3, 0xFB, 0x76, 0xC8); in twofish_setkey()
726 CALC_K256 (k, 0, 0x9A, 0x4A, 0x92, 0xD3); in twofish_setkey()
727 CALC_K256 (k, 2, 0x80, 0xE6, 0x78, 0x6B); in twofish_setkey()
728 CALC_K256 (k, 4, 0xE4, 0x45, 0xDD, 0x7D); in twofish_setkey()
729 CALC_K256 (k, 6, 0xD1, 0xE8, 0x38, 0x4B); in twofish_setkey()
730 CALC_K256 (k, 8, 0x0D, 0xD6, 0xC6, 0x32); in twofish_setkey()
731 CALC_K256 (k, 10, 0x35, 0xD8, 0x98, 0xFD); in twofish_setkey()
732 CALC_K256 (k, 12, 0x18, 0x37, 0xF7, 0x71); in twofish_setkey()
733 CALC_K256 (k, 14, 0xEC, 0xF1, 0x6C, 0xE1); in twofish_setkey()
734 CALC_K256 (k, 16, 0x43, 0x30, 0x75, 0x0F); in twofish_setkey()
735 CALC_K256 (k, 18, 0x37, 0xF8, 0x26, 0x1B); in twofish_setkey()
736 CALC_K256 (k, 20, 0xFA, 0x87, 0x13, 0xFA); in twofish_setkey()
737 CALC_K256 (k, 22, 0x94, 0x06, 0x48, 0x3F); in twofish_setkey()
738 CALC_K256 (k, 24, 0xF2, 0x5E, 0xD0, 0xBA); in twofish_setkey()
739 CALC_K256 (k, 26, 0x8B, 0xAE, 0x30, 0x5B); in twofish_setkey()
740 CALC_K256 (k, 28, 0x84, 0x8A, 0x54, 0x00); in twofish_setkey()
741 CALC_K256 (k, 30, 0xDF, 0xBC, 0x23, 0x9D); in twofish_setkey()