Searched refs:CALC_K256 (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/crypto/ |
D | twofish.c | 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() [all …]
|