Home
last modified time | relevance | path

Searched defs:c2l (Results 1 – 6 of 6) sorted by relevance

/third_party/openssl/crypto/mdc2/
Dmdc2dgst.c18 #define c2l(c,l) (l =((DES_LONG)(*((c)++))) , \ macro
/third_party/openssl/crypto/rc2/
Drc2_local.h11 #define c2l(c,l) (l =((unsigned long)(*((c)++))) , \ macro
/third_party/openssl/crypto/cast/
Dcast_local.h15 #define c2l(c,l) (l =((unsigned long)(*((c)++))) , \ macro
/third_party/openssl/crypto/rc5/
Drc5_local.h13 #define c2l(c,l) (l =((unsigned long)(*((c)++))) , \ macro
/third_party/openssl/crypto/des/
Ddes_local.h29 # define c2l(c,l) (l =((DES_LONG)(*((c)++))) , \ macro
/third_party/openssl/ssl/
Dssl_local.h43 # define c2l(c,l) (l = ((unsigned long)(*((c)++))) , \ macro