DIGESTUpdate
DIGESTUpdate(&ctxA, plaintext, plaintext_len);
DIGESTUpdate(&ctxA, salt, salt_len);
DIGESTUpdate(&ctxB, plaintext, plaintext_len);
DIGESTUpdate(&ctxB, salt, salt_len);
DIGESTUpdate(&ctxB, plaintext, plaintext_len);
DIGESTUpdate(&ctxA, B, MIXCHARS);
DIGESTUpdate(&ctxA, B, i);
DIGESTUpdate(&ctxA, B, MIXCHARS);
DIGESTUpdate(&ctxA, plaintext, plaintext_len);
DIGESTUpdate(&ctxDP, plaintext, plaintext_len);
DIGESTUpdate(&ctxDS, salt, salt_len);
DIGESTUpdate(&ctxC, P, plaintext_len);
DIGESTUpdate(&ctxC, A, MIXCHARS);
DIGESTUpdate(&ctxC, DP, MIXCHARS);
DIGESTUpdate(&ctxC, S, salt_len);
DIGESTUpdate(&ctxC, P, plaintext_len);
DIGESTUpdate(&ctxC, A, MIXCHARS);
DIGESTUpdate(&ctxC, DP, MIXCHARS);
DIGESTUpdate(&ctxC, P, plaintext_len);