Home
last modified time | relevance | path

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

/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()
Dvpxdec.c243 MD5Context *md5) { in update_image_md5()
535 MD5Context md5_ctx; in main_loop()
/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;
84 void MD5Init(struct MD5Context *ctx) in MD5Init()
99 void MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len) in MD5Update()
147 void MD5Final(unsigned char digest[16], struct MD5Context *ctx) in MD5Final()
Dcrypto_internal.c20 struct MD5Context md5;
/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/libvpx/libvpx/test/
Dmd5_helper.h50 MD5Context ctx_tmp = md5_; in Get()
64 MD5Context md5_;
/external/openssh/openbsd-compat/
Dmd5.h24 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.c48 MD5Context md5; in get_image_md5()
/external/google-breakpad/src/common/solaris/
Dfile_id.cc162 MD5Context md5; in ElfFileIdentifier()