|
Android-cuttlefish cvd tool
|
#include "tpm_serialize.h"#include <stddef.h>#include <stdint.h>#include <string.h>#include "absl/log/log.h"#include "tss2/tss2_mu.h"#include "tss2/tss2_rc.h"
Namespaces | |
| namespace | cuttlefish |
Variables | |
| template<typename T > | |
| int | cuttlefish::MarshalFn = 0 |
| template<typename T > | |
| int | cuttlefish::UnmarshalFn = 0 |
| template<> | |
| auto | cuttlefish::MarshalFn< TPM2B_PRIVATE > = Tss2_MU_TPM2B_PRIVATE_Marshal |
| template<> | |
| auto | cuttlefish::UnmarshalFn< TPM2B_PRIVATE > = Tss2_MU_TPM2B_PRIVATE_Unmarshal |
| template<> | |
| auto | cuttlefish::MarshalFn< TPM2B_PUBLIC > = Tss2_MU_TPM2B_PUBLIC_Marshal |
| template<> | |
| auto | cuttlefish::UnmarshalFn< TPM2B_PUBLIC > = Tss2_MU_TPM2B_PUBLIC_Unmarshal |