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

/freebsd-9.3-release/crypto/openssl/crypto/des/
H A Dxcbc_enc.c134 register DES_LONG inW0, inW1, outW0, outW1; local
142 c2l(in2, inW1);
157 tin1 ^= tout1 ^ inW1;
169 tin1 ^= tout1 ^ inW1;
190 tout1 = tin[1] ^ xor1 ^ inW1;
203 tout1 = tin[1] ^ xor1 ^ inW1;
214 inW0 = inW1 = outW0 = outW1 = 0;

Completed in 73 milliseconds