Searched refs:n2l (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/blowfish/
H A Dbf_locl.h114 /* NOTE - c is not incremented as per n2l */
145 #undef n2l macro
146 #define n2l(c,l) (l =((BF_LONG)(*((c)++)))<<24L, \ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/des/
H A Ddes_locl.h99 #define n2l(c,l) (l =((DES_LONG)(*((c)++)))<<24L, \ macro

Completed in 70 milliseconds