Searched refs:MD5Context (Results 1 – 14 of 14) sorted by relevance
/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()
|
D | vpxdec.c | 243 MD5Context *md5) { in update_image_md5() 535 MD5Context md5_ctx; in main_loop()
|
/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; 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()
|
D | crypto_internal.c | 20 struct MD5Context md5;
|
/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/libvpx/libvpx/test/ |
D | md5_helper.h | 50 MD5Context ctx_tmp = md5_; in Get() 64 MD5Context md5_;
|
/external/openssh/openbsd-compat/ |
D | md5.h | 24 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 | 48 MD5Context md5; in get_image_md5()
|
/external/google-breakpad/src/common/solaris/ |
D | file_id.cc | 162 MD5Context md5; in ElfFileIdentifier()
|