Searched refs:xor0 (Results 1 - 25 of 33) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Dpcbc_enc.c65 register DES_LONG sin0,sin1,xor0,xor1,tout0,tout1; local
76 c2l(iv,xor0);
87 tin[0]=sin0^xor0;
92 xor0=sin0^tout0;
100 c2l(iv,xor0); c2l(iv,xor1);
108 tout0=tin[0]^xor0;
117 xor0=tout0^sin0;
122 sin0=sin1=xor0=xor1=tout0=tout1=0;
H A Dncbc_enc.c75 register DES_LONG tout0,tout1,xor0,xor1; local
113 c2l(iv,xor0);
120 tout0=tin[0]^xor0;
124 xor0=tin0;
132 tout0=tin[0]^xor0;
136 xor0=tin0;
142 l2c(xor0,iv);
146 tin0=tin1=tout0=tout1=xor0=xor1=0;
H A Dede_cbcm_enc.c82 register DES_LONG tout0,tout1,xor0,xor1,m0,m1; local
145 c2l(iv2,xor0);
173 tout0^=xor0;
184 xor0=t0;
193 l2c(xor0,iv2);
196 tin0=tin1=tout0=tout1=xor0=xor1=0;
H A Dxcbc_enc.c116 register DES_LONG tout0,tout1,xor0,xor1; local
161 c2l(iv,xor0);
168 tout0=tin[0]^xor0^inW0;
172 xor0=tin0;
180 tout0=tin[0]^xor0^inW0;
183 xor0=tin0;
188 l2c(xor0,iv);
191 tin0=tin1=tout0=tout1=xor0=xor1=0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/des/
H A Dpcbc_enc.c65 register DES_LONG sin0, sin1, xor0, xor1, tout0, tout1; local
75 c2l(iv, xor0);
83 tin[0] = sin0 ^ xor0;
88 xor0 = sin0 ^ tout0;
94 c2l(iv, xor0);
102 tout0 = tin[0] ^ xor0;
109 xor0 = tout0 ^ sin0;
114 sin0 = sin1 = xor0 = xor1 = tout0 = tout1 = 0;
H A Dncbc_enc.c76 register DES_LONG tout0, tout1, xor0, xor1; local
117 c2l(iv, xor0);
125 tout0 = tin[0] ^ xor0;
129 xor0 = tin0;
138 tout0 = tin[0] ^ xor0;
142 xor0 = tin0;
148 l2c(xor0, iv);
152 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
H A Dede_cbcm_enc.c83 register DES_LONG tout0, tout1, xor0, xor1, m0, m1; local
139 c2l(iv2, xor0);
166 tout0 ^= xor0;
174 xor0 = t0;
183 l2c(xor0, iv2);
186 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/des/
H A Dpcbc_enc.c65 register DES_LONG sin0, sin1, xor0, xor1, tout0, tout1; local
75 c2l(iv, xor0);
83 tin[0] = sin0 ^ xor0;
88 xor0 = sin0 ^ tout0;
94 c2l(iv, xor0);
102 tout0 = tin[0] ^ xor0;
109 xor0 = tout0 ^ sin0;
114 sin0 = sin1 = xor0 = xor1 = tout0 = tout1 = 0;
H A Dncbc_enc.c76 register DES_LONG tout0, tout1, xor0, xor1; local
117 c2l(iv, xor0);
125 tout0 = tin[0] ^ xor0;
129 xor0 = tin0;
138 tout0 = tin[0] ^ xor0;
142 xor0 = tin0;
148 l2c(xor0, iv);
152 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
H A Dede_cbcm_enc.c83 register DES_LONG tout0, tout1, xor0, xor1, m0, m1; local
139 c2l(iv2, xor0);
166 tout0 ^= xor0;
174 xor0 = t0;
183 l2c(xor0, iv2);
186 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
/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
102 n2l(ivec, xor0);
111 tout0 = tin[0] ^ xor0;
115 xor0 = tin0;
124 tout0 = tin[0] ^ xor0;
127 xor0 = tin0;
130 l2n(xor0, ivec);
133 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
/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
107 n2l(ivec,xor0);
117 tout0=tin[0]^xor0;
121 xor0=tin0;
131 tout0=tin[0]^xor0;
134 xor0=tin0;
137 l2n(xor0,ivec);
140 tin0=tin1=tout0=tout1=xor0=xor1=0;
/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
102 n2l(ivec, xor0);
111 tout0 = tin[0] ^ xor0;
115 xor0 = tin0;
124 tout0 = tin[0] ^ xor0;
127 xor0 = tin0;
130 l2n(xor0, ivec);
133 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
/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
103 n2l(iv,xor0);
111 tout0=tin[0]^xor0;
115 xor0=tin0;
123 tout0=tin[0]^xor0;
126 xor0=tin0;
129 l2n(xor0,iv);
132 tin0=tin1=tout0=tout1=xor0=xor1=0;
/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
103 n2l(iv, xor0);
112 tout0 = tin[0] ^ xor0;
116 xor0 = tin0;
125 tout0 = tin[0] ^ xor0;
128 xor0 = tin0;
131 l2n(xor0, iv);
134 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
/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
103 n2l(iv, xor0);
112 tout0 = tin[0] ^ xor0;
116 xor0 = tin0;
125 tout0 = tin[0] ^ xor0;
128 xor0 = tin0;
131 l2n(xor0, iv);
134 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
/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
102 c2l(iv, xor0);
111 tout0 = tin[0] ^ xor0;
115 xor0 = tin0;
124 tout0 = tin[0] ^ xor0;
127 xor0 = tin0;
130 l2c(xor0, iv);
133 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
/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
104 c2l(iv, xor0);
113 tout0 = tin[0] ^ xor0;
117 xor0 = tin0;
126 tout0 = tin[0] ^ xor0;
129 xor0 = tin0;
132 l2c(xor0, iv);
135 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
/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
103 c2l(iv,xor0);
111 tout0=tin[0]^xor0;
115 xor0=tin0;
123 tout0=tin[0]^xor0;
126 xor0=tin0;
129 l2c(xor0,iv);
132 tin0=tin1=tout0=tout1=xor0=xor1=0;
/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
105 c2l(iv,xor0);
113 tout0=tin[0]^xor0;
117 xor0=tin0;
125 tout0=tin[0]^xor0;
128 xor0=tin0;
131 l2c(xor0,iv);
134 tin0=tin1=tout0=tout1=xor0=xor1=0;
/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
102 c2l(iv, xor0);
111 tout0 = tin[0] ^ xor0;
115 xor0 = tin0;
124 tout0 = tin[0] ^ xor0;
127 xor0 = tin0;
130 l2c(xor0, iv);
133 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
/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
104 c2l(iv, xor0);
113 tout0 = tin[0] ^ xor0;
117 xor0 = tin0;
126 tout0 = tin[0] ^ xor0;
129 xor0 = tin0;
132 l2c(xor0, iv);
135 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
/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
171 n2l(iv,xor0);
181 tout0=tin[0]^xor0;
185 xor0=tin0;
195 tout0=tin[0]^xor0;
198 xor0=tin0;
201 l2n(xor0,iv);
204 tin0=tin1=tout0=tout1=xor0=xor1=0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/cast/
H A Dc_enc.c131 register CAST_LONG tout0, tout1, xor0, xor1; local
167 n2l(iv, xor0);
176 tout0 = tin[0] ^ xor0;
180 xor0 = tin0;
189 tout0 = tin[0] ^ xor0;
192 xor0 = tin0;
195 l2n(xor0, iv);
198 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/cast/
H A Dc_enc.c131 register CAST_LONG tout0, tout1, xor0, xor1; local
167 n2l(iv, xor0);
176 tout0 = tin[0] ^ xor0;
180 xor0 = tin0;
189 tout0 = tin[0] ^ xor0;
192 xor0 = tin0;
195 l2n(xor0, iv);
198 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;

Completed in 313 milliseconds

12