|
CCF
|
#include "ccf/crypto/verifier.h"#include "ccf/http_consts.h"#include "ccf/pal/attestation.h"#include "ccf/pal/attestation_sev_snp_endorsements.h"#include "ccf/pal/locking.h"#include "http/curl.h"#include "tasks/basic_task.h"#include "tasks/task.h"#include "tasks/task_system.h"#include <curl/curl.h>Go to the source code of this file.
Classes | |
| class | ccf::QuoteEndorsementsClient |
Namespaces | |
| namespace | ccf |
Typedefs | |
| using | ccf::QuoteEndorsementsFetchedCallback = std::function< void(std::vector< uint8_t > &&endorsements)> |
| using | ccf::Server = pal::snp::EndorsementEndpointsConfiguration::Server |