MD5Transform
void MD5Transform(u_int32_t [4], const u_int8_t [MD5_BLOCK_LENGTH])
DEF_WEAK(MD5Transform);
MD5Transform(ctx->state, ctx->buffer);
MD5Transform(ctx->state, input);
PROTO_NORMAL(MD5Transform);
MD5Transform(ctx->state, ctx->buffer);
MD5Transform(ctx->state, input);
void MD5Transform(u_int32_t [4], const u_int8_t [MD5_BLOCK_LENGTH])