Searched refs:CALC_K (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/ |
H A D | twofish.c | 528 * CALC_K computes a pair of subkeys for 128-bit Twofish, by calling CALC_K_2 536 * key byte to use. CALC_K256 is identical to CALC_K but for using the 545 #define CALC_K(a, j, k, l, m, n) \ 576 /* Temporaries for CALC_K. */ 686 CALC_K (w, 0, 0xA9, 0x75, 0x67, 0xF3); 687 CALC_K (w, 2, 0xB3, 0xC6, 0xE8, 0xF4); 688 CALC_K (w, 4, 0x04, 0xDB, 0xFD, 0x7B); 689 CALC_K (w, 6, 0xA3, 0xFB, 0x76, 0xC8); 690 CALC_K (k, 0, 0x9A, 0x4A, 0x92, 0xD3); 691 CALC_K ( 541 #define CALC_K macro [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/ |
H A D | twofish.c | 527 * CALC_K computes a pair of subkeys for 128-bit Twofish, by calling CALC_K_2 535 * key byte to use. CALC_K256 is identical to CALC_K but for using the 544 #define CALC_K(a, j, k, l, m, n) \ 575 /* Temporaries for CALC_K. */ 685 CALC_K (w, 0, 0xA9, 0x75, 0x67, 0xF3); 686 CALC_K (w, 2, 0xB3, 0xC6, 0xE8, 0xF4); 687 CALC_K (w, 4, 0x04, 0xDB, 0xFD, 0x7B); 688 CALC_K (w, 6, 0xA3, 0xFB, 0x76, 0xC8); 689 CALC_K (k, 0, 0x9A, 0x4A, 0x92, 0xD3); 690 CALC_K ( 540 #define CALC_K macro [all...] |
Completed in 34 milliseconds