Home
last modified time | relevance | path

Searched defs:n2l (Results 1 – 8 of 8) 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.h66 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/freebsd/crypto/openssl/crypto/rc2/
H A Drc2_local.h115 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/freebsd/crypto/openssl/crypto/cast/
H A Dcast_local.h105 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/freebsd/crypto/openssl/crypto/rc5/
H A Drc5_local.h117 #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/crypto/des/
H A Ddes_local.h67 # define n2l(c,l) (l =((DES_LONG)(*((c)++)))<<24L, \ macro
/freebsd/crypto/openssl/ssl/
H A Dssl_local.h70 # define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24, \ macro