Home
last modified time | relevance | path

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

/openssl-master/crypto/bf/
A Dbf_local.h60 # define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/openssl-master/crypto/idea/
A Didea_local.h66 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/openssl-master/crypto/rc2/
A Drc2_local.h115 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/openssl-master/crypto/cast/
A Dcast_local.h105 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/openssl-master/crypto/rc5/
A Drc5_local.h117 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/openssl-master/crypto/des/
A Ddes_local.h67 # define n2l(c,l) (l =((DES_LONG)(*((c)++)))<<24L, \ macro
/openssl-master/ssl/
A Dssl_local.h70 # define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24, \ macro

Completed in 15 milliseconds