michael_r          63 crypto/michael.c 			MICHAEL_BLOCK(ctx->michael_l, ctx->michael_r);
michael_r          77 crypto/michael.c 	VAL32(digest + MICHAEL_RAW_BLOCK_LENGTH) = letoh32(ctx->michael_r);
michael_r          85 crypto/michael.c 	ctx->michael_r = ctx->michael_key[1] =
michael_r          28 crypto/michael.h 	u_int32_t	michael_l, michael_r;