Searched defs:c2l (Results 1 – 8 of 8) 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/boringssl/src/crypto/fipsmodule/des/ |
D | internal.h | 69 #define c2l(c, l) \ 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/boringssl/src/crypto/cipher_extra/ |
D | e_rc2.c | 63 #define c2l(c, l) \ macro
|
/third_party/openssl/ssl/ |
D | ssl_local.h | 43 # define c2l(c,l) (l = ((unsigned long)(*((c)++))) , \ macro
|