Home
last modified time | relevance | path

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

/external/openssl/crypto/rc2/
Drc2_locl.h136 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/external/openssl/crypto/bf/
Dbf_locl.h140 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/external/openssl/crypto/des/
Ddes_locl.h138 #define n2l(c,l) (l =((DES_LONG)(*((c)++)))<<24L, \ macro
/external/openssl/ssl/
Dssl_locl.h201 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24, \ macro