Botan 3.6.1
Crypto and TLS for C&
|
#include <tpm2_util.h>
Public Attributes | |
unique_esys_ptr< TPM2B_NAME > | name |
unique_esys_ptr< TPM2B_PUBLIC > | pub |
unique_esys_ptr< TPM2B_NAME > | qualified_name |
Definition at line 156 of file tpm2_util.h.
unique_esys_ptr<TPM2B_NAME> Botan::TPM2::PublicInfo::name |
Definition at line 158 of file tpm2_util.h.
unique_esys_ptr<TPM2B_PUBLIC> Botan::TPM2::PublicInfo::pub |
Definition at line 157 of file tpm2_util.h.
Referenced by Botan::TPM2::Object::attributes(), Botan::TPM2::PrivateKey::create(), Botan::TPM2::PublicKey::create(), Botan::TPM2::PrivateKey::raw_public_key_bits(), and Botan::TPM2::PublicKey::raw_public_key_bits().
unique_esys_ptr<TPM2B_NAME> Botan::TPM2::PublicInfo::qualified_name |
Definition at line 159 of file tpm2_util.h.