Searched defs:n2l (Results 1 - 9 of 9) sorted by path

/freebsd-11-stable/crypto/openssl/crypto/bf/
H A Dbf_locl.h139 # undef n2l macro
140 # define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/freebsd-11-stable/crypto/openssl/crypto/cast/
H A Dcast_lcl.h141 #undef n2l macro
142 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/freebsd-11-stable/crypto/openssl/crypto/des/
H A Ddes_locl.h140 # define n2l(c,l) (l =((DES_LONG)(*((c)++)))<<24L, \ macro
/freebsd-11-stable/crypto/openssl/crypto/idea/
H A Didea_lcl.h127 #undef n2l macro
128 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/freebsd-11-stable/crypto/openssl/crypto/rc2/
H A Drc2_locl.h135 #undef n2l macro
136 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/freebsd-11-stable/crypto/openssl/crypto/rc5/
H A Drc5_locl.h137 #undef n2l macro
138 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/freebsd-11-stable/crypto/openssl/ssl/
H A Dssl_locl.h201 # define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24, \ macro
/freebsd-11-stable/sys/crypto/blowfish/
H A Dbf_locl.h145 #undef n2l macro
146 #define n2l(c,l) (l =((BF_LONG)(*((c)++)))<<24L, \ macro
/freebsd-11-stable/sys/crypto/des/
H A Ddes_locl.h99 #define n2l(c,l) (l =((DES_LONG)(*((c)++)))<<24L, \ macro

Completed in 156 milliseconds