Home
last modified time | relevance | path

Searched refs:PLDM_STR_TYPE_ASCII (Results 1 – 5 of 5) sorted by relevance

/openbmc/libpldm/tests/fuzz/
H A Dfd-fuzz.cpp163 active->str_type = PLDM_STR_TYPE_ASCII; in cb_imageset_versions()
166 pending->str_type = PLDM_STR_TYPE_ASCII; in cb_imageset_versions()
/openbmc/pldm/fw-update/
H A Ddevice_updater.cpp46 PLDM_STR_TYPE_ASCII, compImgSetVerStrInfo.length, &compImgSetVerStrInfo, in startFwUpdateFlow()
178 compClassificationIndex, compComparisonStamp, PLDM_STR_TYPE_ASCII, in sendPassCompTableRequest()
314 updateOptionFlags, PLDM_STR_TYPE_ASCII, compVerStrInfo.length, in sendUpdateComponentRequest()
/openbmc/pldm/pldmtool/
H A Dpldm_fw_update_cmd.cpp102 {"ASCII", PLDM_STR_TYPE_ASCII}, in convertStringTypeToUInt8()
/openbmc/libpldm/include/libpldm/
H A Dfirmware_update.h173 PLDM_STR_TYPE_ASCII = 1, enumerator
/openbmc/libpldm/src/dsp/
H A Dfirmware_update.c28 case PLDM_STR_TYPE_ASCII: in is_string_type_valid()