Open Enclave
0.14.0
enclave.h
oe_abort
oe_add_vectored_exception_handler
oe_assert
oe_free_attestation_certificate
oe_free_key
oe_free_report
oe_free_seal_key
oe_free_target_info
oe_generate_attestation_certificate
oe_get_enclave
oe_get_private_key
oe_get_private_key_by_policy
oe_get_public_key
oe_get_public_key_by_policy
oe_get_report_v2
oe_get_seal_key_by_policy_v2
oe_get_seal_key_v2
oe_get_target_info_v2
oe_host_calloc
oe_host_free
oe_host_malloc
oe_host_realloc
oe_host_strndup
oe_identity_verify_callback_t
oe_is_outside_enclave
oe_is_within_enclave
oe_parse_report
oe_random
oe_remove_vectored_exception_handler
oe_verify_attestation_certificate
oe_verify_report
◆
oe_free_seal_key()
void oe_free_seal_key
(
uint8_t *
key_buffer
,
uint8_t *
key_info
)
Frees a key and/or key info.
Parameters
[in]
key_buffer
If non-NULL, the key buffer to free.
[in]
key_info
If non-NULL, the key info buffer to free.
Generated by
1.8.13