Home
last modified time | relevance | path

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

/external/libvpx/
Dmd5_utils.h29 typedef struct MD5Context MD5Context; typedef
30 struct MD5Context struct
37 void MD5Init(struct MD5Context *context); argument
38 void MD5Update(struct MD5Context *context, md5byte const *buf, unsigned len);
39 void MD5Final(unsigned char digest[16], struct MD5Context *context);
Dmd5_utils.c56 MD5Init(struct MD5Context *ctx) in MD5Init()
72 MD5Update(struct MD5Context *ctx, md5byte const *buf, unsigned len) in MD5Update()
117 MD5Final(md5byte digest[16], struct MD5Context *ctx) in MD5Final()
Dvpxdec.c311 MD5Context *md5_ctx = out = malloc(sizeof(MD5Context)); in out_open()
/external/chromium/base/
Dmd5.h40 typedef char MD5Context[88]; typedef
48 void MD5Init(MD5Context* context);
53 void MD5Update(MD5Context* context, const void* buf, size_t len);
56 void MD5Final(MD5Digest* digest, MD5Context* pCtx);
Dmd5.cc148 void MD5Init(MD5Context *pCtx){ in MD5Init()
162 void MD5Update(MD5Context *pCtx, const void *inbuf, size_t len){ in MD5Update()
212 void MD5Final(MD5Digest* digest, MD5Context *pCtx){ in MD5Final()
269 MD5Context ctx; in MD5Sum()
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
Dmd5.h26 struct MD5Context;
28 void MD5Init(struct MD5Context *context);
29 void MD5Update(struct MD5Context *context, unsigned char const *buf,
31 void MD5Final(unsigned char digest[16], struct MD5Context *context);
Dmd5.c112 struct MD5Context { struct
119 static void MD5Init(struct MD5Context *context); argument
120 static void MD5Update(struct MD5Context *context, unsigned char const *buf,
122 static void MD5Final(unsigned char digest[16], struct MD5Context *context);
127 typedef struct MD5Context MD5_CTX;
189 void MD5Init(struct MD5Context *ctx) in MD5Init()
204 void MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len) in MD5Update()
252 void MD5Final(unsigned char digest[16], struct MD5Context *ctx) in MD5Final()
Dcrypto_internal.c43 struct MD5Context { struct
59 struct MD5Context md5; argument
/external/wpa_supplicant/
Dmd5.h26 struct MD5Context;
28 void MD5Init(struct MD5Context *context);
29 void MD5Update(struct MD5Context *context, unsigned char const *buf,
31 void MD5Final(unsigned char digest[16], struct MD5Context *context);
Dmd5.c112 struct MD5Context { struct
119 static void MD5Init(struct MD5Context *context); argument
120 static void MD5Update(struct MD5Context *context, unsigned char const *buf,
122 static void MD5Final(unsigned char digest[16], struct MD5Context *context);
127 typedef struct MD5Context MD5_CTX;
189 void MD5Init(struct MD5Context *ctx) in MD5Init()
204 void MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len) in MD5Update()
252 void MD5Final(unsigned char digest[16], struct MD5Context *ctx) in MD5Final()
Dcrypto_internal.c42 struct MD5Context { struct
58 struct MD5Context md5; argument
/external/chromium/net/third_party/nss/ssl/bodge/
Dblapi.h757 extern MD5Context *MD5_NewContext(void);
765 extern void MD5_DestroyContext(MD5Context *cx, PRBool freeit);
770 extern void MD5_Begin(MD5Context *cx);
778 extern void MD5_Update(MD5Context *cx,
789 extern void MD5_End(MD5Context *cx, unsigned char *digest,
797 extern unsigned int MD5_FlattenSize(MD5Context *cx);
805 extern SECStatus MD5_Flatten(MD5Context *cx,unsigned char *space);
813 extern MD5Context * MD5_Resurrect(unsigned char *space, void *arg);
814 extern void MD5_Clone(MD5Context *dest, MD5Context *src);
819 extern void MD5_TraceState(MD5Context *cx);
Dloader.h178 MD5Context *(* p_MD5_NewContext)(void);
180 void (* p_MD5_DestroyContext)(MD5Context *cx, PRBool freeit);
182 void (* p_MD5_Begin)(MD5Context *cx);
184 void (* p_MD5_Update)(MD5Context *cx,
187 void (* p_MD5_End)(MD5Context *cx, unsigned char *digest,
190 unsigned int (* p_MD5_FlattenSize)(MD5Context *cx);
192 SECStatus (* p_MD5_Flatten)(MD5Context *cx,unsigned char *space);
194 MD5Context * (* p_MD5_Resurrect)(unsigned char *space, void *arg);
196 void (* p_MD5_TraceState)(MD5Context *cx);
423 void (* p_MD5_Clone)(MD5Context *dest, MD5Context *src);
Dloader.c592 MD5Context *
601 MD5_DestroyContext(MD5Context *cx, PRBool freeit) in MD5_DestroyContext()
609 MD5_Begin(MD5Context *cx) in MD5_Begin()
617 MD5_Update(MD5Context *cx, const unsigned char *input, unsigned int inputLen) in MD5_Update()
625 MD5_End(MD5Context *cx, unsigned char *digest, in MD5_End()
634 MD5_FlattenSize(MD5Context *cx) in MD5_FlattenSize()
642 MD5_Flatten(MD5Context *cx,unsigned char *space) in MD5_Flatten()
649 MD5Context *
658 MD5_TraceState(MD5Context *cx) in MD5_TraceState()
1447 MD5_Clone(MD5Context *dest, MD5Context *src) in MD5_Clone()
/external/chromium/net/http/
Dhttp_vary_data.cc22 MD5Context ctx; in Init()
132 MD5Context* ctx) { in AddField()
Dhttp_vary_data.h73 MD5Context* context);
/external/libvpx/examples/
Ddecode_to_md5.txt29 MD5Context md5;
/external/chromium/net/third_party/nss/ssl/
Dderive.c126 #define md5Ctx ((MD5Context *)md5buf) in ssl3_KeyAndMacDeriveBypass()
457 #define md5Ctx ((MD5Context *)md5buf) in ssl3_MasterKeyDeriveBypass()
Dssl3con.c3094 MD5_Begin((MD5Context *)ss->ssl3.hs.md5_cx); in ssl3_RestartHandshakeHashes()
3175 MD5_Update((MD5Context *)ss->ssl3.hs.md5_cx, b, l); in ssl3_UpdateHandshakeHashes()
3441 #define md5cx ((MD5Context *)md5_cx) in ssl3_ComputeHandshakeHashes()
3449 MD5_Clone (md5cx, (MD5Context *)ss->ssl3.hs.md5_cx); in ssl3_ComputeHandshakeHashes()
9094 MD5_DestroyContext((MD5Context *)ss->ssl3.hs.md5_cx, PR_FALSE); in ssl3_DestroySSL3Info()
/external/dropbear/
Dkeyimport.c542 struct MD5Context md5c; in openssh_read()
1348 struct MD5Context md5c;
1625 struct MD5Context md5c;