Searched defs:c2l (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/crypto/mdc2/ |
D | mdc2dgst.c | 18 #define c2l(c,l) (l =((DES_LONG)(*((c)++))) , \ macro
|
/third_party/openssl/crypto/rc2/ |
D | rc2_local.h | 11 #define c2l(c,l) (l =((unsigned long)(*((c)++))) , \ macro
|
/third_party/openssl/crypto/cast/ |
D | cast_local.h | 15 #define c2l(c,l) (l =((unsigned long)(*((c)++))) , \ macro
|
/third_party/openssl/crypto/rc5/ |
D | rc5_local.h | 13 #define c2l(c,l) (l =((unsigned long)(*((c)++))) , \ macro
|
/third_party/openssl/crypto/des/ |
D | des_local.h | 29 # define c2l(c,l) (l =((DES_LONG)(*((c)++))) , \ macro
|
/third_party/openssl/ssl/ |
D | ssl_local.h | 43 # define c2l(c,l) (l = ((unsigned long)(*((c)++))) , \ macro
|