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

  /external/chromium_org/third_party/openssl/openssl/crypto/des/
xcbc_enc.c 119 register DES_LONG inW0,inW1,outW0,outW1;
126 c2l(in2,inW0);
142 tin0^=tout0^inW0; tin[0]=tin0;
151 tin0^=tout0^inW0; tin[0]=tin0;
170 tout0=tin[0]^xor0^inW0;
182 tout0=tin[0]^xor0^inW0;
194 inW0=inW1=outW0=outW1=0;
  /external/openssl/crypto/des/
xcbc_enc.c 119 register DES_LONG inW0,inW1,outW0,outW1;
126 c2l(in2,inW0);
142 tin0^=tout0^inW0; tin[0]=tin0;
151 tin0^=tout0^inW0; tin[0]=tin0;
170 tout0=tin[0]^xor0^inW0;
182 tout0=tin[0]^xor0^inW0;
194 inW0=inW1=outW0=outW1=0;

Completed in 86 milliseconds