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

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dserpent.c481 /* Apply SBOX number WHICH to to the block found in ARRAY0 at index
484 #define SBOX(which, array0, array1, index) \ macro
485 SBOX##which (array0[index + 0], array0[index + 1], \
490 /* Apply inverse SBOX number WHICH to to the block found in ARRAY0 at
494 SBOX##which##_INVERSE (array0[index + 0], array0[index + 1], \
529 /* Apply a Serpent round to BLOCK, using the SBOX number WHICH and the
536 SBOX (which, block, block_tmp, 0); \
541 /* Apply the last Serpent round to BLOCK, using the SBOX number WHICH
549 SBOX (which, block, block_tmp, 0); \
554 /* Apply an inverse Serpent round to BLOCK, using the SBOX numbe
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Dserpent.c482 /* Apply SBOX number WHICH to to the block found in ARRAY0 at index
485 #define SBOX(which, array0, array1, index) \ macro
486 SBOX##which (array0[index + 0], array0[index + 1], \
491 /* Apply inverse SBOX number WHICH to to the block found in ARRAY0 at
495 SBOX##which##_INVERSE (array0[index + 0], array0[index + 1], \
530 /* Apply a Serpent round to BLOCK, using the SBOX number WHICH and the
537 SBOX (which, block, block_tmp, 0); \
542 /* Apply the last Serpent round to BLOCK, using the SBOX number WHICH
550 SBOX (which, block, block_tmp, 0); \
555 /* Apply an inverse Serpent round to BLOCK, using the SBOX numbe
[all...]

Completed in 17 milliseconds