Searched refs:l2n (Results 26 - 50 of 80) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/cast/
H A Dc_cfb64.c89 l2n(t, iv);
91 l2n(t, iv);
109 l2n(t, iv);
111 l2n(t, iv);
H A Dc_enc.c149 l2n(tout0, out);
150 l2n(tout1, out);
161 l2n(tout0, out);
162 l2n(tout1, out);
164 l2n(tout0, iv);
165 l2n(tout1, iv);
178 l2n(tout0, out);
179 l2n(tout1, out);
195 l2n(xor0, iv);
196 l2n(xor
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/idea/
H A Di_cfb64.c89 l2n(t, iv);
91 l2n(t, iv);
109 l2n(t, iv);
111 l2n(t, iv);
H A Di_cbc.c84 l2n(tout0, out);
86 l2n(tout1, out);
96 l2n(tout0, out);
98 l2n(tout1, out);
100 l2n(tout0, iv);
101 l2n(tout1, iv);
114 l2n(tout0, out);
115 l2n(tout1, out);
131 l2n(xor0, iv);
132 l2n(xor
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bf/
H A Dbf_cfb64.c89 l2n(t, iv);
91 l2n(t, iv);
109 l2n(t, iv);
111 l2n(t, iv);
H A Dbf_enc.c247 l2n(tout0, out);
248 l2n(tout1, out);
259 l2n(tout0, out);
260 l2n(tout1, out);
262 l2n(tout0, ivec);
263 l2n(tout1, ivec);
276 l2n(tout0, out);
277 l2n(tout1, out);
293 l2n(xor0, ivec);
294 l2n(xor
[all...]
H A Dbf_locl.h124 /* NOTE - c is not incremented as per l2n */
145 # undef l2n macro
146 # define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/cast/
H A Dc_cfb64.c89 l2n(t, iv);
91 l2n(t, iv);
109 l2n(t, iv);
111 l2n(t, iv);
H A Dc_enc.c149 l2n(tout0, out);
150 l2n(tout1, out);
161 l2n(tout0, out);
162 l2n(tout1, out);
164 l2n(tout0, iv);
165 l2n(tout1, iv);
178 l2n(tout0, out);
179 l2n(tout1, out);
195 l2n(xor0, iv);
196 l2n(xor
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/idea/
H A Di_cfb64.c89 l2n(t, iv);
91 l2n(t, iv);
109 l2n(t, iv);
111 l2n(t, iv);
H A Di_cbc.c84 l2n(tout0, out);
86 l2n(tout1, out);
96 l2n(tout0, out);
98 l2n(tout1, out);
100 l2n(tout0, iv);
101 l2n(tout1, iv);
114 l2n(tout0, out);
115 l2n(tout1, out);
131 l2n(xor0, iv);
132 l2n(xor
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/idea/
H A Di_cbc.c84 tout0=tin[0]; l2n(tout0,out);
85 tout1=tin[1]; l2n(tout1,out);
95 tout0=tin[0]; l2n(tout0,out);
96 tout1=tin[1]; l2n(tout1,out);
98 l2n(tout0,iv);
99 l2n(tout1,iv);
113 l2n(tout0,out);
114 l2n(tout1,out);
129 l2n(xor0,iv);
130 l2n(xor
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/cast/
H A Dc_enc.c150 l2n(tout0,out);
151 l2n(tout1,out);
163 l2n(tout0,out);
164 l2n(tout1,out);
166 l2n(tout0,iv);
167 l2n(tout1,iv);
183 l2n(tout0,out);
184 l2n(tout1,out);
201 l2n(xor0,iv);
202 l2n(xor
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bf/
H A Dbf_enc.c247 l2n(tout0, out);
248 l2n(tout1, out);
259 l2n(tout0, out);
260 l2n(tout1, out);
262 l2n(tout0, ivec);
263 l2n(tout1, ivec);
276 l2n(tout0, out);
277 l2n(tout1, out);
293 l2n(xor0, ivec);
294 l2n(xor
[all...]
H A Dbf_locl.h124 /* NOTE - c is not incremented as per l2n */
145 # undef l2n macro
146 # define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bf/
H A Dbf_enc.c248 l2n(tout0,out);
249 l2n(tout1,out);
261 l2n(tout0,out);
262 l2n(tout1,out);
264 l2n(tout0,ivec);
265 l2n(tout1,ivec);
281 l2n(tout0,out);
282 l2n(tout1,out);
299 l2n(xor0,ivec);
300 l2n(xor
[all...]
H A Dbf_locl.h124 /* NOTE - c is not incremented as per l2n */
145 #undef l2n macro
146 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Ds3_cbc.c328 l2n(sha1->h0, md_out);
329 l2n(sha1->h1, md_out);
330 l2n(sha1->h2, md_out);
331 l2n(sha1->h3, md_out);
332 l2n(sha1->h4, md_out);
344 l2n(sha256->h[i], md_out);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Ds3_cbc.c328 l2n(sha1->h0, md_out);
329 l2n(sha1->h1, md_out);
330 l2n(sha1->h2, md_out);
331 l2n(sha1->h3, md_out);
332 l2n(sha1->h4, md_out);
344 l2n(sha256->h[i], md_out);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rc2/
H A Drc2_locl.h120 /* NOTE - c is not incremented as per l2n */
141 #undef l2n macro
142 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc2/
H A Drc2_locl.h120 /* NOTE - c is not incremented as per l2n */
141 #undef l2n macro
142 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rc2/
H A Drc2_locl.h120 /* NOTE - c is not incremented as per l2n */
141 #undef l2n macro
142 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Denc_writ.c126 l2n(len,p);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/des/
H A Denc_writ.c132 l2n(len, p);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/des/
H A Denc_writ.c132 l2n(len, p);

Completed in 256 milliseconds

1234