Home
last modified time | relevance | path

Searched defs:c2l (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/rc2/
H A Drc2_local.h10 #undef c2l macro
11 #define c2l(c,l) (l =((unsigned long)(*((c)++))) , \ macro
/third_party/openssl/crypto/rc2/
H A Drc2_local.h10 #undef c2l macro
11 #define c2l(c,l) (l =((unsigned long)(*((c)++))) , \ macro
/third_party/node/deps/openssl/openssl/crypto/mdc2/
H A Dmdc2dgst.c23 #undef c2l macro
24 #define c2l(c,l) (l =((DES_LONG)(*((c)++))) , \ macro
/third_party/node/deps/openssl/openssl/crypto/cast/
H A Dcast_local.h14 #undef c2l macro
15 #define c2l(c,l) (l =((unsigned long)(*((c)++))) , \ macro
/third_party/openssl/crypto/mdc2/
H A Dmdc2dgst.c23 #undef c2l macro
24 #define c2l(c,l) (l =((DES_LONG)(*((c)++))) , \ macro
/third_party/openssl/crypto/cast/
H A Dcast_local.h14 #undef c2l macro
15 #define c2l(c,l) (l =((unsigned long)(*((c)++))) , \ macro
/third_party/node/deps/openssl/openssl/crypto/rc5/
H A Drc5_local.h12 #undef c2l macro
13 #define c2l(c,l) (l =((unsigned long)(*((c)++))) , \ macro
/third_party/node/deps/openssl/openssl/crypto/des/
H A Ddes_local.h29 # define c2l(c,l) (l =((DES_LONG)(*((c)++))) , \ macro
/third_party/openssl/crypto/rc5/
H A Drc5_local.h12 #undef c2l macro
13 #define c2l(c,l) (l =((unsigned long)(*((c)++))) , \ macro
/third_party/openssl/crypto/des/
H A Ddes_local.h29 # define c2l(c,l) (l =((DES_LONG)(*((c)++))) , \ macro
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_local.h44 # define c2l(c,l) (l = ((unsigned long)(*((c)++))) , \ macro
/third_party/openssl/ssl/
H A Dssl_local.h44 # define c2l(c,l) (l = ((unsigned long)(*((c)++))) , \ macro

Completed in 23 milliseconds