md5.h | 16 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);
|