/aosp_15_r20/external/libdav1d/tools/output/ |
H A D | md5.c | 92 static int md5_open(MD5Context *const md5, const char *const file, in md5_open() 149 static void md5_body(MD5Context *const md5, const uint32_t *const data) { in md5_body() 166 static void md5_update(MD5Context *const md5, const uint8_t *data, unsigned len) { in md5_update() 194 static int md5_write(MD5Context *const md5, Dav1dPicture *const p) { in md5_write() 252 static void md5_finish(MD5Context *const md5) { in md5_finish() 262 static void md5_close(MD5Context *const md5) { in md5_close() 281 static int md5_verify(MD5Context *const md5, const char *md5_str) { in md5_verify()
|
/aosp_15_r20/external/libopenapv/src/ |
H A D | oapv_util.c | 141 static void md5_init(oapv_md5_t *md5) in md5_init() 152 static void md5_update(oapv_md5_t *md5, void *buf_t, u32 len) in md5_update() 187 static void md5_update_16(oapv_md5_t *md5, void *buf_t, u32 len) in md5_update_16() 229 static void md5_finish(oapv_md5_t *md5, u8 digest[16]) in md5_finish() 264 oapv_md5_t md5[N_C]; in oapv_imgb_set_md5() local
|
/aosp_15_r20/external/googleapis/google/storagetransfer/logging/ |
H A D | transfer_activity_log.proto | 42 string md5 = 4; field 69 string md5 = 4; field 102 string md5 = 5; field 141 string md5 = 2; field
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | md5module.c | 125 static void md5_compress(struct md5_state *md5, const unsigned char *buf) in md5_compress() 220 md5_init(struct md5_state *md5) in md5_init() 238 md5_process(struct md5_state *md5, const unsigned char *in, Py_ssize_t inlen) in md5_process() 273 md5_done(struct md5_state *md5, unsigned char *out) in md5_done() 339 MD5object *md5 = (MD5object *)PyObject_GC_New(MD5object, st->md5_type); in newMD5object() local
|
/aosp_15_r20/external/trusty/musl/src/crypt/ |
D | crypt_md5.c | 14 struct md5 { struct 15 uint64_t len; /* processed message length */ 16 uint32_t h[4]; /* hash state */ 17 uint8_t buf[64]; /* message block buffer */
|
/aosp_15_r20/external/musl/src/crypt/ |
H A D | crypt_md5.c | 14 struct md5 { struct 15 uint64_t len; /* processed message length */ 16 uint32_t h[4]; /* hash state */ 17 uint8_t buf[64]; /* message block buffer */
|
/aosp_15_r20/external/libgav1/tests/ |
H A D | utils.cc | 66 libvpx_test::MD5 md5; in GetMd5Sum() local 73 libvpx_test::MD5 md5; in GetMd5Sum() local 88 libvpx_test::MD5 md5; in GetMd5Sum() local
|
/aosp_15_r20/external/okio/okio/src/commonMain/kotlin/okio/ |
H A D | HashingSink.kt | 50 fun md5(sink: Sink): HashingSink method
|
H A D | HashingSource.kt | 51 fun md5(source: Source): HashingSource method
|
H A D | Buffer.kt | 97 fun md5(): ByteString in emitCompleteSegments() method in okio.Buffer
|
H A D | ByteString.kt | 65 fun md5(): ByteString in utf8() method
|
/aosp_15_r20/external/lottie/snapshot-tests/src/androidTest/java/com/airbnb/lottie/snapshots/utils/ |
H A D | HappoSnapshotter.kt | 81 val md5 = byteOutputStream.toByteArray().md5 in <lambda>() constant 152 private val ByteArray.md5: String in <lambda>() constant
|
/aosp_15_r20/external/vogar/src/vogar/ |
H A D | Md5Cache.java | 55 private static String md5(File file) { in md5() method in Md5Cache 79 private static String md5(String string) { in md5() method in Md5Cache
|
/aosp_15_r20/external/libjpeg-turbo/gtest/ |
H A D | tjbench-gtest-wrapper.cpp | 102 const std::string md5 = base::MD5String(test_image_data); in TEST_P() local 173 const std::string md5 = base::MD5String(test_image_data); in TEST_P() local
|
/aosp_15_r20/external/libaom/common/ |
H A D | rawenc.c | 29 static void write_md5(void *md5, const uint8_t *buffer, unsigned int size, in write_md5() 97 const int num_planes, MD5Context *md5) { in raw_update_image_md5()
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcpkix/src/main/java/com/android/internal/org/bouncycastle/operator/ |
H A D | DefaultSignatureAlgorithmIdentifierFinder.java | 356 digestOids.put(PKCSObjectIdentifiers.md5WithRSAEncryption, PKCSObjectIdentifiers.md5); in digestOids.put() 388 digestOids.put(PKCSObjectIdentifiers.md5WithRSAEncryption, PKCSObjectIdentifiers.md5); in digestOids.put()
|
/aosp_15_r20/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/ |
H A D | DefaultSignatureAlgorithmIdentifierFinder.java | 352 digestOids.put(PKCSObjectIdentifiers.md5WithRSAEncryption, PKCSObjectIdentifiers.md5); in digestOids.put() 384 digestOids.put(PKCSObjectIdentifiers.md5WithRSAEncryption, PKCSObjectIdentifiers.md5); in digestOids.put()
|
/aosp_15_r20/external/pdfium/core/fpdfapi/parser/ |
H A D | cpdf_security_handler.cpp | 53 CRYPT_md5_context md5 = CRYPT_MD5Start(); in CalcEncryptKey() local 468 CRYPT_md5_context md5 = CRYPT_MD5Start(); in CheckUserPassword() local 609 CRYPT_md5_context md5 = CRYPT_MD5Start(); in OnCreateInternal() local
|
/aosp_15_r20/external/rappor/client/java/com/google/rappor/ |
H A D | Encoder.java | 185 private final MessageDigest md5; field in Encoder 265 // @Nullable MessageDigest md5, in Encoder()
|
/aosp_15_r20/external/skia/tools/testrunners/gm/ |
H A D | BazelGMTestRunner.cpp | 129 SkString md5 = digest.toLowercaseHexString(); in write_png_and_json_files() local 321 std::string md5 = line; in read_known_digests_file() local
|
/aosp_15_r20/packages/modules/adb/fastdeploy/deploypatchgenerator/ |
D | deploy_patch_generator.cpp | 221 md5Digest md5; in BuildIdenticalEntries() local 231 md5Digest md5; in BuildIdenticalEntries() local
|
/aosp_15_r20/external/ot-br-posix/third_party/Simple-web-server/repo/ |
H A D | crypto.hpp | 133 static std::string md5(const std::string &input, std::size_t iterations = 1) noexcept { in md5() function in SimpleWeb::Crypto 142 static std::string md5(std::istream &stream, std::size_t iterations = 1) noexcept { in md5() function in SimpleWeb::Crypto
|
/aosp_15_r20/external/libchrome/build/android/gyp/util/ |
H A D | md5_check.py | 361 def _UpdateMd5ForFile(md5, path, block_size=2**16): argument 370 def _UpdateMd5ForDirectory(md5, dir_path): argument
|
/aosp_15_r20/external/skia/modules/canvaskit/ |
H A D | gm_bindings.cpp | 85 static void LoadKnownDigest(std::string md5) { in LoadKnownDigest() 168 SkString md5; in RunGM() local
|
/aosp_15_r20/external/sdk-platform-java/java-core/google-cloud-core/src/main/java/com/google/cloud/testing/ |
H A D | BaseEmulatorHelper.java | 457 private static String md5(File zipFile) throws IOException { in md5() method in BaseEmulatorHelper.DownloadableEmulatorRunner 459 MessageDigest md5 = MessageDigest.getInstance("MD5"); in md5() local
|