Searched refs:lh_free (Results 1 - 3 of 3) sorted by relevance

/external/openssl/crypto/lhash/
H A Dlhash.h176 void lh_free(_LHASH *lh);
231 #define LHM_lh_free(type, lh) lh_free(CHECKED_LHASH_OF(type, lh))
H A Dlhash.c73 * 1.9 eay - Fixed a memory leak in lh_free, the LHASH_NODEs
157 void lh_free(_LHASH *lh) function
/external/openssl/include/openssl/
H A Dlhash.h176 void lh_free(_LHASH *lh);
231 #define LHM_lh_free(type, lh) lh_free(CHECKED_LHASH_OF(type, lh))

Completed in 371 milliseconds