Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dsystems.hpp3173 std::optional<bool> bootTrustedModuleRequired; in handleComputerSystemPatch() local
3196 "Boot/TrustedModuleRequiredToBoot", bootTrustedModuleRequired, in handleComputerSystemPatch()
3235 if (bootTrustedModuleRequired) in handleComputerSystemPatch()
3237 setTrustedModuleRequiredToBoot(asyncResp, *bootTrustedModuleRequired); in handleComputerSystemPatch()