Searched defs:MD5Context (Results 1 - 12 of 12) sorted by relevance

/external/libchrome/base/
H A Dmd5.h28 // MD5Context ctx; // intermediate MD5 data: do not use
46 typedef char MD5Context[88]; typedef in namespace:base
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);
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dmd5_i.h12 struct MD5Context { struct
18 void MD5Init(struct MD5Context *context);
19 void MD5Update(struct MD5Context *context, unsigned char const *buf,
21 void MD5Final(unsigned char digest[16], struct MD5Context *context);
/external/wpa_supplicant_8/src/crypto/
H A Dmd5_i.h12 struct MD5Context { struct
18 void MD5Init(struct MD5Context *context);
19 void MD5Update(struct MD5Context *context, unsigned char const *buf,
21 void MD5Final(unsigned char digest[16], struct MD5Context *context);
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dmd5_i.h12 struct MD5Context { struct
18 void MD5Init(struct MD5Context *context);
19 void MD5Update(struct MD5Context *context, unsigned char const *buf,
21 void MD5Final(unsigned char digest[16], struct MD5Context *context);
/external/autotest/client/deps/glbench/src/
H A Dmd5.h13 struct MD5Context { struct
23 void MD5Init(struct MD5Context *ctx);
25 void MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len);
27 void MD5Final(unsigned char digest[16], struct MD5Context *ctx);
/external/libmicrohttpd/src/microhttpd/
H A Dmd5.h13 * MD5Context structure, pass it to MD5Init, call MD5Update as
32 struct MD5Context struct
41 MD5Init(struct MD5Context *ctx);
44 MD5Update(struct MD5Context *ctx,
50 struct MD5Context *ctx);
/external/libvpx/libvpx/
H A Dmd5_utils.h13 * MD5Context structure, pass it to MD5Init, call MD5Update as
33 typedef struct MD5Context MD5Context; typedef in typeref:struct:MD5Context
34 struct MD5Context { struct
40 void MD5Init(struct MD5Context *context);
41 void MD5Update(struct MD5Context *context, md5byte const *buf, unsigned len);
42 void MD5Final(unsigned char digest[16], struct MD5Context *context);
/external/webrtc/webrtc/base/
H A Dmd5.h12 * MD5Context structure, pass it to MD5Init, call MD5Update as
31 struct MD5Context { struct in namespace:rtc
37 void MD5Init(MD5Context* context);
38 void MD5Update(MD5Context* context, const uint8_t* data, size_t len);
39 void MD5Final(MD5Context* context, uint8_t digest[16]);
/external/dhcpcd-6.8.2/crypt/
H A Dmd5.h13 * MD5Context structure, pass it to MD5Init, call MD5Update as
24 typedef struct MD5Context { struct
/external/google-breakpad/src/common/
H A Dmd5.h13 struct MD5Context { struct in namespace:google_breakpad
19 void MD5Init(struct MD5Context *ctx);
21 void MD5Update(struct MD5Context *ctx, unsigned char const *buf, size_t len);
23 void MD5Final(unsigned char digest[16], struct MD5Context *ctx);
/external/libjpeg-turbo/md5/
H A Dmd5.h36 typedef struct MD5Context { struct
/external/openssh/openbsd-compat/
H A Dmd5.h24 typedef struct MD5Context { struct

Completed in 640 milliseconds