/dports/security/gnupg1/gnupg-1.4.23/cipher/ |
H A D | twofish.c | 540 #define CALC_K256(a, j, k, l, m, n) \ macro 644 CALC_K256 (w, 0, 0xA9, 0x75, 0x67, 0xF3); in do_twofish_setkey() 645 CALC_K256 (w, 2, 0xB3, 0xC6, 0xE8, 0xF4); in do_twofish_setkey() 646 CALC_K256 (w, 4, 0x04, 0xDB, 0xFD, 0x7B); in do_twofish_setkey() 647 CALC_K256 (w, 6, 0xA3, 0xFB, 0x76, 0xC8); in do_twofish_setkey() 648 CALC_K256 (k, 0, 0x9A, 0x4A, 0x92, 0xD3); in do_twofish_setkey() 649 CALC_K256 (k, 2, 0x80, 0xE6, 0x78, 0x6B); in do_twofish_setkey() 650 CALC_K256 (k, 4, 0xE4, 0x45, 0xDD, 0x7D); in do_twofish_setkey() 651 CALC_K256 (k, 6, 0xD1, 0xE8, 0x38, 0x4B); in do_twofish_setkey() 652 CALC_K256 (k, 8, 0x0D, 0xD6, 0xC6, 0x32); in do_twofish_setkey() [all …]
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/crypto/ |
H A D | twofish_common.c | 561 #define CALC_K256(a, j, k, l, m, n) \ macro 649 CALC_K256 (w, i, q0[i], q1[i], q0[i+1], q1[i+1]); in __twofish_setkey() 652 CALC_K256 (k, i, q0[i+8], q1[i+8], q0[i+9], q1[i+9]); in __twofish_setkey()
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/crypto/ |
H A D | twofish_common.c | 561 #define CALC_K256(a, j, k, l, m, n) \ macro 649 CALC_K256 (w, i, q0[i], q1[i], q0[i+1], q1[i+1]); in __twofish_setkey() 652 CALC_K256 (k, i, q0[i+8], q1[i+8], q0[i+9], q1[i+9]); in __twofish_setkey()
|
/dports/multimedia/libv4l/linux-5.13-rc2/crypto/ |
H A D | twofish_common.c | 561 #define CALC_K256(a, j, k, l, m, n) \ macro 649 CALC_K256 (w, i, q0[i], q1[i], q0[i+1], q1[i+1]); in __twofish_setkey() 652 CALC_K256 (k, i, q0[i+8], q1[i+8], q0[i+9], q1[i+9]); in __twofish_setkey()
|
/dports/security/libgcrypt/libgcrypt-1.9.4/cipher/ |
H A D | twofish.c | 628 #define CALC_K256(a, j, k, l, m, n) \ macro 725 CALC_K256 ( w, i, q0[i], q1[i], q0[i + 1], q1[i + 1] ); in do_twofish_setkey() 729 CALC_K256 ( k, j, q0[i], q1[i], q0[i + 1], q1[i + 1] ); in do_twofish_setkey()
|
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/cipher/ |
H A D | twofish.c | 628 #define CALC_K256(a, j, k, l, m, n) \ macro 725 CALC_K256 ( w, i, q0[i], q1[i], q0[i + 1], q1[i + 1] ); in do_twofish_setkey() 729 CALC_K256 ( k, j, q0[i], q1[i], q0[i + 1], q1[i + 1] ); in do_twofish_setkey()
|
/dports/security/libgcrypt/libgcrypt-1.9.4/ |
H A D | ChangeLog | 7644 CALC_K256 and CALC_K phases to reduce generated object size.
|
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/ |
H A D | ChangeLog | 7275 CALC_K256 and CALC_K phases to reduce generated object size.
|