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

/opensolaris-onvv-gate/usr/src/common/openssl/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.c116 register DES_LONG tout0,tout1,xor0,xor1; local
162 c2l(iv,xor1);
169 tout1=tin[1]^xor1^inW1;
173 xor1=tin1;
181 tout1=tin[1]^xor1^inW1;
184 xor1=tin1;
189 l2c(xor1,iv);
191 tin0=tin1=tout0=tout1=xor0=xor1=0;
H A Ddes_enc.c301 register DES_LONG tout0,tout1,xor0,xor1; local
356 c2l(iv,xor1);
372 tout1^=xor1;
376 xor1=t1;
393 tout1^=xor1;
396 xor1=t1;
401 l2c(xor1,iv);
403 tin0=tin1=tout0=tout1=xor0=xor1=0;
/opensolaris-onvv-gate/usr/src/common/openssl/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;
/opensolaris-onvv-gate/usr/src/common/openssl/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;
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/cast/
H A Dc_enc.c130 register CAST_LONG tout0,tout1,xor0,xor1; local
172 n2l(iv,xor1);
182 tout1=tin[1]^xor1;
186 xor1=tin1;
196 tout1=tin[1]^xor1;
199 xor1=tin1;
202 l2n(xor1,iv);
204 tin0=tin1=tout0=tout1=xor0=xor1=0;
/opensolaris-onvv-gate/usr/src/common/openssl/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;
/opensolaris-onvv-gate/usr/src/common/openssl/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;

Completed in 128 milliseconds