Searched refs:tpm_command (Results 1 – 2 of 2) sorted by relevance
17 #define TPM_CHECK(tpm_command) TPM_EXPECT(tpm_command, TPM_SUCCESS) argument19 #define TPM_EXPECT(tpm_command, expected_result) do { \ argument20 uint32_t _result = (tpm_command); \23 printf("TEST FAILED: line %d: " #tpm_command ": 0x%x" \
41 #define RETURN_ON_FAILURE(tpm_command) do { \ argument43 if ((result_ = (tpm_command)) != TPM_SUCCESS) { \44 VBDEBUG(("Rollback: %08x returned by " #tpm_command \