Home
last modified time | relevance | path

Searched refs:MD5Context (Results 1 – 25 of 28) 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.c51 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/
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.cc89 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()
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/libmicrohttpd/src/microhttpd/
Dmd5.h32 struct MD5Context struct
41 MD5Init(struct MD5Context *ctx); argument
44 MD5Update(struct MD5Context *ctx,
50 struct MD5Context *ctx);
Dmd5.c154 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()
Ddigestauth.c107 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/
Dmd5.h13 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);
Dmd5.cc44 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/
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/webrtc/webrtc/base/
Dmd5.h31 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]);
Dmd5digest.h31 MD5Context ctx_;
Dmd5.cc42 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/
Dmd5_helper.h55 MD5Context ctx_tmp = md5_; in Get()
69 MD5Context md5_;
/external/dhcpcd-6.8.2/crypt/
Dmd5.h24 typedef struct MD5Context { struct
/external/libjpeg-turbo/md5/
Dmd5.h36 typedef struct MD5Context { struct
/external/google-breakpad/src/common/mac/
Dfile_id.cc56 MD5Context md5; in FileIdentifier()
Dmacho_id.h123 google_breakpad::MD5Context md5_context_;
/external/libvpx/libvpx/examples/
Ddecode_to_md5.c46 MD5Context md5; in get_image_md5()
/external/google-breakpad/src/common/solaris/
Dfile_id.cc162 MD5Context md5; in ElfFileIdentifier()
/external/libchrome/sandbox/linux/bpf_dsl/
Dcodegen_unittest.cc40 base::MD5Context ctx; in Hash()
61 void HashValue(base::MD5Context* ctx, const T& value) { in HashValue()

12