Searched refs:get_next_ptr_and_hash (Results 1 – 3 of 3) sorted by relevance
/external/boringssl/src/crypto/lhash/ |
D | lhash.c | 152 static LHASH_ITEM **get_next_ptr_and_hash(const _LHASH *lh, uint32_t *out_hash, in get_next_ptr_and_hash() function 193 get_next_ptr_and_hash(lh, NULL, data, call_hash_func, call_cmp_func); in OPENSSL_lh_retrieve() 276 get_next_ptr_and_hash(lh, &hash, data, call_hash_func, call_cmp_func); in OPENSSL_lh_insert() 309 get_next_ptr_and_hash(lh, NULL, data, call_hash_func, call_cmp_func); in OPENSSL_lh_delete()
|
/external/cronet/third_party/boringssl/src/crypto/lhash/ |
D | lhash.c | 152 static LHASH_ITEM **get_next_ptr_and_hash(const _LHASH *lh, uint32_t *out_hash, in get_next_ptr_and_hash() function 193 get_next_ptr_and_hash(lh, NULL, data, call_hash_func, call_cmp_func); in OPENSSL_lh_retrieve() 276 get_next_ptr_and_hash(lh, &hash, data, call_hash_func, call_cmp_func); in OPENSSL_lh_insert() 309 get_next_ptr_and_hash(lh, NULL, data, call_hash_func, call_cmp_func); in OPENSSL_lh_delete()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/lhash/ |
D | lhash.c | 152 static LHASH_ITEM **get_next_ptr_and_hash(const _LHASH *lh, uint32_t *out_hash, in get_next_ptr_and_hash() function 193 get_next_ptr_and_hash(lh, NULL, data, call_hash_func, call_cmp_func); in OPENSSL_lh_retrieve() 276 get_next_ptr_and_hash(lh, &hash, data, call_hash_func, call_cmp_func); in OPENSSL_lh_insert() 309 get_next_ptr_and_hash(lh, NULL, data, call_hash_func, call_cmp_func); in OPENSSL_lh_delete()
|