Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/package/x11r7/mcookie/
H A Dmcookie.c42 struct MD5Context { struct
48 void MD5Init(struct MD5Context *context); argument
49 void MD5Update(struct MD5Context *context, unsigned char const *buf,
51 void MD5Final(unsigned char digest[16], struct MD5Context *context);
57 typedef struct MD5Context MD5_CTX;
106 void MD5Init(struct MD5Context *ctx) in MD5Init()
121 void MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len) in MD5Update()
169 void MD5Final(unsigned char digest[16], struct MD5Context *ctx) in MD5Final()
329 hash_file(struct MD5Context *ctx, int fd) in hash_file()
348 struct MD5Context ctx; in main()
/OK3568_Linux_fs/u-boot/lib/
H A Dmd5.c59 MD5Init(struct MD5Context *ctx) in MD5Init()
75 MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len) in MD5Update()
124 MD5Final(unsigned char digest[16], struct MD5Context *ctx) in MD5Final()
273 struct MD5Context context; in md5()
290 struct MD5Context context; in md5_wd()
/OK3568_Linux_fs/u-boot/include/u-boot/
H A Dmd5.h11 struct MD5Context { struct