Home
last modified time | relevance | path

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

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