Searched refs:get_next_ptr_and_hash (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/crypto/lhash/ |
D | lhash.c | 141 static LHASH_ITEM **get_next_ptr_and_hash(const _LHASH *lh, uint32_t *out_hash, in get_next_ptr_and_hash() function 182 get_next_ptr_and_hash(lh, NULL, data, call_hash_func, call_cmp_func); in lh_retrieve() 263 get_next_ptr_and_hash(lh, &hash, data, call_hash_func, call_cmp_func); in lh_insert() 296 get_next_ptr_and_hash(lh, NULL, data, call_hash_func, call_cmp_func); in lh_delete()
|