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

  /external/openssl/crypto/lhash/
lhash.h 1 /* crypto/lhash/lhash.h */
12 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
93 /* Macros for declaring and implementing type-safe wrappers for LHASH callbacks.
94 * This way, callbacks can be provided to LHASH structures without function
166 } LHASH;
174 LHASH *lh_new(LHASH_HASH_FN_TYPE h, LHASH_COMP_FN_TYPE c);
175 void lh_free(LHASH *lh);
176 void *lh_insert(LHASH *lh, void *data);
177 void *lh_delete(LHASH *lh, const void *data)
    [all...]
  /external/openssl/include/openssl/
lhash.h 1 /* crypto/lhash/lhash.h */
12 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
93 /* Macros for declaring and implementing type-safe wrappers for LHASH callbacks.
94 * This way, callbacks can be provided to LHASH structures without function
166 } LHASH;
174 LHASH *lh_new(LHASH_HASH_FN_TYPE h, LHASH_COMP_FN_TYPE c);
175 void lh_free(LHASH *lh);
176 void *lh_insert(LHASH *lh, void *data);
177 void *lh_delete(LHASH *lh, const void *data)
    [all...]

Completed in 278 milliseconds