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

  /external/openssl/crypto/lhash/
lhash.h 178 void *lh_delete(_LHASH *lh, const void *data);
218 ((type *)lh_delete(CHECKED_LHASH_OF(type, lh), \
lhash.c 67 * 2.0 eay - Fixed a bug that occurred when using lh_delete
87 * 1.4 eay - Fixed lh_doall so the function can call lh_delete 28/05/91
217 void *lh_delete(_LHASH *lh, const void *data) function
  /external/openssl/include/openssl/
lhash.h 178 void *lh_delete(_LHASH *lh, const void *data);
218 ((type *)lh_delete(CHECKED_LHASH_OF(type, lh), \

Completed in 267 milliseconds