Searched refs:VbAssert (Results 1 – 10 of 10) sorted by relevance
35 VbAssert(x == 0); in main()41 VbAssert(x == 2); in main()50 VbAssert(x == 2); in main()
29 VbAssert((perm & PERMPPGL) == PERMPPGL); in main()32 VbAssert((perm & PERMPP) == PERMPP); in main()
36 VbAssert(disable == 1 && deactivated == 1); in main()41 VbAssert(disable == 0 && deactivated == 0); in main()
38 VbAssert(i >= TPM_MAX_NV_WRITES_NOOWNER); in main()
26 VbAssert(!TlclIsOwned()); in main()
25 #define VbAssert(expr) do { if (!(expr)) { \ macro29 #define VbAssert(expr) macro
143 VbAssert(VBERROR_UNKNOWN != retval); in VbSelectFirmware()
97 VbAssert(new_timer > mock_timer); /* Make sure we don't overflow */ in VbExGetTimer()
115 VbAssert(new_timer > mock_timer); /* Make sure we don't overflow */ in VbExGetTimer()
201 VbAssert(total_length <= TPM_LARGE_ENOUGH_COMMAND_SIZE); in TlclWrite()