Searched refs:dohash (Results 1 - 3 of 3) sorted by relevance
/third_party/ntfs-3g/libntfs-3g/ |
H A D | cache.c | 70 if (cache->dohash) { in inserthashindex() 71 h = cache->dohash(current); in inserthashindex() 88 cache->dohash = (cache_hash)NULL; in inserthashindex() 94 cache->dohash = (cache_hash)NULL; in inserthashindex() 109 if (cache->dohash) { in drophashindex() 129 cache->dohash = (cache_hash)NULL; in drophashindex() 135 cache->dohash = (cache_hash)NULL; in drophashindex() 157 if (cache->dohash) { in ntfs_fetch_cache() 162 h = cache->dohash(wanted); in ntfs_fetch_cache() 169 if (!cache->dohash) { in ntfs_fetch_cache() 472 ntfs_create_cache(const char *name, cache_free dofree, cache_hash dohash, int full_item_size, int item_count, int max_hash) ntfs_create_cache() argument [all...] |
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | cache.h | 90 cache_hash dohash; member
|
/third_party/openssl/test/ |
H A D | curve448_internal_test.c | 585 static const uint8_t *dohash(EVP_MD_CTX *hashctx, const uint8_t *msg, in dohash() function 633 dohash(hashctx, phmsg1, in test_ed448() 638 dohash(hashctx, phmsg2, in test_ed448()
|
Completed in 3 milliseconds