Open Enclave
0.6.x
|
This struct contains the parameters for asymmetric key derivation. More...
#include <types.h>
Data Fields | |
oe_asymmetric_key_type_t | type |
The type of asymmetric key. | |
oe_asymmetric_key_format_t | format |
The exported format of the key. | |
void * | user_data |
Optional user data to add to the key derivation. | |
size_t | user_data_size |
The size of user_data. | |
This struct contains the parameters for asymmetric key derivation.
This definition is shared by the enclave and the host.