Lines Matching defs:MD5Transform
58 static void MD5Transform(uint32_t, uint32_t, uint32_t, uint32_t, MD5_CTX *,
115 * directly. thus, the c code in MD5Transform() uses the macro MD5_CONST()
145 * bcopy() this array onto the stack frame of MD5Transform() each time it is
155 * MD5_CONST(), used in MD5Transform(), that either expands to a reference to
276 * only do initial bcopy() and MD5Transform() if
286 * in MD5Transform. Therefore, set once here.
297 MD5Transform(ctx->state[0], ctx->state[1],
309 MD5Transform(ctx->state[0], ctx->state[1],
398 * `a', `b', `c', and `d' are passed into MD5Transform explicitly
405 * MD5Transform()
418 MD5Transform(uint32_t a, uint32_t b, uint32_t c, uint32_t d,