HomeSort by relevance Sort by last modified time
    Searched refs:xor1 (Results 1 - 6 of 6) sorted by null

  /external/openssl/crypto/des/
pcbc_enc.c 65 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;
ncbc_enc.c 75 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;
ede_cbcm_enc.c 82 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;
xcbc_enc.c 118 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;
des_enc.c 303 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;
  /external/openssl/crypto/rc2/
rc2_cbc.c 66 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;

Completed in 559 milliseconds