Lines Matching refs:SecureBoot
22 sdbusplus::xyz::openbmc_project::BIOSConfig::server::SecureBoot;
24 class SecureBoot : public SecureBootBase class
27 SecureBoot() = delete;
28 ~SecureBoot() = default;
29 SecureBoot(const SecureBoot&) = delete;
30 SecureBoot& operator=(const SecureBoot&) = delete;
31 SecureBoot(SecureBoot&&) = delete;
32 SecureBoot& operator=(SecureBoot&&) = delete;
40 SecureBoot(sdbusplus::asio::object_server& objectServer,
87 SecureBoot::currentBoot(), in save()
89 SecureBoot::pendingEnable(), in save()
91 SecureBoot::mode()); in save()
103 SecureBoot::CurrentBootType currentBootValue = in load()
104 SecureBoot::CurrentBootType::Unknown; in load()
106 SecureBoot::ModeType modeValue = SecureBoot::ModeType::Unknown; in load()
109 sdbusplus::xyz::openbmc_project::BIOSConfig::server::SecureBoot:: in load()
111 sdbusplus::xyz::openbmc_project::BIOSConfig::server::SecureBoot:: in load()
113 sdbusplus::xyz::openbmc_project::BIOSConfig::server::SecureBoot::mode( in load()