OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VbAssert
(Results
1 - 10
of
10
) sorted by null
/external/vboot_reference/tests/tpm_lite/
tpmtest_spaceperm.c
29
VbAssert
((perm & PERMPPGL) == PERMPPGL);
32
VbAssert
((perm & PERMPP) == PERMPP);
tpmtest_fastenable.c
36
VbAssert
(disable == 1 && deactivated == 1);
41
VbAssert
(disable == 0 && deactivated == 0);
tpmtest_globallock.c
35
VbAssert
(x == 0);
41
VbAssert
(x == 2);
50
VbAssert
(x == 2);
tpmtest_writelimit.c
38
VbAssert
(i >= TPM_MAX_NV_WRITES_NOOWNER);
tpmtest_redefine_unowned.c
26
VbAssert
(!TlclIsOwned());
/external/vboot_reference/firmware/lib/include/
utility.h
25
#define
VbAssert
(expr) do { if (!(expr)) { \
29
#define
VbAssert
(expr)
/external/vboot_reference/firmware/lib/
vboot_api_firmware.c
143
VbAssert
(VBERROR_UNKNOWN != retval);
/external/vboot_reference/tests/
vboot_api_firmware_tests.c
97
VbAssert
(new_timer > mock_timer); /* Make sure we don't overflow */
vboot_api_init_tests.c
115
VbAssert
(new_timer > mock_timer); /* Make sure we don't overflow */
/external/vboot_reference/firmware/lib/tpm_lite/
tlcl.c
201
VbAssert
(total_length <= TPM_LARGE_ENOUGH_COMMAND_SIZE);
334
*
VbAssert
(size == sizeof(TPM_PERMANENT_FLAGS));
352
*
VbAssert
(size == 7 && sizeof(TPM_STCLEAR_FLAGS) - 1 == 7);
429
*
VbAssert
(size == sizeof(*owned));
Completed in 100 milliseconds