Home
last modified time | relevance | path

Searched refs:dohash (Results 1 – 3 of 3) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
Dcache.c70 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()
[all …]
/third_party/openssl/test/
Dcurve448_internal_test.c585 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()
/third_party/ntfs-3g/include/ntfs-3g/
Dcache.h90 cache_hash dohash; member