pub unsafe extern "C" fn tee_qv_free_collateral(
    p_quote_collateral: *mut u8
) -> quote3_error_t
Expand description

Free quote verification collateral buffer, which returned by tee_qv_get_collateral

@param p_quote_collateral[IN] - Pointer to collateral

@return Status code of the operation, one of: - SGX_QL_SUCCESS - SGX_QL_ERROR_INVALID_PARAMETER - SGX_QL_QUOTE_FORMAT_UNSUPPORTED