Searched refs:CALC_K (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dtwofish.c528 * 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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dtwofish_common.c525 * CALC_K computes a pair of subkeys for 128-bit Twofish, by calling CALC_K_2
535 * CALC_K192 is identical to CALC_K but for using the CALC_K192_2 macro
540 * key byte to use. CALC_K256 is identical to CALC_K but for using the
549 #define CALC_K(a, j, k, l, m, n) \ macro
591 /* Temporaries for CALC_K. */
716 CALC_K (w, 0, 0xA9, 0x75, 0x67, 0xF3);
717 CALC_K (w, 2, 0xB3, 0xC6, 0xE8, 0xF4);
718 CALC_K (w, 4, 0x04, 0xDB, 0xFD, 0x7B);
719 CALC_K (w, 6, 0xA3, 0xFB, 0x76, 0xC8);
720 CALC_K (
[all...]

Completed in 91 milliseconds