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

  /external/openssl/crypto/rc2/
rc2_locl.h 120 /* NOTE - c is not incremented as per l2n */
141 #undef l2n macro
142 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
  /external/openssl/crypto/bf/
bf_locl.h 124 /* NOTE - c is not incremented as per l2n */
145 #undef l2n macro
146 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
  /external/openssl/crypto/des/
des_locl.h 143 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
  /external/openssl/ssl/
ssl_locl.h 206 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24)&0xff), \ macro
    [all...]

Completed in 66 milliseconds