SALT_LEN
if (mlen % 16 != SALT_LEN) {
C = (const u_char *)mangled + SALT_LEN; /* Then the ciphertext */
Clen = mlen - SALT_LEN;
MD5Update(&Context, (MD5Buf)A, (MD5Len)SALT_LEN);