Searched refs:c2l (Results 51 - 75 of 96) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rc5/
H A Drc5ofb64.c81 c2l(iv, v0);
82 c2l(iv, v1);
H A Drc5_skey.c76 c2l(data, l);
78 c2l(data, l);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Decb_enc.c117 c2l(in,l); ll[0]=l;
118 c2l(in,l); ll[1]=l;
H A Dofb64ede.c81 c2l(iv,v0);
82 c2l(iv,v1);
H A Dofb64enc.c79 c2l(iv,v0);
80 c2l(iv,v1);
H A Dofb_enc.c97 c2l(iv,v0);
98 c2l(iv,v1);
H A Ddes_enc.c314 c2l(iv,tout0);
315 c2l(iv,tout1);
318 c2l(in,tin0);
319 c2l(in,tin1);
355 c2l(iv,xor0);
356 c2l(iv,xor1);
359 c2l(in,tin0);
360 c2l(in,tin1);
380 c2l(in,tin0);
381 c2l(i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/des/
H A Decb_enc.c114 c2l(in, l);
116 c2l(in, l);
H A Dofb64ede.c81 c2l(iv, v0);
82 c2l(iv, v1);
H A Dofb64enc.c80 c2l(iv, v0);
81 c2l(iv, v1);
H A Ddes_enc.c302 c2l(iv, tout0);
303 c2l(iv, tout1);
305 c2l(in, tin0);
306 c2l(in, tin1);
339 c2l(iv, xor0);
340 c2l(iv, xor1);
342 c2l(in, tin0);
343 c2l(in, tin1);
362 c2l(in, tin0);
363 c2l(i
[all...]
H A Dofb_enc.c95 c2l(iv, v0);
96 c2l(iv, v1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/des/
H A Decb_enc.c114 c2l(in, l);
116 c2l(in, l);
H A Dofb64ede.c81 c2l(iv, v0);
82 c2l(iv, v1);
H A Dofb64enc.c80 c2l(iv, v0);
81 c2l(iv, v1);
H A Ddes_enc.c302 c2l(iv, tout0);
303 c2l(iv, tout1);
305 c2l(in, tin0);
306 c2l(in, tin1);
339 c2l(iv, xor0);
340 c2l(iv, xor1);
342 c2l(in, tin0);
343 c2l(in, tin1);
362 c2l(in, tin0);
363 c2l(i
[all...]
H A Dofb_enc.c95 c2l(iv, v0);
96 c2l(iv, v1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/mdc2/
H A Dmdc2dgst.c65 #undef c2l macro
66 #define c2l(c,l) (l =((DES_LONG)(*((c)++))) , \ macro
134 c2l(in,tin0); d[0]=dd[0]=tin0;
135 c2l(in,tin1); d[1]=dd[1]=tin1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/mdc2/
H A Dmdc2dgst.c66 #undef c2l macro
67 #define c2l(c,l) (l =((DES_LONG)(*((c)++))) , \ macro
130 c2l(in, tin0);
132 c2l(in, tin1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/mdc2/
H A Dmdc2dgst.c66 #undef c2l macro
67 #define c2l(c,l) (l =((DES_LONG)(*((c)++))) , \ macro
130 c2l(in, tin0);
132 c2l(in, tin1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rc5/
H A Drc5_skey.c76 c2l(data, l);
78 c2l(data, l);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc5/
H A Drc5_skey.c78 c2l(data,l);
80 c2l(data,l);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bf/
H A Dbf_locl.h63 # undef c2l macro
64 # define c2l(c,l) (l =((unsigned long)(*((c)++))) , \ macro
69 /* NOTE - c is not incremented as per c2l */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rc2/
H A Drc2_locl.h59 #undef c2l macro
60 #define c2l(c,l) (l =((unsigned long)(*((c)++))) , \ macro
65 /* NOTE - c is not incremented as per c2l */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc2/
H A Drc2_locl.h59 #undef c2l macro
60 #define c2l(c,l) (l =((unsigned long)(*((c)++))) , \ macro
65 /* NOTE - c is not incremented as per c2l */

Completed in 143 milliseconds

1234