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

  /external/openssl/crypto/rc2/
rc2_locl.h 59 #undef c2l macro
60 #define c2l(c,l) (l =((unsigned long)(*((c)++))) , \ macro
65 /* NOTE - c is not incremented as per c2l */
  /external/openssl/crypto/bf/
bf_locl.h 63 #undef c2l macro
64 #define c2l(c,l) (l =((unsigned long)(*((c)++))) , \ macro
69 /* NOTE - c is not incremented as per c2l */
  /external/openssl/crypto/des/
des_locl.h 108 #define c2l(c,l) (l =((DES_LONG)(*((c)++))) , \ macro
113 /* NOTE - c is not incremented as per c2l */
  /external/openssl/crypto/mdc2/
mdc2dgst.c 66 #undef c2l macro
67 #define c2l(c,l) (l =((DES_LONG)(*((c)++))) , \ macro
135 c2l(in,tin0); d[0]=dd[0]=tin0;
136 c2l(in,tin1); d[1]=dd[1]=tin1;
  /external/openssl/ssl/
ssl_locl.h 175 #define c2l(c,l) (l = ((unsigned long)(*((c)++))) , \ macro
180 /* NOTE - c is not incremented as per c2l */
    [all...]

Completed in 74 milliseconds