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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/camellia/asm/
H A Dcmll-x86_64.pl68 $SBOX3_3033=2052; # Camellia_SBOX[3]
82 mov $SBOX3_3033($Tbl,$i0,8),$t3 # t3=SBOX3_3033[0]
93 xor $SBOX3_3033($Tbl,$i1,8),$t2 # t2^=SBOX3_3033[1]
H A Dcmll-x86.pl72 $SBOX3_3033=2052; # Camellia_SBOX[3]
87 &mov ($t3,&DWP($SBOX3_3033,$Tbl,$idx,8)); # t3=SBOX3_3033[0]
108 &xor ($t2,&DWP($SBOX3_3033,$Tbl,$idx,8)); # t2^=SBOX3_3033[1]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/camellia/asm/
H A Dcmll-x86_64.pl68 $SBOX3_3033=2052; # Camellia_SBOX[3]
82 mov $SBOX3_3033($Tbl,$i0,8),$t3 # t3=SBOX3_3033[0]
93 xor $SBOX3_3033($Tbl,$i1,8),$t2 # t2^=SBOX3_3033[1]
H A Dcmll-x86.pl72 $SBOX3_3033=2052; # Camellia_SBOX[3]
87 &mov ($t3,&DWP($SBOX3_3033,$Tbl,$idx,8)); # t3=SBOX3_3033[0]
108 &xor ($t2,&DWP($SBOX3_3033,$Tbl,$idx,8)); # t2^=SBOX3_3033[1]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/camellia/asm/
H A Dcmll-x86_64.pl68 $SBOX3_3033=2052; # Camellia_SBOX[3]
82 mov $SBOX3_3033($Tbl,$i0,8),$t3 # t3=SBOX3_3033[0]
93 xor $SBOX3_3033($Tbl,$i1,8),$t2 # t2^=SBOX3_3033[1]
H A Dcmll-x86.pl72 $SBOX3_3033=2052; # Camellia_SBOX[3]
87 &mov ($t3,&DWP($SBOX3_3033,$Tbl,$idx,8)); # t3=SBOX3_3033[0]
108 &xor ($t2,&DWP($SBOX3_3033,$Tbl,$idx,8)); # t2^=SBOX3_3033[1]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/camellia/asm/
H A Dcmll-x86_64.pl68 $SBOX3_3033=2052; # Camellia_SBOX[3]
82 mov $SBOX3_3033($Tbl,$i0,8),$t3 # t3=SBOX3_3033[0]
93 xor $SBOX3_3033($Tbl,$i1,8),$t2 # t2^=SBOX3_3033[1]
H A Dcmll-x86.pl72 $SBOX3_3033=2052; # Camellia_SBOX[3]
87 &mov ($t3,&DWP($SBOX3_3033,$Tbl,$idx,8)); # t3=SBOX3_3033[0]
108 &xor ($t2,&DWP($SBOX3_3033,$Tbl,$idx,8)); # t2^=SBOX3_3033[1]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/camellia/asm/
H A Dcmll-x86_64.pl68 $SBOX3_3033=2052; # Camellia_SBOX[3]
82 mov $SBOX3_3033($Tbl,$i0,8),$t3 # t3=SBOX3_3033[0]
93 xor $SBOX3_3033($Tbl,$i1,8),$t2 # t2^=SBOX3_3033[1]
H A Dcmll-x86.pl72 $SBOX3_3033=2052; # Camellia_SBOX[3]
87 &mov ($t3,&DWP($SBOX3_3033,$Tbl,$idx,8)); # t3=SBOX3_3033[0]
108 &xor ($t2,&DWP($SBOX3_3033,$Tbl,$idx,8)); # t2^=SBOX3_3033[1]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/camellia/asm/
H A Dcmll-x86_64.pl68 $SBOX3_3033=2052; # Camellia_SBOX[3]
82 mov $SBOX3_3033($Tbl,$i0,8),$t3 # t3=SBOX3_3033[0]
93 xor $SBOX3_3033($Tbl,$i1,8),$t2 # t2^=SBOX3_3033[1]
H A Dcmll-x86.pl72 $SBOX3_3033=2052; # Camellia_SBOX[3]
87 &mov ($t3,&DWP($SBOX3_3033,$Tbl,$idx,8)); # t3=SBOX3_3033[0]
108 &xor ($t2,&DWP($SBOX3_3033,$Tbl,$idx,8)); # t2^=SBOX3_3033[1]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/camellia/
H A Dcamellia.c139 #define SBOX3_3033 Camellia_SBOX[3] macro
335 _t3 ^= SBOX3_3033[(_t0 >> 8)&0xff];\
342 _t2 ^= SBOX3_3033[(_t1 >> 16)&0xff];\
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/camellia/
H A Dcamellia.c140 #define SBOX3_3033 Camellia_SBOX[3] macro
336 _t3 ^= SBOX3_3033[(_t0 >> 8)&0xff];\
343 _t2 ^= SBOX3_3033[(_t1 >> 16)&0xff];\
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/camellia/
H A Dcamellia.c139 #define SBOX3_3033 Camellia_SBOX[3] macro
335 _t3 ^= SBOX3_3033[(_t0 >> 8)&0xff];\
342 _t2 ^= SBOX3_3033[(_t1 >> 16)&0xff];\
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/camellia/
H A Dcamellia.c140 #define SBOX3_3033 Camellia_SBOX[3] macro
336 _t3 ^= SBOX3_3033[(_t0 >> 8)&0xff];\
343 _t2 ^= SBOX3_3033[(_t1 >> 16)&0xff];\
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/camellia/
H A Dcamellia.c139 #define SBOX3_3033 Camellia_SBOX[3] macro
335 _t3 ^= SBOX3_3033[(_t0 >> 8)&0xff];\
342 _t2 ^= SBOX3_3033[(_t1 >> 16)&0xff];\
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/camellia/
H A Dcamellia.c140 #define SBOX3_3033 Camellia_SBOX[3] macro
336 _t3 ^= SBOX3_3033[(_t0 >> 8)&0xff];\
343 _t2 ^= SBOX3_3033[(_t1 >> 16)&0xff];\

Completed in 200 milliseconds