Home
last modified time | relevance | path

Searched refs:validateRequestLength (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-ipmi-blobs/test/
H A Dipmi_validate_unittest.cpp39 bool result = validateRequestLength(test.cmd, test.len); in TEST()
/openbmc/phosphor-ipmi-blobs/
H A Dipmi.hpp134 bool validateRequestLength(BlobOEMCommands command, size_t requestLen);
H A Dprocess.cpp61 if (!validateRequestLength(command, requestLength)) in validateBlobCommand()
H A Dipmi.cpp27 bool validateRequestLength(BlobOEMCommands command, size_t requestLen) in validateRequestLength() function