HomeSort by relevance Sort by last modified time
    Searched defs:MD5Context (Results 1 - 11 of 11) sorted by null

  /external/libchrome/base/
md5.h 28 // MD5Context ctx; // intermediate MD5 data: do not use
46 typedef char MD5Context[88];
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/src/crypto/
md5_i.h 12 struct MD5Context {
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);
  /cts/tests/tests/media/libmediandkjni/
md5_utils.h 13 * MD5Context structure, pass it to MD5Init, call MD5Update as
33 typedef struct MD5Context MD5Context;
34 struct MD5Context {
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/autotest/client/deps/glbench/src/
md5.h 13 struct MD5Context {
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/
md5.h 13 * MD5Context structure, pass it to MD5Init, call MD5Update as
32 struct MD5Context
41 MD5Init(struct MD5Context *ctx);
44 MD5Update(struct MD5Context *ctx,
50 struct MD5Context *ctx);
  /external/libvpx/libvpx/
md5_utils.h 13 * MD5Context structure, pass it to MD5Init, call MD5Update as
33 typedef struct MD5Context MD5Context;
34 struct MD5Context {
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/
md5.h 12 * MD5Context structure, pass it to MD5Init, call MD5Update as
31 struct MD5Context {
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/
md5.h 13 * MD5Context structure, pass it to MD5Init, call MD5Update as
24 typedef struct MD5Context {
  /external/google-breakpad/src/common/
md5.h 13 struct MD5Context {
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/
md5.h 36 typedef struct MD5Context {
  /external/openssh/openbsd-compat/
md5.h 24 typedef struct MD5Context {

Completed in 885 milliseconds