pub unsafe extern "C" fn sgx_qv_get_quote_supplemental_data_size(
    p_data_size: *mut u32
) -> quote3_error_t
Expand description

Get supplemental data required size. @param p_data_size[OUT] - Pointer to hold the size of the buffer in bytes required to contain all of the supplemental data.

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