Searched defs:n2l (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/openssl/crypto/bf/ |
H A D | bf_local.h | 60 # define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
|
/freebsd/crypto/openssl/crypto/idea/ |
H A D | idea_local.h | 66 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
|
/freebsd/crypto/openssl/crypto/rc2/ |
H A D | rc2_local.h | 115 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
|
/freebsd/crypto/openssl/crypto/cast/ |
H A D | cast_local.h | 105 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
|
/freebsd/crypto/openssl/crypto/rc5/ |
H A D | rc5_local.h | 117 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
|
/freebsd/sys/crypto/des/ |
H A D | des_locl.h | 98 #define n2l(c,l) (l =((DES_LONG)(*((c)++)))<<24L, \ macro
|
/freebsd/crypto/openssl/crypto/des/ |
H A D | des_local.h | 67 # define n2l(c,l) (l =((DES_LONG)(*((c)++)))<<24L, \ macro
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_local.h | 70 # define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24, \ macro
|