9#ifndef BOTAN_TPM2_CRYPTO_BACKEND_H_
10#define BOTAN_TPM2_CRYPTO_BACKEND_H_
12#include <botan/compiler.h>
18class RandomNumberGenerator;
29 std::shared_ptr<Botan::RandomNumberGenerator>
rng;
#define BOTAN_PUBLIC_API(maj, min)
bool supports_botan_crypto_backend() noexcept
std::unique_ptr< CryptoCallbackState > use_botan_crypto_backend(ESYS_CONTEXT *context, const std::shared_ptr< Botan::RandomNumberGenerator > &rng)
std::shared_ptr< Botan::RandomNumberGenerator > rng