resbuf             95 lib/gnu/md5.c  md5_read_ctx (const struct md5_ctx *ctx, void *resbuf)
resbuf             97 lib/gnu/md5.c    char *r = resbuf;
resbuf            103 lib/gnu/md5.c    return resbuf;
resbuf            109 lib/gnu/md5.c  md5_finish_ctx (struct md5_ctx *ctx, void *resbuf)
resbuf            129 lib/gnu/md5.c    return md5_read_ctx (ctx, resbuf);
resbuf            100 lib/gnu/md5.h  extern void *__md5_finish_ctx (struct md5_ctx *ctx, void *resbuf) __THROW;
resbuf            106 lib/gnu/md5.h  extern void *__md5_read_ctx (const struct md5_ctx *ctx, void *resbuf) __THROW;