#include <set>
#include <string>
#include "cuttlefish/result/result.h"
Go to the source code of this file.
|
| enum class | cuttlefish::SecureHal {
cuttlefish::kGuestGatekeeperInsecure
, cuttlefish::kGuestKeymintInsecure
, cuttlefish::kGuestKeymintTrustyInsecure
, cuttlefish::kGuestStrongboxInsecure
,
cuttlefish::kHostKeymintInsecure
, cuttlefish::kHostKeymintSecure
, cuttlefish::kHostGatekeeperInsecure
, cuttlefish::kHostGatekeeperSecure
,
cuttlefish::kHostOemlockInsecure
, cuttlefish::kHostOemlockSecure
, cuttlefish::kHostWeaverSecure
} |
| |