Searched refs:lhash_cmp_func (Results 1 – 4 of 4) sorted by relevance
/external/boringssl/src/include/openssl/ |
D | lhash.h | 120 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);
|
D | lhash_macros.h | 23 CHECKED_CAST(lhash_cmp_func, \ 62 CHECKED_CAST(lhash_cmp_func, \ 99 CHECKED_CAST(lhash_cmp_func, \
|
/external/boringssl/src/crypto/lhash/ |
D | lhash.c | 72 _LHASH *lh_new(lhash_hash_func hash, lhash_cmp_func comp) { in lh_new() 91 ret->comp = (lhash_cmp_func) strcmp; in lh_new()
|
D | make_macros.sh | 33 …lhash_hash_func, uint32_t (*) (const ${type} *), hash), CHECKED_CAST(lhash_cmp_func, int (*) (cons…
|