Searched defs:l2c (Results 1 – 6 of 6) sorted by relevance
| /third_party/openssl/crypto/mdc2/ |
| D | mdc2dgst.c | 30 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
|
| /third_party/openssl/crypto/rc2/ |
| D | rc2_local.h | 41 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
|
| /third_party/openssl/crypto/cast/ |
| D | cast_local.h | 38 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
|
| /third_party/openssl/crypto/rc5/ |
| D | rc5_local.h | 43 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
|
| /third_party/openssl/crypto/des/ |
| D | des_local.h | 57 # define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
|
| /third_party/openssl/ssl/ |
| D | ssl_local.h | 65 # define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
|