Open Enclave  0.15.0

◆ OE_SEAL_SET_CONTEXT

#define OE_SEAL_SET_CONTEXT (   p,
 
)    __OE_SEAL_SET_POINTER(OE_SEAL_SETTING_ADDITIONAL_CONTEXT, p, s)

Initialize a oe_seal_setting_t structure to specify additional context for seal key derivation.

It is recommended not to specify this setting to allow the plug-in to use a random context. Please note that not every plug-in supports this setting.

Parameters
[in]pPoints to a buffer containing the additional context.
[in]sSize of p.