Botan  2.19.1
Crypto and TLS for C++11
Namespaces | Macros
tpm.cpp File Reference
#include <botan/tpm.h>
#include <botan/rsa.h>
#include <botan/hash.h>
#include <botan/hash_id.h>
#include <botan/der_enc.h>
#include <botan/workfactor.h>
#include <botan/pk_ops.h>
#include <sstream>
#include <tss/platform.h>
#include <tss/tspi.h>
#include <trousers/trousers.h>

Go to the source code of this file.

Namespaces

 Botan
 

Macros

#define TSPI_CHECK_SUCCESS(expr)
 

Macro Definition Documentation

#define TSPI_CHECK_SUCCESS (   expr)

Variable Documentation

std::unique_ptr<HashFunction> m_hash
std::vector<uint8_t> m_hash_id

Definition at line 447 of file tpm.cpp.

const TPM_PrivateKey& m_key

Definition at line 445 of file tpm.cpp.

Referenced by Botan::TPM_PrivateKey::handle().