/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 | 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()
|
/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 | 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()
|
/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/autotest/client/deps/glbench/src/ |
D | md5.h | 13 struct MD5Context { struct 23 void MD5Init(struct MD5Context* ctx); argument 25 void MD5Update(struct MD5Context* ctx, unsigned char const* buf, unsigned len); 27 void MD5Final(unsigned char digest[16], struct MD5Context* ctx);
|
D | md5.cc | 43 void MD5Init(struct MD5Context* ctx) { in MD5Init() 57 void MD5Update(struct MD5Context* ctx, unsigned char const* buf, unsigned len) { in MD5Update() 104 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/webrtc/webrtc/base/ |
D | md5.h | 31 struct MD5Context { struct 37 void MD5Init(MD5Context* context); argument 38 void MD5Update(MD5Context* context, const uint8_t* data, size_t len); 39 void MD5Final(MD5Context* context, uint8_t digest[16]);
|
D | md5digest.h | 31 MD5Context ctx_;
|
D | md5.cc | 42 void MD5Init(MD5Context* ctx) { in MD5Init() 52 void MD5Update(MD5Context* ctx, const uint8_t* buf, size_t len) { in MD5Update() 92 void MD5Final(MD5Context* ctx, uint8_t digest[16]) { 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/u-boot/lib/ |
D | md5.c | 59 MD5Init(struct MD5Context *ctx) in MD5Init() 75 MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len) in MD5Update() 124 MD5Final(unsigned char digest[16], struct MD5Context *ctx) in MD5Final() 273 struct MD5Context context; in md5() 290 struct MD5Context context; in md5_wd()
|
/external/u-boot/include/u-boot/ |
D | md5.h | 11 struct MD5Context { struct
|