/external/openssl/crypto/rc2/ |
rc2_locl.h | 82 #undef l2c macro 83 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro 88 /* NOTE - c is not incremented as per l2c */
|
/external/openssl/crypto/bf/ |
bf_locl.h | 86 #undef l2c macro 87 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro 92 /* NOTE - c is not incremented as per l2c */
|
/external/openssl/crypto/des/ |
des_locl.h | 129 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro 148 /* NOTE - c is not incremented as per l2c */
|
/external/openssl/crypto/mdc2/ |
mdc2dgst.c | 71 #undef l2c macro 72 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro 153 l2c(tin0,p); 154 l2c(ttin1,p); 156 l2c(ttin0,p); 157 l2c(tin1,p);
|
/external/openssl/ssl/ |
ssl_locl.h | 196 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro 225 /* NOTE - c is not incremented as per l2c */ [all...] |