Open Enclave
0.16.1
|
Go to the source code of this file.
Macros | |
#define | OE_CUSTOM_CLAIMS_VERSION 1 |
Functions | |
oe_result_t | oe_free_serialized_custom_claims (uint8_t *custom_claims_buffer) |
oe_free_serialized_custom_claims More... | |
oe_result_t | oe_free_custom_claims (oe_claim_t *custom_claims, size_t custom_claims_length) |
oe_free_custom_claims More... | |
oe_result_t | oe_serialize_custom_claims (const oe_claim_t *custom_claims, size_t custom_claims_length, uint8_t **claims_out, size_t *claims_size_out) |
oe_serialize_custom_claims More... | |
oe_result_t | oe_deserialize_custom_claims (const uint8_t *claims_buffer, size_t claims_buffer_size, oe_claim_t **claims_out, size_t *claims_length_out) |
oe_deserialize_custom_claims More... | |
This file defines the programming interface for application software to access the OE SDK attestation custom claims functionality.