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

/fuchsia/zircon/system/utest/digest/
H A Ddigest.cpp47 actual.Hash(nullptr, 0);
63 actual.Hash(buf, Digest::kLength);
73 expected.Hash(kZeroDigest, n);
98 expected.Hash(buf, sizeof(buf));
/fuchsia/zircon/system/ulib/digest/include/digest/
H A Ddigest.h59 const uint8_t* Hash(const void* data, size_t len);
140 // C wrapper for |Digest::Hash|. |out| must point to a buffer with room for at
/fuchsia/zircon/system/ulib/digest/
H A Ddigest.cpp78 const uint8_t* Digest::Hash(const void* buf, size_t len) { function in class:digest::Digest
187 digest.Hash(buf, len);
/fuchsia/zircon/system/ulib/fvm/
H A Dfvm.cpp92 const uint8_t* hash = digest.Hash(metadata, metadata_size);
/fuchsia/zircon/make/
H A Dboard.mk104 # Android Verified Boot (AVB) support: Hash footer is added to the boot image
/fuchsia/zircon/third_party/tools/android/avb/
H A Davbtool1198 hash_block_size: Hash block size
1202 hash_algorithm: Hash algorithm used.
1297 o.write(' Hash Block Size: {} bytes\n'.format(
1302 o.write(' Hash Algorithm: {}\n'.format(self.hash_algorithm))
1391 hash_algorithm: Hash algorithm used.
1460 o.write(' Hash descriptor:\n')
1462 o.write(' Hash Algorithm: {}\n'.format(self.hash_algorithm))
2275 hash_algorithm: Hash algorithm used.
2946 hash_algorithm: Hash algorithm to use.
3151 hash_algorithm: Hash algorith
[all...]

Completed in 95 milliseconds