Expand description
§Trusted SE Library
The library provides functions for getting specific keys and for creating and verifying an enclave report.
Functions§
- rsgx_
create_ report - The rsgx_create_report function tries to use the information of the target enclave and other information to create a cryptographic report of the enclave.
- rsgx_
get_ align_ key - rsgx_
get_ key - The rsgx_get_key function generates a 128-bit secret key using the input information.
- rsgx_
self_ report - rsgx_
verify_ report - The rsgx_verify_report function provides software verification for the report which is expected to be generated by the rsgx_create_report function.