Searched defs:l2c (Results 1 – 8 of 8) sorted by relevance
| /third_party/openssl/crypto/mdc2/ |
| D | mdc2dgst.c | 24 #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/boringssl/src/crypto/fipsmodule/des/ |
| D | internal.h | 77 #define l2c(l, c) \ 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/boringssl/src/crypto/cipher_extra/ |
| D | e_rc2.c | 102 #define l2c(l, c) \ macro
|
| /third_party/openssl/ssl/ |
| D | ssl_local.h | 64 # define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
|