Open Enclave
0.14.0
Main Page
Related Pages
+
Data Structures
Data Structures
Data Structure Index
+
Data Fields
+
All
a
b
c
e
f
i
m
p
r
s
t
u
+
Variables
a
b
c
e
f
i
m
p
r
s
t
u
+
Files
File List
+
Globals
+
All
_
b
o
q
+
Functions
o
Variables
Typedefs
Enumerations
+
Enumerator
_
o
q
+
Macros
o
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
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_remove_vectored_exception_handler()
oe_result_t
oe_remove_vectored_exception_handler
(
oe_vectored_exception_handler_t
vectored_handler
)
Remove an existing vectored exception handler.
Parameters
[in]
vectored_handler
The pointer to a registered exception handler returned from a successful
oe_add_vectored_exception_handler()
call.
Returns
OE_OK success
OE_INVALID_PARAMETER a parameter is invalid
OE_FAILURE failed to remove handler
Generated by
1.8.13