Botan 3.6.1
Crypto and TLS for C&
|
#include <tpm2_crypto_backend.h>
Public Member Functions | |
CryptoCallbackState (std::shared_ptr< Botan::RandomNumberGenerator > rng_in) | |
Public Attributes | |
std::shared_ptr< Botan::RandomNumberGenerator > | rng |
This state object is available to all crypto callbacks. Its lifetime is managed by the TPM2::Context.
Definition at line 26 of file tpm2_crypto_backend.h.
|
inline |
Definition at line 27 of file tpm2_crypto_backend.h.
std::shared_ptr<Botan::RandomNumberGenerator> Botan::TPM2::CryptoCallbackState::rng |
Definition at line 29 of file tpm2_crypto_backend.h.