Home
last modified time | relevance | path

Searched refs:resilient_startup (Results 1 – 1 of 1) sorted by relevance

/external/vboot_reference/tests/tpm_lite/
Dtlcl_tests.c14 const char* resilient_startup = NULL; variable
19 if (resilient_startup == NULL) { in TlclStartupIfNeeded()
20 resilient_startup = getenv("TLCL_RESILIENT_STARTUP"); in TlclStartupIfNeeded()
21 if (resilient_startup == NULL) { in TlclStartupIfNeeded()
22 resilient_startup = null_getenv; in TlclStartupIfNeeded()
25 if (resilient_startup == null_getenv) { in TlclStartupIfNeeded()