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

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dserpent.c35 /* Magic number, used during generating of the subkeys. */
45 /* The key schedule consists of 33 128 bit subkeys. */
51 serpent_subkeys_t keys; /* Generated subkeys. */
530 subkeys contained in SUBKEYS. Use BLOCK_TMP as temporary storage.
532 #define ROUND(which, subkeys, block, block_tmp) \
534 BLOCK_XOR (block, subkeys[round]); \
542 and the subkeys contained in SUBKEYS. Use BLOCK_TMP as temporary
545 #define ROUND_LAST(which, subkeys, block, block_tmp) \
547 BLOCK_XOR (block, subkeys[round]); \
550 BLOCK_XOR (block_tmp, subkeys[roun
607 serpent_subkeys_generate(serpent_key_t key, serpent_subkeys_t subkeys) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Dserpent.c36 /* Magic number, used during generating of the subkeys. */
46 /* The key schedule consists of 33 128 bit subkeys. */
52 serpent_subkeys_t keys; /* Generated subkeys. */
531 subkeys contained in SUBKEYS. Use BLOCK_TMP as temporary storage.
533 #define ROUND(which, subkeys, block, block_tmp) \
535 BLOCK_XOR (block, subkeys[round]); \
543 and the subkeys contained in SUBKEYS. Use BLOCK_TMP as temporary
546 #define ROUND_LAST(which, subkeys, block, block_tmp) \
548 BLOCK_XOR (block, subkeys[round]); \
551 BLOCK_XOR (block_tmp, subkeys[roun
608 serpent_subkeys_generate(serpent_key_t key, serpent_subkeys_t subkeys) argument
[all...]

Completed in 34 milliseconds