/external/libaom/libaom/common/ |
D | md5_utils.h | 33 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);
|
D | rawenc.c | 37 MD5Update((MD5Context *)md5, buffer, size * nmemb); in write_md5() 94 const int num_planes, MD5Context *md5) { in raw_update_image_md5()
|
D | rawenc.h | 26 const int num_planes, MD5Context *md5);
|
D | y4menc.h | 33 MD5Context *md5);
|
D | md5_utils.c | 48 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()
|
D | y4menc.c | 104 MD5Context *md5) { in y4m_update_image_md5()
|
/external/libvpx/libvpx/ |
D | md5_utils.h | 33 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);
|
D | md5_utils.c | 49 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/v4l2_codec2/tests/c2_e2e_test/jni/ |
D | md5.h | 47 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);
|
D | md5.cpp | 156 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/ |
D | md5.h | 46 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);
|
D | md5_unittest.cc | 91 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()
|
D | md5.cc | 157 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/ |
D | md5_i.h | 12 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);
|
D | md5-internal.c | 20 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/ |
D | md5.h | 13 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);
|
D | md5.cc | 46 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/ |
D | md5.h | 43 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);
|
D | md5.c | 71 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/ |
D | md5.cc | 16 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/ |
D | md5_helper.h | 56 MD5Context ctx_tmp = md5_; in Get() 70 MD5Context md5_;
|
/external/libaom/libaom/test/ |
D | md5_helper.h | 57 MD5Context ctx_tmp = md5_; in Get() 71 MD5Context md5_;
|
/external/openssh/openbsd-compat/ |
D | md5.h | 24 typedef struct MD5Context { struct
|
/external/google-breakpad/src/common/mac/ |
D | file_id.cc | 57 MD5Context md5; in FileIdentifier()
|
D | macho_id.h | 123 google_breakpad::MD5Context md5_context_;
|