Home
last modified time | relevance | path

Searched refs:MD5Context (Results 1 – 25 of 32) sorted by relevance

12

/external/libvpx/libvpx/
Dmd5_utils.h33 typedef struct MD5Context MD5Context; typedef
34 struct MD5Context { struct
40 void MD5Init(struct MD5Context *context); argument
41 void MD5Update(struct MD5Context *context, md5byte const *buf, unsigned len);
42 void MD5Final(unsigned char digest[16], struct MD5Context *context);
Dmd5_utils.c49 void MD5Init(struct MD5Context *ctx) { in MD5Init()
63 void MD5Update(struct MD5Context *ctx, md5byte const *buf, unsigned len) { in MD5Update()
104 void MD5Final(md5byte digest[16], struct MD5Context *ctx) { in MD5Final()
/external/libaom/libaom/common/
Dmd5_utils.h33 typedef struct MD5Context MD5Context; typedef
34 struct MD5Context { struct
40 void MD5Init(struct MD5Context *context); argument
41 void MD5Update(struct MD5Context *context, md5byte const *buf, unsigned len);
42 void MD5Final(unsigned char digest[16], struct MD5Context *context);
Drawenc.c37 MD5Update((MD5Context *)md5, buffer, size * nmemb); in write_md5()
94 const int num_planes, MD5Context *md5) { in raw_update_image_md5()
Drawenc.h26 const int num_planes, MD5Context *md5);
Dy4menc.h33 MD5Context *md5);
Dmd5_utils.c48 void MD5Init(struct MD5Context *ctx) { in MD5Init()
62 void MD5Update(struct MD5Context *ctx, md5byte const *buf, unsigned len) { in MD5Update()
103 void MD5Final(md5byte digest[16], struct MD5Context *ctx) { in MD5Final()
Dy4menc.c104 MD5Context *md5) { in y4m_update_image_md5()
/external/v4l2_codec2/tests/c2_e2e_test/jni/
Dmd5.h47 typedef char MD5Context[88]; typedef
51 void MD5Init(MD5Context* context);
56 void MD5Update(MD5Context* context, const std::string& data);
59 void MD5Final(MD5Digest* digest, MD5Context* context);
64 void MD5IntermediateFinal(MD5Digest* digest, const MD5Context* context);
Dmd5.cpp156 void MD5Init(MD5Context* context) { in MD5Init()
170 void MD5Update(MD5Context* context, const std::string& data) { in MD5Update()
220 void MD5Final(MD5Digest* digest, MD5Context* context) { in MD5Final()
261 void MD5IntermediateFinal(MD5Digest* digest, const MD5Context* context) { in MD5IntermediateFinal()
264 MD5Context context_copy; in MD5IntermediateFinal()
284 MD5Context ctx; in MD5Sum()
/external/libchrome/base/
Dmd5.h46 typedef char MD5Context[88]; typedef
50 BASE_EXPORT void MD5Init(MD5Context* context);
55 BASE_EXPORT void MD5Update(MD5Context* context, const StringPiece& data);
58 BASE_EXPORT void MD5Final(MD5Digest* digest, MD5Context* context);
64 const MD5Context* context);
Dmd5_unittest.cc91 MD5Context ctx; in TEST()
109 MD5Context ctx; in TEST()
194 MD5Context ctx; in TEST()
212 MD5Context check_header_context; in TEST()
216 MD5Context check_full_context; in TEST()
220 MD5Context context; in TEST()
Dmd5.cc157 void MD5Init(MD5Context* context) { in MD5Init()
171 void MD5Update(MD5Context* context, const StringPiece& data) { in MD5Update()
221 void MD5Final(MD5Digest* digest, MD5Context* context) { in MD5Final()
264 void MD5IntermediateFinal(MD5Digest* digest, const MD5Context* context) { in MD5IntermediateFinal()
267 MD5Context context_copy; in MD5IntermediateFinal()
287 MD5Context ctx; in MD5Sum()
/external/wpa_supplicant_8/src/crypto/
Dmd5_i.h12 struct MD5Context { struct
18 void MD5Init(struct MD5Context *context); argument
19 void MD5Update(struct MD5Context *context, unsigned char const *buf,
21 void MD5Final(unsigned char digest[16], struct MD5Context *context);
Dmd5-internal.c20 typedef struct MD5Context MD5_CTX;
87 void MD5Init(struct MD5Context *ctx) in MD5Init()
102 void MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len) in MD5Update()
150 void MD5Final(unsigned char digest[16], struct MD5Context *ctx) in MD5Final()
/external/google-breakpad/src/common/
Dmd5.h13 struct MD5Context { struct
19 void MD5Init(struct MD5Context *ctx); argument
21 void MD5Update(struct MD5Context *ctx, unsigned char const *buf, size_t len);
23 void MD5Final(unsigned char digest[16], struct MD5Context *ctx);
Dmd5.cc46 void MD5Init(struct MD5Context *ctx) in MD5Init()
61 void MD5Update(struct MD5Context *ctx, unsigned char const *buf, size_t len) in MD5Update()
109 void MD5Final(unsigned char digest[16], struct MD5Context *ctx) in MD5Final()
/external/libjpeg-turbo/md5/
Dmd5.h43 typedef struct MD5Context { struct
49 extern void MD5Init(struct MD5Context *ctx); argument
50 extern void MD5Update(struct MD5Context *ctx, unsigned char *buf,
52 extern void MD5Final(unsigned char digest[16], struct MD5Context *ctx);
Dmd5.c71 void MD5Init(struct MD5Context *ctx) in MD5Init()
86 void MD5Update(struct MD5Context *ctx, unsigned char *buf, unsigned int len) in MD5Update()
134 void MD5Final(unsigned char digest[16], struct MD5Context *ctx) in MD5Final()
173 memset(ctx, 0, sizeof(struct MD5Context)); /* In case it's sensitive */ in MD5Final()
/external/dynamic_depth/internal/xmpmeta/
Dmd5.cc16 typedef struct MD5Context MD5_CTX;
18 struct MD5Context { struct
24 void MD5Init(struct MD5Context* context);
25 void MD5Update(struct MD5Context* context, const uint8* data, size_t len);
26 void MD5Final(unsigned char digest[16], struct MD5Context* ctx);
31 void MD5Init(MD5Context* context) { in MD5Init()
41 void MD5Update(MD5Context* context, const uint8* data, size_t len) { in MD5Update()
79 void MD5Final(uint8 digest[16], MD5Context* ctx) { in MD5Final()
219 MD5Context md5_context; in MD5()
/external/libvpx/libvpx/test/
Dmd5_helper.h56 MD5Context ctx_tmp = md5_; in Get()
70 MD5Context md5_;
/external/libaom/libaom/test/
Dmd5_helper.h57 MD5Context ctx_tmp = md5_; in Get()
71 MD5Context md5_;
/external/openssh/openbsd-compat/
Dmd5.h24 typedef struct MD5Context { struct
/external/google-breakpad/src/common/mac/
Dfile_id.cc57 MD5Context md5; in FileIdentifier()
Dmacho_id.h123 google_breakpad::MD5Context md5_context_;

12