/external/chromium_org/third_party/openssl/openssl/crypto/rc2/ |
rc2_locl.h | 120 /* NOTE - c is not incremented as per l2n */ 141 #undef l2n macro 142 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
|
/external/openssl/crypto/rc2/ |
rc2_locl.h | 120 /* NOTE - c is not incremented as per l2n */ 141 #undef l2n macro 142 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
|
/external/chromium_org/third_party/openssl/openssl/crypto/bf/ |
bf_locl.h | 124 /* NOTE - c is not incremented as per l2n */ 145 #undef l2n macro 146 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
|
/external/openssl/crypto/bf/ |
bf_locl.h | 124 /* NOTE - c is not incremented as per l2n */ 145 #undef l2n macro 146 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
|
/external/chromium_org/third_party/openssl/openssl/crypto/des/ |
des_locl.h | 143 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
|
/external/openssl/crypto/des/ |
des_locl.h | 143 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
|
/external/chromium_org/third_party/openssl/openssl/ssl/ |
ssl_locl.h | 206 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24)&0xff), \ macro [all...] |
/external/openssl/ssl/ |
ssl_locl.h | 206 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24)&0xff), \ macro [all...] |