TPM_STS_DATA_EXPECT
if ((rv = tpm_waitfor_status(sc, TPM_STS_VALID | TPM_STS_DATA_EXPECT,
if ((status = tpm_status(sc)) & TPM_STS_DATA_EXPECT) {