Home
last modified time | relevance | path

Searched defs:n2l (Results 1 - 14 of 14) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/bf/
H A Dbf_local.h59 # undef n2l macro
60 # define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/third_party/openssl/crypto/bf/
H A Dbf_local.h59 # undef n2l macro
60 # define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/third_party/node/deps/openssl/openssl/crypto/idea/
H A Didea_local.h65 #undef n2l macro
66 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/third_party/node/deps/openssl/openssl/crypto/rc2/
H A Drc2_local.h114 #undef n2l macro
115 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/third_party/openssl/crypto/rc2/
H A Drc2_local.h114 #undef n2l macro
115 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/third_party/openssl/crypto/idea/
H A Didea_local.h65 #undef n2l macro
66 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/third_party/node/deps/openssl/openssl/crypto/cast/
H A Dcast_local.h104 #undef n2l macro
105 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/third_party/openssl/crypto/cast/
H A Dcast_local.h104 #undef n2l macro
105 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/third_party/node/deps/openssl/openssl/crypto/rc5/
H A Drc5_local.h116 #undef n2l macro
117 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/third_party/node/deps/openssl/openssl/crypto/des/
H A Ddes_local.h67 # define n2l(c,l) (l =((DES_LONG)(*((c)++)))<<24L, \ macro
/third_party/openssl/crypto/rc5/
H A Drc5_local.h116 #undef n2l macro
117 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/third_party/openssl/crypto/des/
H A Ddes_local.h67 # define n2l(c,l) (l =((DES_LONG)(*((c)++)))<<24L, \ macro
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_local.h70 # define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24, \ macro
/third_party/openssl/ssl/
H A Dssl_local.h70 # define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24, \ macro

Completed in 19 milliseconds