/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 | 51 MD5Init(struct MD5Context *ctx) { in MD5Init() 66 MD5Update(struct MD5Context *ctx, md5byte const *buf, unsigned len) { in MD5Update() 108 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 | 89 MD5Context ctx; in TEST() 107 MD5Context ctx; in TEST() 192 MD5Context ctx; in TEST() 210 MD5Context check_header_context; in TEST() 214 MD5Context check_full_context; in TEST() 218 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/libmicrohttpd/src/microhttpd/ |
D | md5.h | 32 struct MD5Context struct 41 MD5Init(struct MD5Context *ctx); argument 44 MD5Update(struct MD5Context *ctx, 50 struct MD5Context *ctx);
|
D | md5.c | 154 MD5Init(struct MD5Context *ctx) in MD5Init() 170 MD5Update(struct MD5Context *ctx, in MD5Update() 223 struct MD5Context *ctx) in MD5Final() 264 memset(ctx, 0, sizeof(struct MD5Context)); /* In case it's sensitive */ in MD5Final()
|
D | digestauth.c | 107 struct MD5Context md5; in digest_calc_ha1() 155 struct MD5Context md5; in digest_calc_response() 405 struct MD5Context md5; in calculate_nonce()
|
/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 | 44 void MD5Init(struct MD5Context *ctx) in MD5Init() 59 void MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len) in MD5Update() 107 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/libvpx/libvpx/test/ |
D | md5_helper.h | 55 MD5Context ctx_tmp = md5_; in Get() 69 MD5Context md5_;
|
/external/dhcpcd-6.8.2/crypt/ |
D | md5.h | 24 typedef struct MD5Context { struct
|
/external/libjpeg-turbo/md5/ |
D | md5.h | 36 typedef struct MD5Context { struct
|
/external/google-breakpad/src/common/mac/ |
D | file_id.cc | 56 MD5Context md5; in FileIdentifier()
|
D | macho_id.h | 123 google_breakpad::MD5Context md5_context_;
|
/external/libvpx/libvpx/examples/ |
D | decode_to_md5.c | 46 MD5Context md5; in get_image_md5()
|
/external/google-breakpad/src/common/solaris/ |
D | file_id.cc | 162 MD5Context md5; in ElfFileIdentifier()
|
/external/libchrome/sandbox/linux/bpf_dsl/ |
D | codegen_unittest.cc | 40 base::MD5Context ctx; in Hash() 61 void HashValue(base::MD5Context* ctx, const T& value) { in HashValue()
|