Searched refs:Digests (Results 1 – 9 of 9) sorted by relevance
/external/lzma/CPP/7zip/UI/Common/ |
D | HashCalc.cpp | 101 memset(h.Digests[k], 0, digestSize); in SetMethods() 114 memset(h.Digests[k_HashCalc_Index_Current], 0, h.DigestSize); in InitForNewFile() 166 h.Hasher->Final(h.Digests[0]); in Final() 168 AddDigests(h.Digests[k_HashCalc_Index_DataSum], h.Digests[0], h.DigestSize); in Final() 173 h.Hasher->Update(h.Digests[0], h.DigestSize); in Final() 185 AddDigests(h.Digests[k_HashCalc_Index_NamesSum], tempDigest, h.DigestSize); in Final() 186 AddDigests(h.Digests[k_HashCalc_Index_StreamsSum], tempDigest, h.DigestSize); in Final()
|
D | HashCalc.h | 30 Byte Digests[k_HashCalc_NumGroups][k_HashCalc_DigestSize_Max]; member
|
/external/lzma/CPP/7zip/UI/Console/ |
D | HashCon.cpp | 224 AddHashHexToString(s, h.Digests[digestIndex], h.DigestSize); in PrintResultLine() 308 AddHashHexToString(s, h.Digests[digestIndex], h.DigestSize); in PrintSum()
|
/external/lzma/DOC/ |
D | 7zFormat.txt | 207 Digests (NumStreams) 334 Digests[Number of streams with unknown CRC]
|
/external/skia/site/docs/dev/testing/ |
D | skiagold.md | 49 - Digests are clustered by runs and the most minimal set of blame 55 - Digests will be listed in order with largest difference first 58 <img src=../Digests.png style="margin-left:40px" align="left" width="780"/>
|
/external/skqp/site/dev/testing/ |
D | skiagold.md | 46 + Digests are clustered by runs and the most minimal set of blame 51 + Digests will be listed in order with largest difference first 54 <img src=Digests.png style="margin-left:40px" align="left" width="780"/> <br clear="left">
|
/external/conscrypt/ |
D | IMPLEMENTATION_NOTES.md | 44 ## OAEP Digests
|
/external/skqp/tools/skqp/ |
D | make_gmkb.go | 183 for _, digest := range record.Digests {
|
/external/avb/ |
D | README.md | 27 + [Persistent Digests](#Persistent-Digests) 171 tool for downloading, verifying and calcuating VBMeta Digests. 825 ## Persistent Digests 1124 * [Persistent digests](#Persistent-Digests) for hash or hashtree descriptors.
|