CCF
|
#include "ccf/crypto/ecdsa.h"
#include "ccf/crypto/pem.h"
#include "ccf/crypto/verifier.h"
#include "ccf/ds/hex.h"
#include "ccf/ds/logger.h"
#include "ccf/ds/quote_info.h"
#include "ccf/pal/attestation_sev_snp.h"
#include "ccf/pal/measurement.h"
#include "ccf/pal/snp_ioctl.h"
#include <fcntl.h>
#include <functional>
#include <sys/ioctl.h>
Go to the source code of this file.
Classes | |
class | ccf::pal::AttestationCollateralFetchingTimeout |
Namespaces | |
namespace | ccf |
namespace | ccf::pal |
Typedefs | |
using | ccf::pal::RetrieveEndorsementCallback = std::function< void(const QuoteInfo "e_info, const snp::EndorsementEndpointsConfiguration &config)> |