Searched refs:xor0 (Results 1 - 25 of 32) 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
75 c2l(iv,xor0);
86 tin[0]=sin0^xor0;
91 xor0=sin0^tout0;
99 c2l(iv,xor0); c2l(iv,xor1);
107 tout0=tin[0]^xor0;
116 xor0=tout0^sin0;
121 sin0=sin1=xor0=xor1=tout0=tout1=0;
H A Doncbc_enc.c75 register DES_LONG tout0,tout1,xor0,xor1; local
113 c2l(iv,xor0);
120 tout0=tin[0]^xor0;
124 xor0=tin0;
132 tout0=tin[0]^xor0;
136 xor0=tin0;
142 l2c(xor0,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
143 c2l(iv2,xor0);
171 tout0^=xor0;
182 xor0=t0;
191 l2c(xor0,iv2);
194 tin0=tin1=tout0=tout1=xor0=xor1=0;
H A Doxcbc_enc.c115 register DES_LONG tout0,tout1,xor0,xor1; local
160 c2l(iv,xor0);
167 tout0=tin[0]^xor0^inW0;
171 xor0=tin0;
179 tout0=tin[0]^xor0^inW0;
182 xor0=tin0;
187 l2c(xor0,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
75 c2l(iv,xor0);
86 tin[0]=sin0^xor0;
91 xor0=sin0^tout0;
99 c2l(iv,xor0); c2l(iv,xor1);
107 tout0=tin[0]^xor0;
116 xor0=tout0^sin0;
121 sin0=sin1=xor0=xor1=tout0=tout1=0;
H A Doncbc_enc.c75 register DES_LONG tout0,tout1,xor0,xor1; local
113 c2l(iv,xor0);
120 tout0=tin[0]^xor0;
124 xor0=tin0;
132 tout0=tin[0]^xor0;
136 xor0=tin0;
142 l2c(xor0,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
143 c2l(iv2,xor0);
171 tout0^=xor0;
182 xor0=t0;
191 l2c(xor0,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
26 c2l(iv, xor0);
34 tin[0] = sin0 ^ xor0;
39 xor0 = sin0 ^ tout0;
45 c2l(iv, xor0);
53 tout0 = tin[0] ^ xor0;
60 xor0 = tout0 ^ sin0;
65 sin0 = sin1 = xor0 = xor1 = tout0 = tout1 = 0;
H A Dncbc_enc.c28 register DES_LONG tout0, tout1, xor0, xor1; local
69 c2l(iv, xor0);
77 tout0 = tin[0] ^ xor0;
81 xor0 = tin0;
90 tout0 = tin[0] ^ xor0;
94 xor0 = tin0;
100 l2c(xor0, iv);
104 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
H A Dxcbc_enc.c20 register DES_LONG tout0, tout1, xor0, xor1; local
68 c2l(iv, xor0);
76 tout0 = tin[0] ^ xor0 ^ inW0;
80 xor0 = tin0;
89 tout0 = tin[0] ^ xor0 ^ inW0;
92 xor0 = tin0;
97 l2c(xor0, 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
32 c2l(iv, xor0);
40 tin[0] = sin0 ^ xor0;
45 xor0 = sin0 ^ tout0;
51 c2l(iv, xor0);
59 tout0 = tin[0] ^ xor0;
66 xor0 = tout0 ^ sin0;
71 sin0 = sin1 = xor0 = xor1 = tout0 = tout1 = 0;
H A Dncbc_enc.c28 register DES_LONG tout0, tout1, xor0, xor1; local
69 c2l(iv, xor0);
77 tout0 = tin[0] ^ xor0;
81 xor0 = tin0;
90 tout0 = tin[0] ^ xor0;
94 xor0 = tin0;
100 l2c(xor0, iv);
104 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
H A Dxcbc_enc.c26 register DES_LONG tout0, tout1, xor0, xor1; local
74 c2l(iv, xor0);
82 tout0 = tin[0] ^ xor0 ^ inW0;
86 xor0 = tin0;
95 tout0 = tin[0] ^ xor0 ^ inW0;
98 xor0 = tin0;
103 l2c(xor0, 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
114 n2l(ivec,xor0);
124 tout0=tin[0]^xor0;
128 xor0=tin0;
138 tout0=tin[0]^xor0;
141 xor0=tin0;
144 l2n(xor0,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
105 c2l(iv,xor0);
112 tout0=tin[0]^xor0;
116 xor0=tin0;
124 tout0=tin[0]^xor0;
127 xor0=tin0;
131 l2c(xor0,iv);
134 tin0=tin1=tout0=tout1=xor0=xor1=0;
143 register DES_LONG tout0,tout1,xor0,xor1; local
197 c2l(iv,xor0);
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/idea/
H A Di_cbc.c18 register IDEA_INT tout0, tout1, xor0, xor1; local
54 n2l(iv, xor0);
63 tout0 = tin[0] ^ xor0;
67 xor0 = tin0;
76 tout0 = tin[0] ^ xor0;
79 xor0 = tin0;
82 l2n(xor0, 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
61 n2l(iv, xor0);
70 tout0 = tin[0] ^ xor0;
74 xor0 = tin0;
83 tout0 = tin[0] ^ xor0;
86 xor0 = tin0;
89 l2n(xor0, 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
142 n2l(ivec, xor0);
151 tout0 = tin[0] ^ xor0;
155 xor0 = tin0;
164 tout0 = tin[0] ^ xor0;
167 xor0 = tin0;
170 l2n(xor0, 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
53 c2l(iv, xor0);
62 tout0 = tin[0] ^ xor0;
66 xor0 = tin0;
75 tout0 = tin[0] ^ xor0;
78 xor0 = tin0;
81 l2c(xor0, 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
118 n2l(iv, xor0);
127 tout0 = tin[0] ^ xor0;
131 xor0 = tin0;
140 tout0 = tin[0] ^ xor0;
143 xor0 = tin0;
146 l2n(xor0, 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
55 c2l(iv, xor0);
64 tout0 = tin[0] ^ xor0;
68 xor0 = tin0;
77 tout0 = tin[0] ^ xor0;
80 xor0 = tin0;
83 l2c(xor0, 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
148 n2l(ivec, xor0);
157 tout0 = tin[0] ^ xor0;
161 xor0 = tin0;
170 tout0 = tin[0] ^ xor0;
173 xor0 = tin0;
176 l2n(xor0, 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
59 c2l(iv, xor0);
68 tout0 = tin[0] ^ xor0;
72 xor0 = tin0;
81 tout0 = tin[0] ^ xor0;
84 xor0 = tin0;
87 l2c(xor0, 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
124 n2l(iv, xor0);
133 tout0 = tin[0] ^ xor0;
137 xor0 = tin0;
146 tout0 = tin[0] ^ xor0;
149 xor0 = tin0;
152 l2n(xor0, 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
61 c2l(iv, xor0);
70 tout0 = tin[0] ^ xor0;
74 xor0 = tin0;
83 tout0 = tin[0] ^ xor0;
86 xor0 = tin0;
89 l2c(xor0, iv);
92 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;

Completed in 283 milliseconds

12