Searched refs:tin0 (Results 1 - 25 of 36) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bf/
H A Dbf_cbc.c65 register BF_LONG tin0, tin1; local
75 n2l(in, tin0);
77 tin0 ^= tout0;
79 tin[0] = tin0;
88 n2ln(in, tin0, tin1, l + 8);
89 tin0 ^= tout0;
91 tin[0] = tin0;
106 n2l(in, tin0);
108 tin[0] = tin0;
115 xor0 = tin0;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bf/
H A Dbf_cbc.c65 register BF_LONG tin0,tin1; local
77 n2l(in,tin0);
79 tin0^=tout0;
81 tin[0]=tin0;
91 n2ln(in,tin0,tin1,l+8);
92 tin0^=tout0;
94 tin[0]=tin0;
112 n2l(in,tin0);
114 tin[0]=tin0;
121 xor0=tin0;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Dncbc_enc.c74 register DES_LONG tin0,tin1; local
88 c2l(in,tin0);
90 tin0^=tout0; tin[0]=tin0;
98 c2ln(in,tin0,tin1,l+8);
99 tin0^=tout0; tin[0]=tin0;
117 c2l(in,tin0); tin[0]=tin0;
124 xor0=tin0;
[all...]
H A Dcbc_cksm.c65 register DES_LONG tout0,tout1,tin0,tin1; local
77 c2l(in,tin0);
81 c2ln(in,tin0,tin1,l);
83 tin0^=tout0; tin[0]=tin0;
95 tout0=tin0=tin1=tin[0]=tin[1]=0;
H A Dede_cbcm_enc.c81 register DES_LONG tin0,tin1; local
106 c2ln(in,tin0,tin1,l+8);
110 c2l(in,tin0);
113 tin0^=tout0;
116 tin[0]=tin0;
155 c2l(in,tin0);
158 t0=tin0;
161 tin[0]=tin0;
196 tin0=tin1=tout0=tout1=xor0=xor1=0;
H A Dxcbc_enc.c115 register DES_LONG tin0,tin1; local
138 c2l(in,tin0);
140 tin0^=tout0^inW0; tin[0]=tin0;
148 c2ln(in,tin0,tin1,l+8);
149 tin0^=tout0^inW0; tin[0]=tin0;
165 c2l(in,tin0); tin[0]=tin0^outW0;
172 xor0=tin0;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/des/
H A Dncbc_enc.c75 register DES_LONG tin0, tin1; local
87 c2l(in, tin0);
89 tin0 ^= tout0;
90 tin[0] = tin0;
100 c2ln(in, tin0, tin1, l + 8);
101 tin0 ^= tout0;
102 tin[0] = tin0;
120 c2l(in, tin0);
121 tin[0] = tin0;
129 xor0 = tin0;
[all...]
H A Dcbc_cksm.c65 register DES_LONG tout0, tout1, tin0, tin1; local
75 c2l(in, tin0);
78 c2ln(in, tin0, tin1, l);
80 tin0 ^= tout0;
81 tin[0] = tin0;
93 tout0 = tin0 = tin1 = tin[0] = tin[1] = 0;
H A Dede_cbcm_enc.c82 register DES_LONG tin0, tin1; local
104 c2ln(in, tin0, tin1, l + 8);
106 c2l(in, tin0);
109 tin0 ^= tout0;
112 tin[0] = tin0;
148 c2l(in, tin0);
151 t0 = tin0;
154 tin[0] = tin0;
186 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bf/
H A Dbf_cbc.c65 register BF_LONG tin0, tin1; local
75 n2l(in, tin0);
77 tin0 ^= tout0;
79 tin[0] = tin0;
88 n2ln(in, tin0, tin1, l + 8);
89 tin0 ^= tout0;
91 tin[0] = tin0;
106 n2l(in, tin0);
108 tin[0] = tin0;
115 xor0 = tin0;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/des/
H A Dncbc_enc.c75 register DES_LONG tin0, tin1; local
87 c2l(in, tin0);
89 tin0 ^= tout0;
90 tin[0] = tin0;
100 c2ln(in, tin0, tin1, l + 8);
101 tin0 ^= tout0;
102 tin[0] = tin0;
120 c2l(in, tin0);
121 tin[0] = tin0;
129 xor0 = tin0;
[all...]
H A Dcbc_cksm.c65 register DES_LONG tout0, tout1, tin0, tin1; local
75 c2l(in, tin0);
78 c2ln(in, tin0, tin1, l);
80 tin0 ^= tout0;
81 tin[0] = tin0;
93 tout0 = tin0 = tin1 = tin[0] = tin[1] = 0;
H A Dede_cbcm_enc.c82 register DES_LONG tin0, tin1; local
104 c2ln(in, tin0, tin1, l + 8);
106 c2l(in, tin0);
109 tin0 ^= tout0;
112 tin[0] = tin0;
148 c2l(in, tin0);
151 t0 = tin0;
154 tin[0] = tin0;
186 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/idea/
H A Di_cbc.c65 register unsigned long tin0,tin1; local
77 n2l(in,tin0);
79 tin0^=tout0;
81 tin[0]=tin0;
89 n2ln(in,tin0,tin1,l+8);
90 tin0^=tout0;
92 tin[0]=tin0;
108 n2l(in,tin0); tin[0]=tin0;
115 xor0=tin0;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/idea/
H A Di_cbc.c66 register unsigned long tin0, tin1; local
76 n2l(in, tin0);
78 tin0 ^= tout0;
80 tin[0] = tin0;
89 n2ln(in, tin0, tin1, l + 8);
90 tin0 ^= tout0;
92 tin[0] = tin0;
107 n2l(in, tin0);
108 tin[0] = tin0;
116 xor0 = tin0;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/idea/
H A Di_cbc.c66 register unsigned long tin0, tin1; local
76 n2l(in, tin0);
78 tin0 ^= tout0;
80 tin[0] = tin0;
89 n2ln(in, tin0, tin1, l + 8);
90 tin0 ^= tout0;
92 tin[0] = tin0;
107 n2l(in, tin0);
108 tin[0] = tin0;
116 xor0 = tin0;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rc2/
H A Drc2_cbc.c65 register unsigned long tin0, tin1; local
75 c2l(in, tin0);
77 tin0 ^= tout0;
79 tin[0] = tin0;
88 c2ln(in, tin0, tin1, l + 8);
89 tin0 ^= tout0;
91 tin[0] = tin0;
106 c2l(in, tin0);
107 tin[0] = tin0;
115 xor0 = tin0;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rc5/
H A Drc5_enc.c67 register unsigned long tin0, tin1; local
77 c2l(in, tin0);
79 tin0 ^= tout0;
81 tin[0] = tin0;
90 c2ln(in, tin0, tin1, l + 8);
91 tin0 ^= tout0;
93 tin[0] = tin0;
108 c2l(in, tin0);
109 tin[0] = tin0;
117 xor0 = tin0;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc2/
H A Drc2_cbc.c65 register unsigned long tin0,tin1; local
77 c2l(in,tin0);
79 tin0^=tout0;
81 tin[0]=tin0;
89 c2ln(in,tin0,tin1,l+8);
90 tin0^=tout0;
92 tin[0]=tin0;
108 c2l(in,tin0); tin[0]=tin0;
115 xor0=tin0;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc5/
H A Drc5_enc.c67 register unsigned long tin0,tin1; local
79 c2l(in,tin0);
81 tin0^=tout0;
83 tin[0]=tin0;
91 c2ln(in,tin0,tin1,l+8);
92 tin0^=tout0;
94 tin[0]=tin0;
110 c2l(in,tin0); tin[0]=tin0;
117 xor0=tin0;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rc2/
H A Drc2_cbc.c65 register unsigned long tin0, tin1; local
75 c2l(in, tin0);
77 tin0 ^= tout0;
79 tin[0] = tin0;
88 c2ln(in, tin0, tin1, l + 8);
89 tin0 ^= tout0;
91 tin[0] = tin0;
106 c2l(in, tin0);
107 tin[0] = tin0;
115 xor0 = tin0;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rc5/
H A Drc5_enc.c67 register unsigned long tin0, tin1; local
77 c2l(in, tin0);
79 tin0 ^= tout0;
81 tin[0] = tin0;
90 c2ln(in, tin0, tin1, l + 8);
91 tin0 ^= tout0;
93 tin[0] = tin0;
108 c2l(in, tin0);
109 tin[0] = tin0;
117 xor0 = tin0;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/cast/
H A Dc_enc.c129 register CAST_LONG tin0,tin1; local
141 n2l(in,tin0);
143 tin0^=tout0;
145 tin[0]=tin0;
155 n2ln(in,tin0,tin1,l+8);
156 tin0^=tout0;
158 tin[0]=tin0;
176 n2l(in,tin0);
178 tin[0]=tin0;
185 xor0=tin0;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/cast/
H A Dc_enc.c130 register CAST_LONG tin0, tin1; local
140 n2l(in, tin0);
142 tin0 ^= tout0;
144 tin[0] = tin0;
153 n2ln(in, tin0, tin1, l + 8);
154 tin0 ^= tout0;
156 tin[0] = tin0;
171 n2l(in, tin0);
173 tin[0] = tin0;
180 xor0 = tin0;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/cast/
H A Dc_enc.c130 register CAST_LONG tin0, tin1; local
140 n2l(in, tin0);
142 tin0 ^= tout0;
144 tin[0] = tin0;
153 n2ln(in, tin0, tin1, l + 8);
154 tin0 ^= tout0;
156 tin[0] = tin0;
171 n2l(in, tin0);
173 tin[0] = tin0;
180 xor0 = tin0;
[all...]

Completed in 239 milliseconds

12