Searched refs:michael_l (Results 1 – 2 of 2) sorted by relevance
72 ctx->michael_l ^= ctx->michael_state; in michael_update()73 MICHAEL_BLOCK(ctx->michael_l, ctx->michael_r); in michael_update()87 PUTLE32(digest, ctx->michael_l); in michael_final()94 ctx->michael_l = ctx->michael_key[0] = in michael_key()
28 u_int32_t michael_l, michael_r; member