Botan 3.6.0
Crypto and TLS for C&
tpm2_context.h File Reference

Public Header. More...

#include <botan/exceptn.h>
#include <botan/rng.h>
#include <memory>
#include <optional>
#include <vector>

Go to the source code of this file.

Classes

class  Botan::TPM2::Context
 

Namespaces

namespace  Botan
 
namespace  Botan::TPM2
 

Typedefs

using ESYS_TR = uint32_t
 Forward declaration of TSS2 type for convenience.
 
using TPM2_HANDLE = uint32_t
 Forward declaration of TSS2 type for convenience.
 

Detailed Description

Public Header.

Definition in file tpm2_context.h.

Typedef Documentation

◆ ESYS_TR

using ESYS_TR = uint32_t

Forward declaration of TSS2 type for convenience.

Definition at line 23 of file tpm2_context.h.

◆ TPM2_HANDLE

using TPM2_HANDLE = uint32_t

Forward declaration of TSS2 type for convenience.

Definition at line 20 of file tpm2_context.h.