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

  /external/chromium_org/third_party/openssl/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/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/chromium_org/third_party/openssl/openssl/crypto/bf/
bf_locl.h 108 /* 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/bf/
bf_locl.h 108 /* NOTE - c is not incremented as per n2l */
139 #undef n2l macro
140 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
des_locl.h 138 #define n2l(c,l) (l =((DES_LONG)(*((c)++)))<<24L, \ macro
  /external/openssl/crypto/des/
des_locl.h 138 #define n2l(c,l) (l =((DES_LONG)(*((c)++)))<<24L, \ macro
  /external/chromium_org/third_party/openssl/openssl/ssl/
ssl_locl.h 201 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24, \ macro
    [all...]
  /external/openssl/ssl/
ssl_locl.h 201 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24, \ macro
    [all...]

Completed in 195 milliseconds