Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/crypto/rc2/
Drc2_locl.h136 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/freebsd-9-stable/crypto/openssl/crypto/bf/
Dbf_locl.h140 # define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/freebsd-9-stable/sys/crypto/blowfish/
Dbf_locl.h146 #define n2l(c,l) (l =((BF_LONG)(*((c)++)))<<24L, \ macro
/freebsd-9-stable/crypto/openssl/crypto/idea/
Didea_lcl.h128 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/freebsd-9-stable/crypto/openssl/crypto/cast/
Dcast_lcl.h142 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/freebsd-9-stable/crypto/openssl/crypto/rc5/
Drc5_locl.h138 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/freebsd-9-stable/sys/crypto/des/
Ddes_locl.h99 #define n2l(c,l) (l =((DES_LONG)(*((c)++)))<<24L, \ macro
/freebsd-9-stable/crypto/openssl/crypto/des/
Ddes_locl.h140 # define n2l(c,l) (l =((DES_LONG)(*((c)++)))<<24L, \ macro
/freebsd-9-stable/crypto/openssl/ssl/
Dssl_locl.h175 # define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24, \ macro