Home
last modified time | relevance | path

Searched defs:tpm_command (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/vboot_reference/tests/tpm_lite/
H A Dtlcl_tests.h16 #define TPM_CHECK(tpm_command) TPM_EXPECT(tpm_command, TPM_SUCCESS) argument
18 #define TPM_EXPECT(tpm_command, expected_result) do { \ argument