MD5_Transform
MD5_Transform (context->state, context->buffer);
MD5_Transform (context->state, &input[i]);
static void MD5_Transform PROTO_LIST ((UINT4 [4], unsigned char [64]));