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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/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...]
/netgear-R7000-V1.0.7.12_1.2.5/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/camellia/asm/
H A Dcmll-x86_64.pl580 @SBOX=(
598 sub S1110 { my $i=shift; $i=@SBOX[$i]; $i=$i<<24|$i<<16|$i<<8; sprintf("0x%08x",$i); }
599 sub S4404 { my $i=shift; $i=($i<<1|$i>>7)&0xff; $i=@SBOX[$i]; $i=$i<<24|$i<<16|$i; sprintf("0x%08x",$i); }
600 sub S0222 { my $i=shift; $i=@SBOX[$i]; $i=($i<<1|$i>>7)&0xff; $i=$i<<16|$i<<8|$i; sprintf("0x%08x",$i); }
601 sub S3033 { my $i=shift; $i=@SBOX[$i]; $i=($i>>1|$i<<7)&0xff; $i=$i<<24|$i<<8|$i; sprintf("0x%08x",$i); }
H A Dcmll-x86.pl766 @SBOX=(
784 sub S1110 { my $i=shift; $i=@SBOX[$i]; return $i<<24|$i<<16|$i<<8; }
785 sub S4404 { my $i=shift; $i=($i<<1|$i>>7)&0xff; $i=@SBOX[$i]; return $i<<24|$i<<16|$i; }
786 sub S0222 { my $i=shift; $i=@SBOX[$i]; $i=($i<<1|$i>>7)&0xff; return $i<<16|$i<<8|$i; }
787 sub S3033 { my $i=shift; $i=@SBOX[$i]; $i=($i>>1|$i<<7)&0xff; return $i<<24|$i<<8|$i; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/camellia/asm/
H A Dcmll-x86_64.pl580 @SBOX=(
598 sub S1110 { my $i=shift; $i=@SBOX[$i]; $i=$i<<24|$i<<16|$i<<8; sprintf("0x%08x",$i); }
599 sub S4404 { my $i=shift; $i=($i<<1|$i>>7)&0xff; $i=@SBOX[$i]; $i=$i<<24|$i<<16|$i; sprintf("0x%08x",$i); }
600 sub S0222 { my $i=shift; $i=@SBOX[$i]; $i=($i<<1|$i>>7)&0xff; $i=$i<<16|$i<<8|$i; sprintf("0x%08x",$i); }
601 sub S3033 { my $i=shift; $i=@SBOX[$i]; $i=($i>>1|$i<<7)&0xff; $i=$i<<24|$i<<8|$i; sprintf("0x%08x",$i); }
H A Dcmll-x86.pl766 @SBOX=(
784 sub S1110 { my $i=shift; $i=@SBOX[$i]; return $i<<24|$i<<16|$i<<8; }
785 sub S4404 { my $i=shift; $i=($i<<1|$i>>7)&0xff; $i=@SBOX[$i]; return $i<<24|$i<<16|$i; }
786 sub S0222 { my $i=shift; $i=@SBOX[$i]; $i=($i<<1|$i>>7)&0xff; return $i<<16|$i<<8|$i; }
787 sub S3033 { my $i=shift; $i=@SBOX[$i]; $i=($i>>1|$i<<7)&0xff; return $i<<24|$i<<8|$i; }

Completed in 109 milliseconds