HomeSort by relevance Sort by last modified time
    Searched refs:xor0 (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
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;
ncbc_enc.c 75 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;
ede_cbcm_enc.c 82 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;
xcbc_enc.c 118 register DES_LONG tout0,tout1,xor0,xor1; local
163 c2l(iv,xor0);
170 tout0=tin[0]^xor0^inW0;
174 xor0=tin0;
182 tout0=tin[0]^xor0^inW0;
185 xor0=tin0;
190 l2c(xor0,iv);
193 tin0=tin1=tout0=tout1=xor0=xor1=0;
des_enc.c 303 register DES_LONG tout0,tout1,xor0,xor1; local
357 c2l(iv,xor0);
373 tout0^=xor0;
377 xor0=t0;
394 tout0^=xor0;
397 xor0=t0;
402 l2c(xor0,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
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;

Completed in 313 milliseconds