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

/freebsd-9.3-release/crypto/openssl/crypto/rc2/
H A Drc2_locl.h141 #undef l2n macro
142 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/freebsd-9.3-release/sys/crypto/blowfish/
H A Dbf_locl.h151 #undef l2n macro
152 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/freebsd-9.3-release/crypto/openssl/crypto/bf/
H A Dbf_locl.h145 # undef l2n macro
146 # define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/freebsd-9.3-release/crypto/openssl/crypto/cast/
H A Dcast_lcl.h147 #undef l2n macro
148 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/freebsd-9.3-release/crypto/openssl/crypto/idea/
H A Didea_lcl.h133 #undef l2n macro
134 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/freebsd-9.3-release/crypto/openssl/crypto/rc5/
H A Drc5_locl.h143 #undef l2n macro
144 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/freebsd-9.3-release/sys/crypto/des/
H A Ddes_locl.h104 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/freebsd-9.3-release/crypto/openssl/crypto/des/
H A Ddes_locl.h145 # define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dssl_locl.h180 # define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24)&0xff), \ macro

Completed in 169 milliseconds