Home
last modified time | relevance | path

Searched refs:LHASH_COMP_FN (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dlhash.h118 # define LHASH_COMP_FN(name) name##_LHASH_COMP macro
208 ((LHASH_OF(type) *)lh_new(LHASH_HASH_FN(name), LHASH_COMP_FN(name)))
/OK3568_Linux_fs/buildroot/package/pound/
H A D0002-fix-openssl-1.1.0.patch66 if((res->sessions = lh_new(LHASH_HASH_FN(t_hash), LHASH_COMP_FN(t_cmp))) == NULL)