Searched refs:CALC_S (Results 1 – 1 of 1) sorted by relevance
/linux/crypto/ |
H A D | twofish_common.c | 309 * in action, look at the CALC_S macro. As additional wrinkles, note that 468 #define CALC_S(a, b, c, d, i, w, x, y, z) \ macro 478 * the S vector from CALC_S. CALC_SB_2 computes a single entry in all 582 /* Temporary for CALC_S. */ in __twofish_setkey() 593 CALC_S (sa, sb, sc, sd, 0, 0x00, 0x2D, 0x01, 0x2D); /* 01 A4 02 A4 */ in __twofish_setkey() 594 CALC_S (sa, sb, sc, sd, 1, 0x2D, 0xA4, 0x44, 0x8A); /* A4 56 A1 55 */ in __twofish_setkey() 595 CALC_S (sa, sb, sc, sd, 2, 0x8A, 0xD5, 0xBF, 0xD1); /* 55 82 FC 87 */ in __twofish_setkey() 596 CALC_S (sa, sb, sc, sd, 3, 0xD1, 0x7F, 0x3D, 0x99); /* 87 F3 C1 5A */ in __twofish_setkey() 597 CALC_S (sa, sb, sc, sd, 4, 0x99, 0x46, 0x66, 0x96); /* 5A 1E 47 58 */ in __twofish_setkey() 598 CALC_S (s in __twofish_setkey() [all...] |