Searched defs:l2n (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/OpenSSL098-52/src/crypto/rc2/
H A Drc2_locl.h141 #undef l2n macro
142 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/misc/
H A Drc2_locl.h159 #undef l2n macro
160 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
H A Drc5_locl.h161 #undef l2n macro
162 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/macosx-10.10/OpenSSL098-52/src/crypto/bf/
H A Dbf_locl.h145 #undef l2n macro
146 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/macosx-10.10/OpenSSL098-52/src/crypto/cast/
H A Dcast_lcl.h149 #undef l2n macro
150 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/macosx-10.10/OpenSSL098-52/src/crypto/idea/
H A Didea_lcl.h131 #undef l2n macro
132 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/bf/
H A Dbf_locl.h151 #undef l2n macro
154 #define l2n(l,c) { *(((BF_LONG) *)c) = l; c += 4; } macro
157 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/macosx-10.10/OpenSSL098-52/src/crypto/rc5/
H A Drc5_locl.h143 #undef l2n macro
144 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/macosx-10.10/OpenSSL098-52/src/crypto/des/
H A Ddes_locl.h143 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/macosx-10.10/OpenSSL098-52/src/ssl/
H A Dssl_locl.h180 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24)&0xff), \ macro

Completed in 120 milliseconds