oe_verifier_get_format_settings
Gets the optional settings data for the input evidence format.
- This feature is marked as experimental:
- Parameters
-
[in] | format_id | The format ID for which to retrieve the optional settings. |
[out] | settings | An output pointer that will be assigned the address of a dynamically allocated buffer that holds the returned settings data. This pointer will be assigned a NULL value if there is no settings needed. |
[out] | settings_size | A pointer that points to the size of the returned format settings buffer (number of bytes). |
- Return values
-
OE_OK | on success. |
OE_INVALID_PARAMETER | At least one of the parameters is invalid. |
other | appropriate error code. |