Home
last modified time | relevance | path

Searched refs:lh_retrieve (Results 1 – 3 of 3) sorted by relevance

/external/openssl/include/openssl/
Dlhash.h179 void *lh_retrieve(_LHASH *lh, const void *data);
215 ((type *)lh_retrieve(CHECKED_LHASH_OF(type, lh), \
/external/openssl/crypto/lhash/
Dlhash.h179 void *lh_retrieve(_LHASH *lh, const void *data);
215 ((type *)lh_retrieve(CHECKED_LHASH_OF(type, lh), \
Dlhash.c248 void *lh_retrieve(_LHASH *lh, const void *data) in lh_retrieve() function