Searched refs:inW0 (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
141 c2l(in2, inW0);
155 tin0 ^= tout0 ^ inW0;
167 tin0 ^= tout0 ^ inW0;
189 tout0 = tin[0] ^ xor0 ^ inW0;
202 tout0 = tin[0] ^ xor0 ^ inW0;
214 inW0 = inW1 = outW0 = outW1 = 0;

Completed in 41 milliseconds