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

/macosx-10.10/OpenSSL098-52/src/crypto/des/
H A Dpcbc_enc.c65 register DES_LONG sin0,sin1,xor0,xor1,tout0,tout1; local
77 c2l(iv,xor1);
88 tin[1]=sin1^xor1;
93 xor1=sin1^tout1;
100 c2l(iv,xor0); c2l(iv,xor1);
109 tout1=tin[1]^xor1;
118 xor1=tout1^sin1;
122 sin0=sin1=xor0=xor1=tout0=tout1=0;
H A Dncbc_enc.c75 register DES_LONG tout0,tout1,xor0,xor1; local
114 c2l(iv,xor1);
121 tout1=tin[1]^xor1;
125 xor1=tin1;
133 tout1=tin[1]^xor1;
137 xor1=tin1;
143 l2c(xor1,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
146 c2l(iv2,xor1);
174 tout1^=xor1;
185 xor1=t1;
194 l2c(xor1,iv2);
196 tin0=tin1=tout0=tout1=xor0=xor1=0;
H A Dxcbc_enc.c118 register DES_LONG tout0,tout1,xor0,xor1; local
164 c2l(iv,xor1);
171 tout1=tin[1]^xor1^inW1;
175 xor1=tin1;
183 tout1=tin[1]^xor1^inW1;
186 xor1=tin1;
191 l2c(xor1,iv);
193 tin0=tin1=tout0=tout1=xor0=xor1=0;
H A Ddes_enc.c303 register DES_LONG tout0,tout1,xor0,xor1; local
358 c2l(iv,xor1);
374 tout1^=xor1;
378 xor1=t1;
395 tout1^=xor1;
398 xor1=t1;
403 l2c(xor1,iv);
405 tin0=tin1=tout0=tout1=xor0=xor1=0;
/macosx-10.10/OpenSSL098-52/src/crypto/bf/
H A Dbf_cbc.c66 register BF_LONG tout0,tout1,xor0,xor1; local
108 n2l(ivec,xor1);
118 tout1=tin[1]^xor1;
122 xor1=tin1;
132 tout1=tin[1]^xor1;
135 xor1=tin1;
138 l2n(xor1,ivec);
140 tin0=tin1=tout0=tout1=xor0=xor1=0;
H A Dbf_enc.c228 register BF_LONG tout0,tout1,xor0,xor1; local
270 n2l(ivec,xor1);
280 tout1=tin[1]^xor1;
284 xor1=tin1;
294 tout1=tin[1]^xor1;
297 xor1=tin1;
300 l2n(xor1,ivec);
302 tin0=tin1=tout0=tout1=xor0=xor1=0;
/macosx-10.10/OpenSSL098-52/src/crypto/idea/
H A Di_cbc.c66 register unsigned long tout0,tout1,xor0,xor1; local
104 n2l(iv,xor1);
112 tout1=tin[1]^xor1;
116 xor1=tin1;
124 tout1=tin[1]^xor1;
127 xor1=tin1;
130 l2n(xor1,iv);
132 tin0=tin1=tout0=tout1=xor0=xor1=0;
/macosx-10.10/OpenSSL098-52/src/crypto/cast/
H A Dc_enc.c132 register CAST_LONG tout0,tout1,xor0,xor1; local
174 n2l(iv,xor1);
184 tout1=tin[1]^xor1;
188 xor1=tin1;
198 tout1=tin[1]^xor1;
201 xor1=tin1;
204 l2n(xor1,iv);
206 tin0=tin1=tout0=tout1=xor0=xor1=0;
/macosx-10.10/OpenSSL098-52/src/crypto/rc2/
H A Drc2_cbc.c66 register unsigned long tout0,tout1,xor0,xor1; local
104 c2l(iv,xor1);
112 tout1=tin[1]^xor1;
116 xor1=tin1;
124 tout1=tin[1]^xor1;
127 xor1=tin1;
130 l2c(xor1,iv);
132 tin0=tin1=tout0=tout1=xor0=xor1=0;
/macosx-10.10/OpenSSL098-52/src/crypto/rc5/
H A Drc5_enc.c68 register unsigned long tout0,tout1,xor0,xor1; local
106 c2l(iv,xor1);
114 tout1=tin[1]^xor1;
118 xor1=tin1;
126 tout1=tin[1]^xor1;
129 xor1=tin1;
132 l2c(xor1,iv);
134 tin0=tin1=tout0=tout1=xor0=xor1=0;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/misc/
H A Drc2_cbc.c86 register unsigned long tout0,tout1,xor0,xor1; local
124 c2l(iv,xor1);
132 tout1=tin[1]^xor1;
136 xor1=tin1;
144 tout1=tin[1]^xor1;
147 xor1=tin1;
150 l2c(xor1,iv);
152 tin0=tin1=tout0=tout1=xor0=xor1=0;
H A Drc5_enc.c86 register unsigned long tout0,tout1,xor0,xor1; local
124 c2l(iv,xor1);
132 tout1=tin[1]^xor1;
136 xor1=tin1;
144 tout1=tin[1]^xor1;
147 xor1=tin1;
150 l2c(xor1,iv);
152 tin0=tin1=tout0=tout1=xor0=xor1=0;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/bf/
H A Dbf_enc.c228 register BF_LONG tout0,tout1,xor0,xor1; local
270 n2l(ivec,xor1);
280 tout1=tin[1]^xor1;
284 xor1=tin1;
294 tout1=tin[1]^xor1;
297 xor1=tin1;
300 l2n(xor1,ivec);
302 tin0=tin1=tout0=tout1=xor0=xor1=0;

Completed in 219 milliseconds