Searched refs:c2l (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/des/
H A Ddes_ecb.c106 c2l(in,l); ll[0]=l;
107 c2l(in,l); ll[1]=l;
123 c2l(in,l0);
124 c2l(in,l1);
H A Ddes_setkey.c179 c2l(in,c);
180 c2l(in,d);
H A Ddes_locl.h69 #define c2l(c,l) (l =((DES_LONG)(*((c)++))) , \ macro
74 /* NOTE - c is not incremented as per c2l */
/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/blowfish/
H A Dbf_locl.h69 #undef c2l macro
70 #define c2l(c,l) (l =((BF_LONG)(*((c)++))) , \ macro
75 /* NOTE - c is not incremented as per c2l */
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_gss.c3149 c2l(iv,tout0);
3150 c2l(iv,tout1);
3153 c2l(in,tin0);
3154 c2l(in,tin1);
3201 c2l(iv,tout0);
3202 c2l(iv,tout1);
3204 c2l(in,tin0);
3205 c2l(in,tin1);
3225 c2l(iv,xor0);
3226 c2l(i
[all...]

Completed in 22 milliseconds