oe_serialize_custom_claims
Serializes a list of custom claims.
- Parameters
-
| [in] | custom_claims | Custom claims to serialize. |
| [in] | custom_claims_length | Length of custom_claims. |
| [out] | claims_out | Pointer to the address of a dynamically allocated buffer holding the serialized custom claims. |
| [out] | claims_size_out | Size of the serialized custom claims. |
- Return values
-
| OE_OK | The function was successful. |
| OE_INVALID_PARAMETER | At least one parameter is invalid. |
| OE_OUT_OF_MEMORY | Failed to allocate memory. |
| OE_UNEXPECTED | An unexpected error happened. |