Home
last modified time | relevance | path

Searched defs:n2l (Results 1 – 4 of 4) sorted by relevance

/openssl/crypto/bf/
H A Dbf_local.h60 # define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/openssl/crypto/idea/
H A Didea_local.h66 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/openssl/crypto/cast/
H A Dcast_local.h60 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/openssl/include/internal/
H A Dcommon.h131 # define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24, \ macro

Completed in 10 milliseconds