MD4Update
MD4Update (context, PADDING, padLen);
MD4Update (context, bits, 8);
MD4Update(ctxp, (u_char*)unipwd, len * sizeof(u_int16_t));
MD4Update(&md4, (u_char *)unipwd, len * sizeof(u_int16_t));
MD4Update(&md4, S16, 16);
void MD4Update(MD4_CTX *, const unsigned char *, unsigned int);