Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/secure_env/storage/tpm_storage.h"
#include <android-base/logging.h>
#include <tss2/tss2_rc.h>
#include "cuttlefish/host/commands/secure_env/json_serializable.h"
#include "cuttlefish/host/commands/secure_env/tpm_random_source.h"
Namespaces | |
namespace | cuttlefish |
namespace | cuttlefish::secure_env |
Variables | |
static constexpr size_t | cuttlefish::secure_env::MAX_HANDLE_ATTEMPTS = 1 |
static constexpr char | cuttlefish::secure_env::kEntries [] = "entries" |
static constexpr char | cuttlefish::secure_env::kKey [] = "key" |
static constexpr char | cuttlefish::secure_env::kHandle [] = "handle" |