Open Enclave  0.15.0

◆ OE_SEAL_SET_IV

#define OE_SEAL_SET_IV (   p,
 
)    __OE_SEAL_SET_POINTER(OE_SEAL_SETTING_IV, p, s)

Initialize a oe_seal_setting_t structure to specify IV (Initialization Vector) used by the underlying cipher.

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

Parameters
[in]pPoints to a buffer containing the IV.
[in]sSize of p. Please note that the underlying cipher may require a specific size, in which case sizes other than required will cause oe_seal() to return OE_INVALID_PARAMETER.