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

/external/chromium_org/base/
H A Dmd5.h25 // MD5Context ctx; // intermediate MD5 data: do not use
43 typedef char MD5Context[88]; typedef in namespace:base
51 BASE_EXPORT void MD5Init(MD5Context* context);
56 BASE_EXPORT void MD5Update(MD5Context* context, const StringPiece& data);
59 BASE_EXPORT void MD5Final(MD5Digest* digest, MD5Context* context);
65 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/chromium_org/third_party/libaddressinput/src/cpp/src/util/
H A Dmd5.h29 // MD5Context ctx; // intermediate MD5 data: do not use
47 typedef char MD5Context[88]; typedef in namespace:i18n::addressinput
55 void MD5Init(MD5Context* context);
60 void MD5Update(MD5Context* context, const std::string& data);
63 void MD5Final(MD5Digest* digest, MD5Context* context);
/external/chromium_org/third_party/libvpx/source/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/chromium_org/third_party/webrtc/base/
H A Dmd5.h12 * MD5Context structure, pass it to MD5Init, call MD5Update as
30 typedef struct MD5Context MD5_CTX;
32 struct MD5Context { struct in namespace:rtc
38 void MD5Init(MD5Context* context);
39 void MD5Update(MD5Context* context, const uint8* data, size_t len);
40 void MD5Final(MD5Context* context, uint8 digest[16]);
/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/chromium_org/third_party/sqlite/src/test/
H A Dthreadtest3.c97 * MD5Context structure, pass it to MD5Init, call MD5Update as
114 struct MD5Context { struct
120 typedef struct MD5Context MD5Context; typedef in typeref:struct:MD5Context
237 static void MD5Init(MD5Context *ctx){
252 void MD5Update(MD5Context *ctx, const unsigned char *buf, unsigned int len){
300 static void MD5Final(unsigned char digest[16], MD5Context *ctx){
360 MD5Context *p;
376 MD5Context *p;
/external/chromium_org/third_party/sqlite/src/src/
H A Dtclsqlite.c3078 * MD5Context structure, pass it to MD5Init, call MD5Update as
3095 struct MD5Context { struct
3101 typedef struct MD5Context MD5Context; typedef in typeref:struct:MD5Context
3218 static void MD5Init(MD5Context *ctx){
3233 void MD5Update(MD5Context *ctx, const unsigned char *buf, unsigned int len){
3281 static void MD5Final(unsigned char digest[16], MD5Context *ctx){
3359 MD5Context ctx;
3384 MD5Context ctx;
3438 MD5Context *
[all...]

Completed in 2600 milliseconds