Android-cuttlefish cvd tool
Namespaces | Macros | Functions
tpm_commands.cpp File Reference
#include "tpm_commands.h"
#include <tss2/tss2_tpm2_types.h>
#include <cstddef>
#include <string>
Include dependency graph for tpm_commands.cpp:

Namespaces

namespace  cuttlefish
 

Macros

#define MATCH_TPM_COMMAND(name)   case name: return #name;
 

Functions

std::string cuttlefish::TpmCommandName (std::uint32_t command_num)
 

Macro Definition Documentation

◆ MATCH_TPM_COMMAND

#define MATCH_TPM_COMMAND (   name)    case name: return #name;