oe_verifier_get_formats
Gets a list of evidence format ids accepted by the verifier for evidence verification.
- This feature is marked as experimental:
- Parameters
-
| [out] | format_ids | An output pointer that will be assigned the address of a dynamically allocated buffer that holds the returned list of format ids supported for evidence verification. |
| [out] | format_ids_length | A pointer that points to the length of the returned format id list (number of format id entries). |
- Return values
-
| OE_OK | on success. |
| OE_INVALID_PARAMETER | At least one of the parameters is invalid. |
| other | appropriate error code. |