Searched refs:xor1 (Results 1 - 25 of 40) sorted by relevance

12

/netbsd-current/crypto/external/bsd/openssl/lib/libdes/
H A Dopcbc_enc.c64 register DES_LONG sin0,sin1,xor0,xor1,tout0,tout1; local
76 c2l(iv,xor1);
87 tin[1]=sin1^xor1;
92 xor1=sin1^tout1;
99 c2l(iv,xor0); c2l(iv,xor1);
108 tout1=tin[1]^xor1;
117 xor1=tout1^sin1;
121 sin0=sin1=xor0=xor1=tout0=tout1=0;
H A Doncbc_enc.c75 register DES_LONG tout0,tout1,xor0,xor1; local
114 c2l(iv,xor1);
121 tout1=tin[1]^xor1;
125 xor1=tin1;
133 tout1=tin[1]^xor1;
137 xor1=tin1;
143 l2c(xor1,iv);
146 tin0=tin1=tout0=tout1=xor0=xor1=0;
H A Doede_cbcm_enc.c80 register DES_LONG tout0,tout1,xor0,xor1,m0,m1; local
144 c2l(iv2,xor1);
172 tout1^=xor1;
183 xor1=t1;
192 l2c(xor1,iv2);
194 tin0=tin1=tout0=tout1=xor0=xor1=0;
H A Doxcbc_enc.c115 register DES_LONG tout0,tout1,xor0,xor1; local
161 c2l(iv,xor1);
168 tout1=tin[1]^xor1^inW1;
172 xor1=tin1;
180 tout1=tin[1]^xor1^inW1;
183 xor1=tin1;
188 l2c(xor1,iv);
190 tin0=tin1=tout0=tout1=xor0=xor1=0;
/netbsd-current/crypto/external/bsd/openssl.old/lib/libdes/
H A Dopcbc_enc.c64 register DES_LONG sin0,sin1,xor0,xor1,tout0,tout1; local
76 c2l(iv,xor1);
87 tin[1]=sin1^xor1;
92 xor1=sin1^tout1;
99 c2l(iv,xor0); c2l(iv,xor1);
108 tout1=tin[1]^xor1;
117 xor1=tout1^sin1;
121 sin0=sin1=xor0=xor1=tout0=tout1=0;
H A Doncbc_enc.c75 register DES_LONG tout0,tout1,xor0,xor1; local
114 c2l(iv,xor1);
121 tout1=tin[1]^xor1;
125 xor1=tin1;
133 tout1=tin[1]^xor1;
137 xor1=tin1;
143 l2c(xor1,iv);
146 tin0=tin1=tout0=tout1=xor0=xor1=0;
H A Doede_cbcm_enc.c80 register DES_LONG tout0,tout1,xor0,xor1,m0,m1; local
144 c2l(iv2,xor1);
172 tout1^=xor1;
183 xor1=t1;
192 l2c(xor1,iv2);
194 tin0=tin1=tout0=tout1=xor0=xor1=0;
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/des/
H A Dpcbc_enc.c16 register DES_LONG sin0, sin1, xor0, xor1, tout0, tout1; local
27 c2l(iv, xor1);
35 tin[1] = sin1 ^ xor1;
40 xor1 = sin1 ^ tout1;
46 c2l(iv, xor1);
54 tout1 = tin[1] ^ xor1;
61 xor1 = tout1 ^ sin1;
65 sin0 = sin1 = xor0 = xor1 = tout0 = tout1 = 0;
H A Dncbc_enc.c28 register DES_LONG tout0, tout1, xor0, xor1; local
70 c2l(iv, xor1);
78 tout1 = tin[1] ^ xor1;
82 xor1 = tin1;
91 tout1 = tin[1] ^ xor1;
95 xor1 = tin1;
101 l2c(xor1, iv);
104 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
H A Dxcbc_enc.c20 register DES_LONG tout0, tout1, xor0, xor1; local
69 c2l(iv, xor1);
77 tout1 = tin[1] ^ xor1 ^ inW1;
81 xor1 = tin1;
90 tout1 = tin[1] ^ xor1 ^ inW1;
93 xor1 = tin1;
98 l2c(xor1, iv);
100 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/des/
H A Dpcbc_enc.c22 register DES_LONG sin0, sin1, xor0, xor1, tout0, tout1; local
33 c2l(iv, xor1);
41 tin[1] = sin1 ^ xor1;
46 xor1 = sin1 ^ tout1;
52 c2l(iv, xor1);
60 tout1 = tin[1] ^ xor1;
67 xor1 = tout1 ^ sin1;
71 sin0 = sin1 = xor0 = xor1 = tout0 = tout1 = 0;
H A Dncbc_enc.c28 register DES_LONG tout0, tout1, xor0, xor1; local
70 c2l(iv, xor1);
78 tout1 = tin[1] ^ xor1;
82 xor1 = tin1;
91 tout1 = tin[1] ^ xor1;
95 xor1 = tin1;
101 l2c(xor1, iv);
104 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
H A Dxcbc_enc.c26 register DES_LONG tout0, tout1, xor0, xor1; local
75 c2l(iv, xor1);
83 tout1 = tin[1] ^ xor1 ^ inW1;
87 xor1 = tin1;
96 tout1 = tin[1] ^ xor1 ^ inW1;
99 xor1 = tin1;
104 l2c(xor1, iv);
106 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
/netbsd-current/sys/crypto/blowfish/
H A Dbf_cbc.c73 register BF_LONG tout0,tout1,xor0,xor1; local
115 n2l(ivec,xor1);
125 tout1=tin[1]^xor1;
129 xor1=tin1;
139 tout1=tin[1]^xor1;
142 xor1=tin1;
145 l2n(xor1,ivec);
147 tin0=tin1=tout0=tout1=xor0=xor1=0;
/netbsd-current/sys/crypto/des/
H A Ddes_cbc.c69 register DES_LONG tout0,tout1,xor0,xor1; local
106 c2l(iv,xor1);
113 tout1=tin[1]^xor1;
117 xor1=tin1;
125 tout1=tin[1]^xor1;
128 xor1=tin1;
132 l2c(xor1,iv);
134 tin0=tin1=tout0=tout1=xor0=xor1=0;
143 register DES_LONG tout0,tout1,xor0,xor1; local
198 c2l(iv,xor1);
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/idea/
H A Di_cbc.c18 register IDEA_INT tout0, tout1, xor0, xor1; local
55 n2l(iv, xor1);
64 tout1 = tin[1] ^ xor1;
68 xor1 = tin1;
77 tout1 = tin[1] ^ xor1;
80 xor1 = tin1;
83 l2n(xor1, iv);
85 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/idea/
H A Di_cbc.c25 register IDEA_INT tout0, tout1, xor0, xor1; local
62 n2l(iv, xor1);
71 tout1 = tin[1] ^ xor1;
75 xor1 = tin1;
84 tout1 = tin[1] ^ xor1;
87 xor1 = tin1;
90 l2n(xor1, iv);
92 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/bf/
H A Dbf_enc.c106 register BF_LONG tout0, tout1, xor0, xor1; local
143 n2l(ivec, xor1);
152 tout1 = tin[1] ^ xor1;
156 xor1 = tin1;
165 tout1 = tin[1] ^ xor1;
168 xor1 = tin1;
171 l2n(xor1, ivec);
173 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/rc2/
H A Drc2_cbc.c17 register uint32_t tout0, tout1, xor0, xor1; local
54 c2l(iv, xor1);
63 tout1 = tin[1] ^ xor1;
67 xor1 = tin1;
76 tout1 = tin[1] ^ xor1;
79 xor1 = tin1;
82 l2c(xor1, iv);
84 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/cast/
H A Dc_enc.c82 register CAST_LONG tout0, tout1, xor0, xor1; local
119 n2l(iv, xor1);
128 tout1 = tin[1] ^ xor1;
132 xor1 = tin1;
141 tout1 = tin[1] ^ xor1;
144 xor1 = tin1;
147 l2n(xor1, iv);
149 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/rc5/
H A Drc5_enc.c19 register RC5_32_INT tout0, tout1, xor0, xor1; local
56 c2l(iv, xor1);
65 tout1 = tin[1] ^ xor1;
69 xor1 = tin1;
78 tout1 = tin[1] ^ xor1;
81 xor1 = tin1;
84 l2c(xor1, iv);
86 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/bf/
H A Dbf_enc.c112 register BF_LONG tout0, tout1, xor0, xor1; local
149 n2l(ivec, xor1);
158 tout1 = tin[1] ^ xor1;
162 xor1 = tin1;
171 tout1 = tin[1] ^ xor1;
174 xor1 = tin1;
177 l2n(xor1, ivec);
179 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/rc2/
H A Drc2_cbc.c23 register uint32_t tout0, tout1, xor0, xor1; local
60 c2l(iv, xor1);
69 tout1 = tin[1] ^ xor1;
73 xor1 = tin1;
82 tout1 = tin[1] ^ xor1;
85 xor1 = tin1;
88 l2c(xor1, iv);
90 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/cast/
H A Dc_enc.c88 register CAST_LONG tout0, tout1, xor0, xor1; local
125 n2l(iv, xor1);
134 tout1 = tin[1] ^ xor1;
138 xor1 = tin1;
147 tout1 = tin[1] ^ xor1;
150 xor1 = tin1;
153 l2n(xor1, iv);
155 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/rc5/
H A Drc5_enc.c25 register RC5_32_INT tout0, tout1, xor0, xor1; local
62 c2l(iv, xor1);
71 tout1 = tin[1] ^ xor1;
75 xor1 = tin1;
84 tout1 = tin[1] ^ xor1;
87 xor1 = tin1;
90 l2c(xor1, iv);
92 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;

Completed in 300 milliseconds

12