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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/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...]

Completed in 111 milliseconds