HomeSort by relevance Sort by last modified time
    Searched refs:inW1 (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;
127 c2l(in2,inW1);
143 tin1^=tout1^inW1; tin[1]=tin1;
152 tin1^=tout1^inW1; tin[1]=tin1;
171 tout1=tin[1]^xor1^inW1;
183 tout1=tin[1]^xor1^inW1;
194 inW0=inW1=outW0=outW1=0;
  /external/openssl/crypto/des/
xcbc_enc.c 119 register DES_LONG inW0,inW1,outW0,outW1;
127 c2l(in2,inW1);
143 tin1^=tout1^inW1; tin[1]=tin1;
152 tin1^=tout1^inW1; tin[1]=tin1;
171 tout1=tin[1]^xor1^inW1;
183 tout1=tin[1]^xor1^inW1;
194 inW0=inW1=outW0=outW1=0;

Completed in 43 milliseconds