Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bf/
H A Dbf_local.h60 # define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bf/
H A Dbf_local.h60 # define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/idea/
H A Didea_local.h66 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/idea/
H A Didea_local.h66 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rc2/
H A Drc2_local.h117 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/rc2/
H A Drc2_local.h117 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/netbsd-src/sys/crypto/blowfish/
H A Dbf_locl.h146 #define n2l(c,l) (l =((BF_LONG)(*((c)++)))<<24L, \ macro
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/cast/
H A Dcast_local.h105 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/cast/
H A Dcast_local.h105 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/rc5/
H A Drc5_local.h117 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rc5/
H A Drc5_local.h117 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/netbsd-src/sys/crypto/des/
H A Ddes_locl.h99 #define n2l(c,l) (l =((DES_LONG)(*((c)++)))<<24L, \ macro
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/des/
H A Ddes_local.h67 # define n2l(c,l) (l =((DES_LONG)(*((c)++)))<<24L, \ macro
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/des/
H A Ddes_local.h67 # define n2l(c,l) (l =((DES_LONG)(*((c)++)))<<24L, \ macro
/netbsd-src/crypto/external/bsd/openssl/lib/libdes/
H A Ddes_locl.h106 #define n2l(c,l) (l =((DES_LONG)(*((c)++)))<<24L, \ macro
/netbsd-src/crypto/external/bsd/openssl.old/lib/libdes/
H A Ddes_locl.h106 #define n2l(c,l) (l =((DES_LONG)(*((c)++)))<<24L, \ macro
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_local.h69 # define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24, \ macro
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_local.h70 # define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24, \ macro