|
CCF
|
#include "ccf/pal/attestation.h"#include "ccf/crypto/ecdsa.h"#include "ccf/crypto/openssl/openssl_wrappers.h"#include "ccf/crypto/verifier.h"#include "ccf/pal/attestation_sev_snp.h"#include "ccf/pal/sev_snp_cpuid.h"#include "ds/internal_logger.h"#include <cstdint>Namespaces | |
| namespace | ccf |
| namespace | ccf::pal |
Macros | |
| #define | TCB_OID_PREFIX "1.3.6.1.4.1.3704.1.3." |
| #define | RETRIEVE_TCB_FIELD(TCB, FIELD, OID_SUFFIX) |
Typedefs | |
| using | ccf::pal::Unique_ASN1_OBJECT = ccf::crypto::OpenSSL::Unique_SSL_OBJECT< ASN1_OBJECT, ASN1_OBJECT_new, ASN1_OBJECT_free > |
| using | ccf::pal::Unique_ASN1_INTEGER = ccf::crypto::OpenSSL::Unique_SSL_OBJECT< ASN1_INTEGER, ASN1_INTEGER_new, ASN1_INTEGER_free > |
| #define RETRIEVE_TCB_FIELD | ( | TCB, | |
| FIELD, | |||
| OID_SUFFIX | |||
| ) |
| #define TCB_OID_PREFIX "1.3.6.1.4.1.3704.1.3." |