michael_l          62 crypto/michael.c 			ctx->michael_l ^= ctx->michael_state;
michael_l          63 crypto/michael.c 			MICHAEL_BLOCK(ctx->michael_l, ctx->michael_r);
michael_l          76 crypto/michael.c 	VAL32(digest) = letoh32(ctx->michael_l);
michael_l          83 crypto/michael.c 	ctx->michael_l = ctx->michael_key[0] =
michael_l          28 crypto/michael.h 	u_int32_t	michael_l, michael_r;