Home
last modified time | relevance | path

Searched defs:md5 (Results 1 – 25 of 594) sorted by relevance

12345678910>>...24

/aosp_15_r20/external/libdav1d/tools/output/
H A Dmd5.c92 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 Doapv_util.c141 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 Dtransfer_activity_log.proto42 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/
Dmd5module.c125 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/
Dcrypt_md5.c14 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 Dcrypt_md5.c14 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 Dutils.cc66 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 DHashingSink.kt50 fun md5(sink: Sink): HashingSink method
H A DHashingSource.kt51 fun md5(source: Source): HashingSource method
H A DBuffer.kt97 fun md5(): ByteString in emitCompleteSegments() method in okio.Buffer
H A DByteString.kt65 fun md5(): ByteString in utf8() method
/aosp_15_r20/external/lottie/snapshot-tests/src/androidTest/java/com/airbnb/lottie/snapshots/utils/
H A DHappoSnapshotter.kt81 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 DMd5Cache.java55 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 Dtjbench-gtest-wrapper.cpp102 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 Drawenc.c29 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 DDefaultSignatureAlgorithmIdentifierFinder.java356 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 DDefaultSignatureAlgorithmIdentifierFinder.java352 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 Dcpdf_security_handler.cpp53 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 DEncoder.java185 private final MessageDigest md5; field in Encoder
265 // @Nullable MessageDigest md5, in Encoder()
/aosp_15_r20/external/skia/tools/testrunners/gm/
H A DBazelGMTestRunner.cpp129 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/
Ddeploy_patch_generator.cpp221 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 Dcrypto.hpp133 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 Dmd5_check.py361 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 Dgm_bindings.cpp85 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 DBaseEmulatorHelper.java457 private static String md5(File zipFile) throws IOException { in md5() method in BaseEmulatorHelper.DownloadableEmulatorRunner
459 MessageDigest md5 = MessageDigest.getInstance("MD5"); in md5() local

12345678910>>...24