Open Enclave
0.16.1
|
#include <openenclave/bits/evidence.h>
#include <openenclave/bits/result.h>
#include <openenclave/bits/types.h>
Go to the source code of this file.
Macros | |
#define | OE_EVIDENCE_FLAGS_EMBED_FORMAT_ID 0x00000001 |
Bit-wise flags passed to oe_get_evidence() function. More... | |
Functions | |
oe_result_t | oe_attester_initialize (void) |
oe_attester_initialize More... | |
oe_result_t | oe_attester_select_format (const oe_uuid_t *format_ids, size_t format_ids_length, oe_uuid_t *selected_format_id) |
oe_attester_select_format More... | |
oe_result_t | oe_get_evidence (const oe_uuid_t *format_id, uint32_t flags, const void *custom_claims_buffer, size_t custom_claims_buffer_size, const void *optional_parameters, size_t optional_parameters_size, uint8_t **evidence_buffer, size_t *evidence_buffer_size, uint8_t **endorsements_buffer, size_t *endorsements_buffer_size) |
oe_get_evidence More... | |
oe_result_t | oe_get_attestation_certificate_with_evidence (const oe_uuid_t *format_id, const unsigned char *subject_name, uint8_t *private_key, size_t private_key_size, uint8_t *public_key, size_t public_key_size, uint8_t **output_certificate, size_t *output_certificate_size) |
oe_get_attestation_certificate_with_evidence More... | |
oe_result_t | oe_get_attestation_certificate_with_evidence_v2 (const oe_uuid_t *format_id, const unsigned char *subject_name, uint8_t *private_key, size_t private_key_size, uint8_t *public_key, size_t public_key_size, const void *optional_parameters, size_t optional_parameters_size, uint8_t **output_certificate, size_t *output_certificate_size) |
oe_get_attestation_certificate_with_evidence_v2 More... | |
oe_result_t | oe_free_evidence (uint8_t *evidence_buffer) |
oe_free_evidence More... | |
oe_result_t | oe_free_endorsements (uint8_t *endorsements_buffer) |
oe_free_endorsements More... | |
oe_result_t | oe_attester_shutdown (void) |
oe_attester_shutdown More... | |
This file defines the programming interface for application enclaves to access the OE SDK attester functionality for evidence generation.