Searched defs:n2l (Results 1 - 5 of 5) sorted by relevance

/external/openssl/crypto/rc2/
H A Drc2_locl.h104 /* NOTE - c is not incremented as per n2l */
135 #undef n2l macro
136 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/external/openssl/crypto/bf/
H A Dbf_locl.h108 /* NOTE - c is not incremented as per n2l */
139 #undef n2l macro
140 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/external/openssl/crypto/des/
H A Ddes_locl.h138 #define n2l(c,l) (l =((DES_LONG)(*((c)++)))<<24L, \ macro
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dssl_locl.h187 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24, \ macro
/external/openssl/ssl/
H A Dssl_locl.h201 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24, \ macro

Completed in 5436 milliseconds