Searched refs:l2c (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/des/
H A Ddes_ecb.c109 l=ll[0]; l2c(l,out);
110 l=ll[1]; l2c(l,out);
135 l2c(l0,out);
136 l2c(l1,out);
H A Ddes_locl.h90 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
109 /* NOTE - c is not incremented as per l2c */
/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/blowfish/
H A Dbf_locl.h92 #undef l2c macro
93 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
98 /* NOTE - c is not incremented as per l2c */
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_gss.c3166 l2c(tout0,out);
3167 l2c(tout1,out);
3209 tout0=tin[0]; l2c(tout0,out);
3210 tout1=tin[1]; l2c(tout1,out);
3217 tout0=tin[0]; l2c(tout0,out);
3218 tout1=tin[1]; l2c(tout1,out);
3221 l2c(tout0,retval);
3222 l2c(tout1,retval);
3233 l2c(tout0,out);
3234 l2c(tout
[all...]

Completed in 33 milliseconds