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

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/des/
H A Dxcbc_enc.c21 register DES_LONG inW0, inW1, outW0, outW1; local
31 c2l(in2, outW0);
47 tout0 = tin[0] ^ outW0;
59 tout0 = tin[0] ^ outW0;
72 tin[0] = tin0 ^ outW0;
85 tin[0] = tin0 ^ outW0;
101 inW0 = inW1 = outW0 = outW1 = 0;
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/des/
H A Dxcbc_enc.c27 register DES_LONG inW0, inW1, outW0, outW1; local
37 c2l(in2, outW0);
53 tout0 = tin[0] ^ outW0;
65 tout0 = tin[0] ^ outW0;
78 tin[0] = tin0 ^ outW0;
91 tin[0] = tin0 ^ outW0;
107 inW0 = inW1 = outW0 = outW1 = 0;
/netbsd-current/crypto/external/bsd/openssl/lib/libdes/
H A Doxcbc_enc.c116 register DES_LONG inW0,inW1,outW0,outW1; local
126 c2l(in2,outW0);
142 tout0=tin[0]^outW0; l2c(tout0,out);
151 tout0=tin[0]^outW0; l2c(tout0,out);
164 c2l(in,tin0); tin[0]=tin0^outW0;
176 c2l(in,tin0); tin[0]=tin0^outW0;
191 inW0=inW1=outW0=outW1=0;
/netbsd-current/crypto/external/bsd/openssl.old/lib/libdes/
H A Doxcbc_enc.c116 register DES_LONG inW0,inW1,outW0,outW1; local
126 c2l(in2,outW0);
142 tout0=tin[0]^outW0; l2c(tout0,out);
151 tout0=tin[0]^outW0; l2c(tout0,out);
164 c2l(in,tin0); tin[0]=tin0^outW0;
176 c2l(in,tin0); tin[0]=tin0^outW0;
191 inW0=inW1=outW0=outW1=0;

Completed in 136 milliseconds