Searched defs:yasm_md5_context (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dmd5.h16 typedef struct yasm_md5_context { struct
20 } yasm_md5_context; typedef in typeref:struct:yasm_md5_context
23 void yasm_md5_init(yasm_md5_context *context);
25 void yasm_md5_update(yasm_md5_context *context, unsigned char const *buf,
28 void yasm_md5_final(unsigned char digest[16], yasm_md5_context *context);

Completed in 259 milliseconds