STEP_VERITY
BUILD_BUG_ON(STEP_VERITY + 1 != STEP_MAX);
case STEP_VERITY:
ctx->enabled_steps & (1 << STEP_VERITY)) {
post_read_steps |= 1 << STEP_VERITY;
post_read_steps |= STEP_VERITY;
if (ctx && (ctx->enabled_steps & STEP_VERITY)) {
ctx->enabled_steps &= ~STEP_VERITY;