Home
last modified time | relevance | path

Searched refs:lhash_cmp_func (Results 1 – 4 of 4) sorted by relevance

/external/boringssl/src/include/openssl/
Dlhash.h120 typedef int (*lhash_cmp_func)(const void *a, const void *b); typedef
141 lhash_cmp_func comp;
148 OPENSSL_EXPORT _LHASH *lh_new(lhash_hash_func hash, lhash_cmp_func comp);
Dlhash_macros.h23 CHECKED_CAST(lhash_cmp_func, \
62 CHECKED_CAST(lhash_cmp_func, \
99 CHECKED_CAST(lhash_cmp_func, \
/external/boringssl/src/crypto/lhash/
Dlhash.c72 _LHASH *lh_new(lhash_hash_func hash, lhash_cmp_func comp) { in lh_new()
91 ret->comp = (lhash_cmp_func) strcmp; in lh_new()
Dmake_macros.sh33 …lhash_hash_func, uint32_t (*) (const ${type} *), hash), CHECKED_CAST(lhash_cmp_func, int (*) (cons…