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] | p | Points to a buffer containing the IV. |
[in] | s | Size 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 . |