Searched refs:tout1 (Results 1 - 25 of 36) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Dcbc_cksm.c65 register DES_LONG tout0,tout1,tin0,tin1; local
72 c2l(iv,tout1);
84 tin1^=tout1; tin[1]=tin1;
88 tout1=tin[1];
93 l2c(tout1,out);
97 Transform the data in tout1 so that it will
101 tout1 = ((tout1 >> 24L) & 0x000000FF)
102 | ((tout1 >> 8L) & 0x0000FF00)
103 | ((tout1 <<
[all...]
H A Dncbc_enc.c75 register DES_LONG tout0,tout1,xor0,xor1; local
85 c2l(iv,tout1);
91 tin1^=tout1; tin[1]=tin1;
94 tout1=tin[1]; l2c(tout1,out);
100 tin1^=tout1; tin[1]=tin1;
103 tout1=tin[1]; l2c(tout1,out);
108 l2c(tout1,iv);
121 tout1
[all...]
H A Dpcbc_enc.c65 register DES_LONG sin0,sin1,xor0,xor1,tout0,tout1; local
91 tout1=tin[1];
93 xor1=sin1^tout1;
95 l2c(tout1,out);
109 tout1=tin[1]^xor1;
113 l2c(tout1,out);
116 l2cn(tout0,tout1,out,length);
118 xor1=tout1^sin1;
122 sin0=sin1=xor0=xor1=tout0=tout1=0;
H A Dede_cbcm_enc.c82 register DES_LONG tout0,tout1,xor0,xor1,m0,m1; local
95 c2l(iv2,tout1);
114 tin1^=tout1;
126 tout1=tin[1];
129 l2c(tout1,out);
137 l2c(tout1,iv2);
171 tout1=tin[1];
174 tout1^=xor1;
177 l2cn(tout0,tout1,out,l+8);
182 l2c(tout1,ou
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/des/
H A Dcbc_cksm.c65 register DES_LONG tout0, tout1, tin0, tin1; local
72 c2l(iv, tout1);
82 tin1 ^= tout1;
87 tout1 = tin[1];
91 l2c(tout1, out);
95 * Transform the data in tout1 so that it will match the return value
98 tout1 = ((tout1 >> 24L) & 0x000000FF)
99 | ((tout1 >> 8L) & 0x0000FF00)
100 | ((tout1 <<
[all...]
H A Dncbc_enc.c76 register DES_LONG tout0, tout1, xor0, xor1; local
85 c2l(iv, tout1);
91 tin1 ^= tout1;
96 tout1 = tin[1];
97 l2c(tout1, out);
103 tin1 ^= tout1;
108 tout1 = tin[1];
109 l2c(tout1, out);
114 l2c(tout1, iv);
126 tout1
[all...]
H A Dpcbc_enc.c65 register DES_LONG sin0, sin1, xor0, xor1, tout0, tout1; local
87 tout1 = tin[1];
89 xor1 = sin1 ^ tout1;
91 l2c(tout1, out);
103 tout1 = tin[1] ^ xor1;
106 l2c(tout1, out);
108 l2cn(tout0, tout1, out, length);
110 xor1 = tout1 ^ sin1;
114 sin0 = sin1 = xor0 = xor1 = tout0 = tout1 = 0;
H A Dede_cbcm_enc.c83 register DES_LONG tout0, tout1, xor0, xor1, m0, m1; local
95 c2l(iv2, tout1);
110 tin1 ^= tout1;
122 tout1 = tin[1];
125 l2c(tout1, out);
133 l2c(tout1, iv2);
164 tout1 = tin[1];
167 tout1 ^= xor1;
169 l2cn(tout0, tout1, out, l + 8);
172 l2c(tout1, ou
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/des/
H A Dcbc_cksm.c65 register DES_LONG tout0, tout1, tin0, tin1; local
72 c2l(iv, tout1);
82 tin1 ^= tout1;
87 tout1 = tin[1];
91 l2c(tout1, out);
95 * Transform the data in tout1 so that it will match the return value
98 tout1 = ((tout1 >> 24L) & 0x000000FF)
99 | ((tout1 >> 8L) & 0x0000FF00)
100 | ((tout1 <<
[all...]
H A Dncbc_enc.c76 register DES_LONG tout0, tout1, xor0, xor1; local
85 c2l(iv, tout1);
91 tin1 ^= tout1;
96 tout1 = tin[1];
97 l2c(tout1, out);
103 tin1 ^= tout1;
108 tout1 = tin[1];
109 l2c(tout1, out);
114 l2c(tout1, iv);
126 tout1
[all...]
H A Dpcbc_enc.c65 register DES_LONG sin0, sin1, xor0, xor1, tout0, tout1; local
87 tout1 = tin[1];
89 xor1 = sin1 ^ tout1;
91 l2c(tout1, out);
103 tout1 = tin[1] ^ xor1;
106 l2c(tout1, out);
108 l2cn(tout0, tout1, out, length);
110 xor1 = tout1 ^ sin1;
114 sin0 = sin1 = xor0 = xor1 = tout0 = tout1 = 0;
H A Dede_cbcm_enc.c83 register DES_LONG tout0, tout1, xor0, xor1, m0, m1; local
95 c2l(iv2, tout1);
110 tin1 ^= tout1;
122 tout1 = tin[1];
125 l2c(tout1, out);
133 l2c(tout1, iv2);
164 tout1 = tin[1];
167 tout1 ^= xor1;
169 l2cn(tout0, tout1, out, l + 8);
172 l2c(tout1, ou
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bf/
H A Dbf_cbc.c66 register BF_LONG tout0, tout1, xor0, xor1; local
72 n2l(ivec, tout1);
78 tin1 ^= tout1;
83 tout1 = tin[1];
85 l2n(tout1, out);
90 tin1 ^= tout1;
95 tout1 = tin[1];
97 l2n(tout1, out);
100 l2n(tout1, ivec);
112 tout1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bf/
H A Dbf_cbc.c66 register BF_LONG tout0,tout1,xor0,xor1; local
73 n2l(ivec,tout1);
80 tin1^=tout1;
85 tout1=tin[1];
87 l2n(tout1,out);
93 tin1^=tout1;
98 tout1=tin[1];
100 l2n(tout1,out);
103 l2n(tout1,ivec);
118 tout1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bf/
H A Dbf_cbc.c66 register BF_LONG tout0, tout1, xor0, xor1; local
72 n2l(ivec, tout1);
78 tin1 ^= tout1;
83 tout1 = tin[1];
85 l2n(tout1, out);
90 tin1 ^= tout1;
95 tout1 = tin[1];
97 l2n(tout1, out);
100 l2n(tout1, ivec);
112 tout1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/idea/
H A Di_cbc.c66 register unsigned long tout0,tout1,xor0,xor1; local
73 n2l(iv,tout1);
80 tin1^=tout1;
85 tout1=tin[1]; l2n(tout1,out);
91 tin1^=tout1;
96 tout1=tin[1]; l2n(tout1,out);
99 l2n(tout1,iv);
112 tout1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/idea/
H A Di_cbc.c67 register unsigned long tout0, tout1, xor0, xor1; local
73 n2l(iv, tout1);
79 tin1 ^= tout1;
85 tout1 = tin[1];
86 l2n(tout1, out);
91 tin1 ^= tout1;
97 tout1 = tin[1];
98 l2n(tout1, out);
101 l2n(tout1, iv);
113 tout1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/idea/
H A Di_cbc.c67 register unsigned long tout0, tout1, xor0, xor1; local
73 n2l(iv, tout1);
79 tin1 ^= tout1;
85 tout1 = tin[1];
86 l2n(tout1, out);
91 tin1 ^= tout1;
97 tout1 = tin[1];
98 l2n(tout1, out);
101 l2n(tout1, iv);
113 tout1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rc2/
H A Drc2_cbc.c66 register unsigned long tout0, tout1, xor0, xor1; local
72 c2l(iv, tout1);
78 tin1 ^= tout1;
84 tout1 = tin[1];
85 l2c(tout1, out);
90 tin1 ^= tout1;
96 tout1 = tin[1];
97 l2c(tout1, out);
100 l2c(tout1, iv);
112 tout1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rc5/
H A Drc5_enc.c68 register unsigned long tout0, tout1, xor0, xor1; local
74 c2l(iv, tout1);
80 tin1 ^= tout1;
86 tout1 = tin[1];
87 l2c(tout1, out);
92 tin1 ^= tout1;
98 tout1 = tin[1];
99 l2c(tout1, out);
102 l2c(tout1, iv);
114 tout1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc2/
H A Drc2_cbc.c66 register unsigned long tout0,tout1,xor0,xor1; local
73 c2l(iv,tout1);
80 tin1^=tout1;
85 tout1=tin[1]; l2c(tout1,out);
91 tin1^=tout1;
96 tout1=tin[1]; l2c(tout1,out);
99 l2c(tout1,iv);
112 tout1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc5/
H A Drc5_enc.c68 register unsigned long tout0,tout1,xor0,xor1; local
75 c2l(iv,tout1);
82 tin1^=tout1;
87 tout1=tin[1]; l2c(tout1,out);
93 tin1^=tout1;
98 tout1=tin[1]; l2c(tout1,out);
101 l2c(tout1,iv);
114 tout1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rc2/
H A Drc2_cbc.c66 register unsigned long tout0, tout1, xor0, xor1; local
72 c2l(iv, tout1);
78 tin1 ^= tout1;
84 tout1 = tin[1];
85 l2c(tout1, out);
90 tin1 ^= tout1;
96 tout1 = tin[1];
97 l2c(tout1, out);
100 l2c(tout1, iv);
112 tout1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rc5/
H A Drc5_enc.c68 register unsigned long tout0, tout1, xor0, xor1; local
74 c2l(iv, tout1);
80 tin1 ^= tout1;
86 tout1 = tin[1];
87 l2c(tout1, out);
92 tin1 ^= tout1;
98 tout1 = tin[1];
99 l2c(tout1, out);
102 l2c(tout1, iv);
114 tout1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/cast/
H A Dc_enc.c130 register CAST_LONG tout0,tout1,xor0,xor1; local
137 n2l(iv,tout1);
144 tin1^=tout1;
149 tout1=tin[1];
151 l2n(tout1,out);
157 tin1^=tout1;
162 tout1=tin[1];
164 l2n(tout1,out);
167 l2n(tout1,iv);
182 tout1
[all...]

Completed in 199 milliseconds

12