HomeSort by relevance Sort by last modified time
    Searched defs:n2l (Results 1 - 3 of 3) sorted by null

  /external/openssl/crypto/rc2/
rc2_locl.h 104 /* 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/des/
des_locl.h 138 #define n2l(c,l) (l =((DES_LONG)(*((c)++)))<<24L, \ macro
  /external/openssl/ssl/
ssl_locl.h 175 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24, \ macro
    [all...]

Completed in 272 milliseconds