Searched refs:md (Results 1 – 13 of 13) sorted by relevance
36 for (MessageDigest md : mMessageDigests) { in consume()37 md.update(buf, offset, length); in consume()44 for (MessageDigest md : mMessageDigests) { in consume()48 md.update(buf); in consume()
95 MessageDigest md = MessageDigest.getInstance("SHA-256"); in testGetAndroidManifest() local96 md.update(manifest); in testGetAndroidManifest()97 byte[] actualDigest = md.digest(); in testGetAndroidManifest()
308 MessageDigest md = null; in calculateMd5() local310 md = MessageDigest.getInstance("md5"); in calculateMd5()315 InputStream input = new BufferedInputStream(new DigestInputStream(inputSource, md)); in calculateMd5()321 String md5 = bytesToHexString(md.digest()); in calculateMd5()
34 - [General Structure](./atest_structure.md)35 - [Test Finders](./develop_test_finders.md)36 - [Test Runners](./develop_test_runners.md)106 [TradeFed README](../../README.md) for information about setting up
5 do. If you're more interested in how to use atest, go to the [README](../README.md).82 [go here](./develop_test_finders.md)89 …re details and instructions on how to create new test runners, [go here](./develop_test_runners.md)
31 > [constants override](atest_structure.md#constants-override) where you will
36 > [constants override](atest_structure.md#constants-override) where you will
474 MessageDigest md = mds[i]; in computeOneMbChunkContentDigests() local478 md.digest( in computeOneMbChunkContentDigests()484 "Unexpected output size of " + md.getAlgorithm() in computeOneMbChunkContentDigests()497 MessageDigest md = mds[i]; in computeOneMbChunkContentDigests() local498 byte[] digest = md.digest(concatenationOfChunkCountAndChunkDigests); in computeOneMbChunkContentDigests()
448 MessageDigest md = getMessageDigestInstance(manifestDigestAlgorithm); in generateSignatureFile() local451 Base64.getEncoder().encodeToString(md.digest(manifest.contents))); in generateSignatureFile()463 byte[] sectionDigest = md.digest(sectionContents); in generateSignatureFile()
1916 MessageDigest md = getMessageDigest(algorithm); in digest() local1917 md.update(data, offset, length); in digest()1918 return md.digest(); in digest()
6 …sts [go here](https://android.googlesource.com/platform/platform_testing/+/master/docs/index.md).**10 … works? Want to add a feature but not sure where to begin? [Go here.](./docs/developer_workflow.md)11 Just want to learn about the overall structure? [Go here.](./docs/atest_structure.md)
533 for md in monsoon_data:534 f.write(str(md))
META-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...