Searched refs:l2c (Results 26 - 50 of 63) sorted by relevance

123

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Dcfb_enc.c120 l2c(v0,iv);
121 l2c(v1,iv);
122 l2c(d0,iv);
123 l2c(d1,iv);
163 l2c(v0,iv);
164 l2c(v1,iv);
165 l2c(d0,iv);
166 l2c(d1,iv);
191 l2c(v0,iv);
192 l2c(v
[all...]
H A Dcfb64ede.c95 l2c(v0,iv);
96 l2c(v1,iv);
121 l2c(v0,iv);
122 l2c(v1,iv);
188 l2c(v0,iv);
189 l2c(v1,iv);
190 l2c(d0,iv);
191 l2c(d1,iv);
226 l2c(v0,iv);
227 l2c(v
[all...]
H A Dpcbc_enc.c94 l2c(tout0,out);
95 l2c(tout1,out);
112 l2c(tout0,out);
113 l2c(tout1,out);
H A Dcbc_cksm.c92 l2c(tout0,out);
93 l2c(tout1,out);
H A Decb_enc.c120 l=ll[0]; l2c(l,out);
121 l=ll[1]; l2c(l,out);
H A Dxcbc_enc.c143 tout0=tin[0]^outW0; l2c(tout0,out);
144 tout1=tin[1]^outW1; l2c(tout1,out);
152 tout0=tin[0]^outW0; l2c(tout0,out);
153 tout1=tin[1]^outW1; l2c(tout1,out);
156 l2c(tout0,iv);
157 l2c(tout1,iv);
170 l2c(tout0,out);
171 l2c(tout1,out);
188 l2c(xor0,iv);
189 l2c(xor
[all...]
H A Dofb_enc.c131 l2c(v0,iv);
132 l2c(v1,iv);
H A Ddes_enc.c329 l2c(tout0,out);
330 l2c(tout1,out);
344 l2c(tout0,out);
345 l2c(tout1,out);
348 l2c(tout0,iv);
349 l2c(tout1,iv);
373 l2c(tout0,out);
374 l2c(tout1,out);
400 l2c(xor0,iv);
401 l2c(xor
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/des/
H A Dcfb64ede.c95 l2c(v0,iv);
96 l2c(v1,iv);
121 l2c(v0,iv);
122 l2c(v1,iv);
188 l2c(v0,iv);
189 l2c(v1,iv);
190 l2c(d0,iv);
191 l2c(d1,iv);
226 l2c(v0,iv);
227 l2c(v
[all...]
H A Dpcbc_enc.c94 l2c(tout0,out);
95 l2c(tout1,out);
112 l2c(tout0,out);
113 l2c(tout1,out);
H A Dcbc_cksm.c92 l2c(tout0,out);
93 l2c(tout1,out);
H A Decb_enc.c120 l=ll[0]; l2c(l,out);
121 l=ll[1]; l2c(l,out);
H A Dxcbc_enc.c143 tout0=tin[0]^outW0; l2c(tout0,out);
144 tout1=tin[1]^outW1; l2c(tout1,out);
152 tout0=tin[0]^outW0; l2c(tout0,out);
153 tout1=tin[1]^outW1; l2c(tout1,out);
156 l2c(tout0,iv);
157 l2c(tout1,iv);
170 l2c(tout0,out);
171 l2c(tout1,out);
188 l2c(xor0,iv);
189 l2c(xor
[all...]
H A Dofb_enc.c131 l2c(v0,iv);
132 l2c(v1,iv);
H A Ddes_enc.c335 l2c(tout0,out);
336 l2c(tout1,out);
350 l2c(tout0,out);
351 l2c(tout1,out);
354 l2c(tout0,iv);
355 l2c(tout1,iv);
379 l2c(tout0,out);
380 l2c(tout1,out);
406 l2c(xor0,iv);
407 l2c(xor
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/rc2/
H A Drc2_cbc.c84 tout0=tin[0]; l2c(tout0,out);
85 tout1=tin[1]; l2c(tout1,out);
95 tout0=tin[0]; l2c(tout0,out);
96 tout1=tin[1]; l2c(tout1,out);
98 l2c(tout0,iv);
99 l2c(tout1,iv);
113 l2c(tout0,out);
114 l2c(tout1,out);
129 l2c(xor0,iv);
130 l2c(xor
[all...]
H A Drc2_locl.h82 #undef l2c macro
83 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
88 /* NOTE - c is not incremented as per l2c */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/rc5/
H A Drc5_enc.c86 tout0=tin[0]; l2c(tout0,out);
87 tout1=tin[1]; l2c(tout1,out);
97 tout0=tin[0]; l2c(tout0,out);
98 tout1=tin[1]; l2c(tout1,out);
100 l2c(tout0,iv);
101 l2c(tout1,iv);
115 l2c(tout0,out);
116 l2c(tout1,out);
131 l2c(xor0,iv);
132 l2c(xor
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc2/
H A Drc2_cbc.c84 tout0=tin[0]; l2c(tout0,out);
85 tout1=tin[1]; l2c(tout1,out);
95 tout0=tin[0]; l2c(tout0,out);
96 tout1=tin[1]; l2c(tout1,out);
98 l2c(tout0,iv);
99 l2c(tout1,iv);
113 l2c(tout0,out);
114 l2c(tout1,out);
129 l2c(xor0,iv);
130 l2c(xor
[all...]
H A Drc2_locl.h82 #undef l2c macro
83 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
88 /* NOTE - c is not incremented as per l2c */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc5/
H A Drc5_enc.c86 tout0=tin[0]; l2c(tout0,out);
87 tout1=tin[1]; l2c(tout1,out);
97 tout0=tin[0]; l2c(tout0,out);
98 tout1=tin[1]; l2c(tout1,out);
100 l2c(tout0,iv);
101 l2c(tout1,iv);
115 l2c(tout0,out);
116 l2c(tout1,out);
131 l2c(xor0,iv);
132 l2c(xor
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/mdc2/
H A Dmdc2dgst.c73 #undef l2c macro
74 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
155 l2c(tin0,p);
156 l2c(ttin1,p);
158 l2c(ttin0,p);
159 l2c(tin1,p);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/mdc2/
H A Dmdc2dgst.c71 #undef l2c macro
72 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
153 l2c(tin0,p);
154 l2c(ttin1,p);
156 l2c(ttin0,p);
157 l2c(tin1,p);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/bf/
H A Dbf_locl.h86 #undef l2c macro
87 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
92 /* NOTE - c is not incremented as per l2c */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/bf/
H A Dbf_locl.h86 #undef l2c macro
87 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
92 /* NOTE - c is not incremented as per l2c */

Completed in 205 milliseconds

123