Searched refs:locality (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/ulib/digest/
H A Dmerkle-tree.cpp40 // and hashing the |locality| and |length|.
41 zx_status_t DigestInit(Digest* digest, uint64_t locality, size_t length) { argument
48 digest->Update(&locality, sizeof(locality));

Completed in 18 milliseconds